VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97863   2 years vboxsync IPRT/nocrt: Some _except_handler4 cleanups. bugref:10261 ticketref:21303
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97861   2 years vboxsync IPRT/nocrt: Fixes to C_specific_handler. bugref:10261 ticketref:21303
(edit) @97465   2 years vboxsync IPRT/crypto: Corrected and unified the error checking of d2i_TYPE …
(edit) @97336   2 years vboxsync IPRT/dbgmoddbghelp.cpp: no need for memcmp if old filename is shorter …
(edit) @96959   2 years vboxsync IPRT/RTCrPkcs7: Fix copy/paste in error message, making the failure …
(edit) @96924   2 years vboxsync IPRT/log: Corrected RTLogGetDestinations to return the right field. …
(edit) @96923   2 years vboxsync IPRT/fatvfs.cpp: Do int18h instead of 19h in the FAT non-boot code.
(edit) @96861   2 years vboxsync IPRT/Vfs,Main/Unattended: Detect fedora ISOs, various code cleanups. …
(edit) @96858   2 years vboxsync IPRT/RTCrDigestFinal: Corrected underflow (warning) / overflow (error) …
(edit) @96857   2 years vboxsync IPRT/ldrELF: Fixed bug in rtldrELFLnxKModHashImage. bugref:10287
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96810   2 years vboxsync IPRT/log.cpp: Make sure we don't recurse forever via …
(edit) @96809   2 years vboxsync IPRT/thread.cpp: Avoid endless recursion during early IPRT init phase …
(edit) @96779   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96763   2 years vboxsync IPRT/crypto: Put the optional OpenSSL related members in RTCRKEYINT at …
(edit) @96757   2 years vboxsync IPRT/ldrELF: Added some basic linux kernel signature support, …
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96610   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96596   2 years vboxsync IPRT/nocrt: Corrected incorrect edx return value from ftol2 …
(edit) @96593   2 years vboxsync /Config.kmk,IPRT,ValKit/Config.kmk: Found an undocumented linker …
(edit) @96589   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96580   2 years vboxsync IPRT/nocrt: Forgot to add rtVccRangeCheckFailed when working on …
(edit) @96578   2 years vboxsync IPRT: One incorrect RT_H2LE_U64 use and another one with a 0 constant …
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96568   2 years vboxsync IPRT/nocrt: Fixed alloca_probe/chkstk issue where it would partly …
(edit) @96560   2 years vboxsync IPRT/nocrt: Removed old C_specific_handler symbol stub. bugref:10261
(edit) @96559   2 years vboxsync IPRT/nocrt: GSHandlerCheck_SEH and a basic C_specific_handler. …
(edit) @96542   2 years vboxsync IPRT: Added RTUtf16FindAscii. bugref:10261
(edit) @96504   2 years vboxsync IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
(edit) @96476   2 years vboxsync IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
(edit) @96448   2 years vboxsync IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
(edit) @96420   2 years vboxsync IPRT/nocrt: Implemented GSHandlerCheck so we can avoid overrunning …
(edit) @96419   2 years vboxsync IPRT/nocrt: SEH64 for memmove.asm. bugref:10261
(edit) @96412   2 years vboxsync update copyright and license notice text in generators
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96388   2 years vboxsync IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
(edit) @96373   2 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96371   2 years vboxsync IPRT/nocrt: Cooked up ftol2 and ftol2_sse, stubbed …
(edit) @96370   2 years vboxsync IPRT/nocrt: x86 stack support routines. bugref:10261
(edit) @96368   2 years vboxsync iprt/asmdefs.mac,IPRT/nocrt: Mangling fixes for fastcall compiler …
(edit) @96338   2 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   2 years vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   2 years vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96307   2 years vboxsync Runtime/common/fs/isomakercmd-man.xml: comment fix
(edit) @96298   2 years vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   2 years vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96281   2 years vboxsync IPRT/nocrt: Implemented exp. [scm] bugref:10261
(edit) @96280   2 years vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   2 years vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96278   2 years vboxsync IPRT/nocrt: Fixed div/0 bug in feraiseexcept. bugref:10261
(edit) @96276   2 years vboxsync IPRT/nocrt: log2 implementation. bugref:10261
(edit) @96273   2 years vboxsync IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
(edit) @96270   2 years vboxsync IPRT/nocrt: Release build fixes. bugref:10261
(edit) @96258   2 years vboxsync IPRT/nocrt: strstr fix. bugref:10261
(edit) @96242   2 years vboxsync IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
(edit) @96241   2 years vboxsync IPRT/nocrt: Forgot to remove rtNoCrtMathSinCore from sin.asm after …
(edit) @96240   2 years vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96238   2 years vboxsync IPRT/nocrt: Converted atan.asm and atanf.asm to SEH64 and adjusted …
(edit) @96222   2 years vboxsync iprt/types.h,strtonum.cpp: QNAN values does not need to have bit zero …
(edit) @96220   2 years vboxsync IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
(edit) @96218   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96217   2 years vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   2 years vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
(edit) @96215   2 years vboxsync IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
(edit) @96214   2 years vboxsync IPRT/nocrt: l[l]round[fl] can now raise FE_INVALID as they ought to. …
(edit) @96213   2 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   2 years vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   2 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96203   2 years vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96201   2 years vboxsync IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
(edit) @96197   2 years vboxsync IPRT/math.h: Define our own set of classification flags so we can test …
(edit) @96196   2 years vboxsync IPRT/nocrt: *round[fl] fixes. bugref:10261
(edit) @96194   2 years vboxsync IPRT/strtofloat.cpp: Fixes. bugref:10261
(edit) @96191   2 years vboxsync IPRT/strtofloat.cpp: Revised additions build fix attempt. bugref:10261
(edit) @96188   2 years vboxsync IPRT/strtofloat.cpp: Addditions build fix attempt. bugref:10261
(edit) @96186   2 years vboxsync IPRT/strtofloat.cpp: doxygen fix. bugref:10261
(edit) @96185   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96183   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96182   2 years vboxsync IPRT/nocrt: exp2 and exp2f. bugref:10261
(edit) @96181   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96180   2 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96170   2 years vboxsync IPRT: Doxygen fixes in strtonum.cpp and strtofloat.cpp. bugref:20261
(edit) @96167   2 years vboxsync IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
(edit) @96162   2 years vboxsync IPRT/nocrt: Skip leading whitespace in the strtoxx and atoi functions. …
(edit) @96161   2 years vboxsync IPRT/nocrt: Added floating point parsing to vsscanf, very relaxed wrt …
(edit) @96159   2 years vboxsync IPRT/nocrt: strtod, a makefile correction, and ERANGE errno mapping. …
(edit) @96158   2 years vboxsync IPRT/strtofloat.cpp: build fix. bugref:10162
(edit) @96157   2 years vboxsync IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
(edit) @96156   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96153   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96152   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96129   2 years vboxsync IPRT/nocrt: bsearch. bugref:10261
(edit) @96128   2 years vboxsync IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
(edit) @96127   2 years vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @96126   2 years vboxsync IPRT/nocrt: scm fixes. bugref:10261
(edit) @96125   2 years vboxsync IPRT/nocrt: Added dup. bugref:10261
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette