VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96217   3 years vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   3 years vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
(edit) @96215   3 years vboxsync IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
(edit) @96214   3 years vboxsync IPRT/nocrt: l[l]round[fl] can now raise FE_INVALID as they ought to. …
(edit) @96213   3 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   3 years vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   3 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96203   3 years vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96201   3 years vboxsync IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
(edit) @96197   3 years vboxsync IPRT/math.h: Define our own set of classification flags so we can test …
(edit) @96196   3 years vboxsync IPRT/nocrt: *round[fl] fixes. bugref:10261
(edit) @96194   3 years vboxsync IPRT/strtofloat.cpp: Fixes. bugref:10261
(edit) @96191   3 years vboxsync IPRT/strtofloat.cpp: Revised additions build fix attempt. bugref:10261
(edit) @96188   3 years vboxsync IPRT/strtofloat.cpp: Addditions build fix attempt. bugref:10261
(edit) @96186   3 years vboxsync IPRT/strtofloat.cpp: doxygen fix. bugref:10261
(edit) @96185   3 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96183   3 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96182   3 years vboxsync IPRT/nocrt: exp2 and exp2f. bugref:10261
(edit) @96181   3 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96180   3 years vboxsync IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
(edit) @96170   3 years vboxsync IPRT: Doxygen fixes in strtonum.cpp and strtofloat.cpp. bugref:20261
(edit) @96167   3 years vboxsync IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
(edit) @96162   3 years vboxsync IPRT/nocrt: Skip leading whitespace in the strtoxx and atoi functions. …
(edit) @96161   3 years vboxsync IPRT/nocrt: Added floating point parsing to vsscanf, very relaxed wrt …
(edit) @96159   3 years vboxsync IPRT/nocrt: strtod, a makefile correction, and ERANGE errno mapping. …
(edit) @96158   3 years vboxsync IPRT/strtofloat.cpp: build fix. bugref:10162
(edit) @96157   3 years vboxsync IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
(edit) @96156   3 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96153   3 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96152   3 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96129   3 years vboxsync IPRT/nocrt: bsearch. bugref:10261
(edit) @96128   3 years vboxsync IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
(edit) @96127   3 years vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @96126   3 years vboxsync IPRT/nocrt: scm fixes. bugref:10261
(edit) @96125   3 years vboxsync IPRT/nocrt: Added dup. bugref:10261
(edit) @96122   3 years vboxsync IPRT/nocrt: fmax, fmaxf and fmaxl. bugref:10261
(edit) @96121   3 years vboxsync IPRT/nocrt: rintf fix. bugref:10261
(edit) @96120   3 years vboxsync IPRT/nocrt: fmin, fminf and fminl. bugref:10261
(edit) @96119   3 years vboxsync IPRT/nocrt: l[l]round[lf] fixes. bugref:10261
(edit) @96118   3 years vboxsync IPRT/nocrt: llround, llroundf and llroundl. bugref:10261
(edit) @96117   3 years vboxsync IPRT/nocrt: lround, lroundf, lroundl, rint, rintf, round, roundf and …
(edit) @96112   3 years vboxsync IPRT/nocrt: very basic sqrt and sqrtf implementations. bugref:10261
(edit) @96108   3 years vboxsync IPRT/nocrt: fma and fmaf. bugref:10261
(edit) @96102   3 years vboxsync IPRT/nocrt: Just map atof onto a future strtod implementation. bugref:10261
(edit) @96101   3 years vboxsync IPRT/nocrt: copysign, copysignf and copysignl. bugref:10261
(edit) @96098   3 years vboxsync IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
(edit) @96093   3 years vboxsync IPRT/nocrt: Math classification functions. bugref:10261
(edit) @96080   3 years vboxsync IPRT/nocrt: llabs build fix. bugref:10261
(edit) @96075   3 years vboxsync IPRT/nocrt: access. bugref:10261
(edit) @96074   3 years vboxsync IPRT/nocrt: abs, labs and llabs. bugref:10261
(edit) @96073   3 years vboxsync IPRT/nocrt: strerror; atexit fix. bugref:10261
(edit) @96072   3 years vboxsync IPRT/nocrt: open & close. bugref:10261
(edit) @96071   3 years vboxsync IPRT/nocrt: scm fix. bugref:10261
(edit) @96070   3 years vboxsync IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and …
(edit) @96067   3 years vboxsync IPRT/nocrt: Added snprintf, vsnprintf, scprintf and vscprintf. bugref:10261
(edit) @96061   3 years vboxsync IPRT/common/string/strchr.cpp: Fix NOCRT conditional checking.
(edit) @96060   3 years vboxsync IPRT/nocrt: Make use of existing floating point assembly code, …
(edit) @96059   3 years vboxsync IPRT/nocrt: Added atoi and corrected strto* aliasing. bugref:10261
(edit) @96058   3 years vboxsync IPRT/nocrt: Added strtoull. bugref:10261
(edit) @96057   3 years vboxsync IPRT/nocrt: Added strtoll and strtoul. [fixes] bugref:10261
(edit) @96056   3 years vboxsync IPRT/nocrt: Added strtoll and strtoul. bugref:10261
(edit) @96053   3 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96052   3 years vboxsync IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
(edit) @96045   3 years vboxsync IPRT/nocrt: Added strdup, stricmp, strtok, strcat, strncat, strnlen …
(edit) @96044   3 years vboxsync IPRT/strcpy.cpp: fix. bugref:10261
(edit) @96043   3 years vboxsync IPRT,/Config.kmk,iprt/asmdefs.mac,Add/3D/Config.kmk: Generate weak CRT …
(edit) @96016   3 years vboxsync IPRT: Removed non-working string _alias files and tried to address the …
(edit) @96014   3 years vboxsync IPRT/common: Use RT_NOCRT_BEGINPROC more consistently. bugref:10261
(edit) @95981   3 years vboxsync IPRT/bignum-amd64-x86.asm: warning
(edit) @95932   3 years vboxsync IPRT/nocrt: build fix. bugref:10261
(edit) @95931   3 years vboxsync Runtime/strformat.cpp: Hardening build fix relating to floating point …
(edit) @95927   3 years vboxsync IPRT/strformat.cpp: Build fix for the floating point formatting. …
(edit) @95926   3 years vboxsync IPRT/strformat.cpp: Added some placeholder floating point format type …
(edit) @95924   3 years vboxsync IPRT/zip.cpp: Adjustments for IPRT_NO_CRT mode. Need to disable LZF …
(edit) @95916   3 years vboxsync IPRT/vcc: two x86 build fixes. bugref:10261
(edit) @95915   3 years vboxsync IPRT/nocrt: Added _purecall. bugref:10261
(edit) @95870   3 years vboxsync IPRT/nocrt: Split up the startup code and added the basic DLL startup …
(edit) @95847   3 years vboxsync IPRT/stacksup-vcc.cpp: Added _RTC_UninitUse - complains about using …
(edit) @95845   3 years vboxsync IPRT/nocrt: Added file defining _fltused. bugref:10261
(edit) @95834   3 years vboxsync IPRT/nocrt: Call C & C++ initializers and terminators. TLS directory …
(edit) @95832   3 years vboxsync IPRT/nocrt: Moved generic compiler support code for VS 2019 out of the …
(edit) @95814   3 years vboxsync IPRT/string: Added simple strstr, strrchr and strcspn implementations …
(edit) @95812   3 years vboxsync IPRT/log.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
(edit) @95811   3 years vboxsync IPRT/logrel.cpp: Removed a bunch of unnecessary includes. bugref:10261
(edit) @95809   3 years vboxsync IPRT/assert.cpp: Use RTLogWriteStdErr instead of fprintf/stderr in …
(edit) @95807   3 years vboxsync IPRT/zip.h: No errno.h in IPRT_NO_CRT mode. bugref:10261
(edit) @95767   3 years vboxsync nocrt/string.h,strpbrk.cpp: Added missing strpbrk proto and synced up …
(edit) @95672   3 years vboxsync IPRT/RTCrPkcs7: Corrections to the handling of …
(edit) @95668   3 years vboxsync IPRT/RTCrPkcs7: Split out RTCrPkcs7Attributes_HashAttributes from …
(edit) @95667   3 years vboxsync IPRT/oiddb.cfg: Some more OIDs.
(edit) @95658   3 years vboxsync IPRT/RTAsn1: Added a RTAsn1DynType_SetToNull function. bugref:8691
(edit) @95656   3 years vboxsync IPRT/RTCrPkcs7: Added a RTCRPKCS7SIGN_SD_F_USE_V1 and a …
(edit) @95655   3 years vboxsync IPRT/iprt-openssl.cpp: Register a bunch of OID we could be needing …
(edit) @95638   3 years vboxsync IPRT/ldrPE: Tested and fixed the page hash generation code. bugref:8691
(edit) @95635   3 years vboxsync IPRT/ldrPE: Implemented generating page hashes (for using in signing). …
(edit) @95634   3 years vboxsync IPRT/RTAsn1OctetString: Added RTAsn1OctetString_AllocContent and …
(edit) @95630   3 years vboxsync IPRT/RTAsn1,RTCrPkcs7,RTCrSpc: Generate setters for dynamic members. …
(edit) @95629   3 years vboxsync IPRT/RTAsn1,RTCrPkc7,RTCrSpc: Refactoring the RTASN1TMPL_MEMBER_DYN* …
(edit) @95624   3 years vboxsync IPRT/RTAsn1,RTCrSpc: Generate setter functions for …
(edit) @95620   3 years vboxsync IPRT/RTCrPkcs7SimpleSignSignedData: Allow …
Note: See TracRevisionLog for help on using the revision log.

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