|
|
@96559
|
2 years |
vboxsync |
IPRT/nocrt: GSHandlerCheck_SEH and a basic C_specific_handler. …
|
|
|
@96542
|
2 years |
vboxsync |
IPRT: Added RTUtf16FindAscii. bugref:10261
|
|
|
@96504
|
2 years |
vboxsync |
IPRT: Added RTMsgSyntax and RTMsgSyntaxV. bugref:10261
|
|
|
@96476
|
2 years |
vboxsync |
IPRT: Resolve IsDebuggerPresent and GetSystemTimeAsFileTime …
|
|
|
@96448
|
2 years |
vboxsync |
IPRT/nocrt: A few tricks to avoid dragging in log.cpp into static …
|
|
|
@96420
|
2 years |
vboxsync |
IPRT/nocrt: Implemented GSHandlerCheck so we can avoid overrunning …
|
|
|
@96419
|
2 years |
vboxsync |
IPRT/nocrt: SEH64 for memmove.asm. bugref:10261
|
|
|
@96412
|
2 years |
vboxsync |
update copyright and license notice text in generators
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96388
|
2 years |
vboxsync |
IPRT/nocrt: Introduced an internal rtNoCrtFatalMsg/Write API to be …
|
|
|
@96373
|
2 years |
vboxsync |
IPRT/nocrt: Implemented wcslen. bugref:10261
|
|
|
@96371
|
2 years |
vboxsync |
IPRT/nocrt: Cooked up ftol2 and ftol2_sse, stubbed …
|
|
|
@96370
|
2 years |
vboxsync |
IPRT/nocrt: x86 stack support routines. bugref:10261
|
|
|
@96368
|
2 years |
vboxsync |
iprt/asmdefs.mac,IPRT/nocrt: Mangling fixes for fastcall compiler …
|
|
|
@96338
|
2 years |
vboxsync |
IPRT/nocrt: Implemented powf. bugref:10261
|
|
|
@96337
|
2 years |
vboxsync |
IPRT/nocrt: Split out the core of the pow() code into a common …
|
|
|
@96321
|
2 years |
vboxsync |
IPRT/nocrt: Implemented pow(). bugref:10261
|
|
|
@96307
|
2 years |
vboxsync |
Runtime/common/fs/isomakercmd-man.xml: comment fix
|
|
|
@96298
|
2 years |
vboxsync |
IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
|
|
|
@96282
|
2 years |
vboxsync |
IPRT/nocrt: Implemented expf. bugref:10261
|
|
|
@96281
|
2 years |
vboxsync |
IPRT/nocrt: Implemented exp. [scm] bugref:10261
|
|
|
@96280
|
2 years |
vboxsync |
IPRT/nocrt: Implemented exp. bugref:10261
|
|
|
@96279
|
2 years |
vboxsync |
IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
|
|
|
@96278
|
2 years |
vboxsync |
IPRT/nocrt: Fixed div/0 bug in feraiseexcept. bugref:10261
|
|
|
@96276
|
2 years |
vboxsync |
IPRT/nocrt: log2 implementation. bugref:10261
|
|
|
@96273
|
2 years |
vboxsync |
IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
|
|
|
@96270
|
2 years |
vboxsync |
IPRT/nocrt: Release build fixes. bugref:10261
|
|
|
@96258
|
2 years |
vboxsync |
IPRT/nocrt: strstr fix. bugref:10261
|
|
|
@96242
|
2 years |
vboxsync |
IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
|
|
|
@96241
|
2 years |
vboxsync |
IPRT/nocrt: Forgot to remove rtNoCrtMathSinCore from sin.asm after …
|
|
|
@96240
|
2 years |
vboxsync |
IPRT/nocrt: Reworking the sin and cos code to take into account which …
|
|
|
@96238
|
2 years |
vboxsync |
IPRT/nocrt: Converted atan.asm and atanf.asm to SEH64 and adjusted …
|
|
|
@96222
|
2 years |
vboxsync |
iprt/types.h,strtonum.cpp: QNAN values does not need to have bit zero …
|
|
|
@96220
|
2 years |
vboxsync |
IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
|
|
|
@96218
|
2 years |
vboxsync |
IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
|
|
|
@96217
|
2 years |
vboxsync |
IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
|
|
|
@96216
|
2 years |
vboxsync |
IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
|
|
|
@96215
|
2 years |
vboxsync |
IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
|
|
|
@96214
|
2 years |
vboxsync |
IPRT/nocrt: l[l]round[fl] can now raise FE_INVALID as they ought to. …
|
|
|
@96213
|
2 years |
vboxsync |
IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
|
|
|
@96206
|
2 years |
vboxsync |
IPRT/nocrt: Removed old fenv code. bugref:10261
|
|
|
@96205
|
2 years |
vboxsync |
IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
|
|
|
@96203
|
2 years |
vboxsync |
IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
|
|
|
@96201
|
2 years |
vboxsync |
IPRT/nocrt: Implemented fegetround and fesetround to workaround the …
|
|
|
@96197
|
2 years |
vboxsync |
IPRT/math.h: Define our own set of classification flags so we can test …
|
|
|
@96196
|
2 years |
vboxsync |
IPRT/nocrt: *round[fl] fixes. bugref:10261
|
|
|
@96194
|
2 years |
vboxsync |
IPRT/strtofloat.cpp: Fixes. bugref:10261
|
|
|
@96191
|
2 years |
vboxsync |
IPRT/strtofloat.cpp: Revised additions build fix attempt. bugref:10261
|
|
|
@96188
|
2 years |
vboxsync |
IPRT/strtofloat.cpp: Addditions build fix attempt. bugref:10261
|
|
|
@96186
|
2 years |
vboxsync |
IPRT/strtofloat.cpp: doxygen fix. bugref:10261
|
|
|
@96185
|
2 years |
vboxsync |
IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
|
|
|
@96183
|
2 years |
vboxsync |
IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
|
|
|
@96182
|
2 years |
vboxsync |
IPRT/nocrt: exp2 and exp2f. bugref:10261
|
|
|
@96181
|
2 years |
vboxsync |
IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
|
|
|
@96180
|
2 years |
vboxsync |
IPRT: Added RTStrNanLongDouble, RTStrNanDouble and RTStrNanFloat (they …
|
|
|
@96170
|
2 years |
vboxsync |
IPRT: Doxygen fixes in strtonum.cpp and strtofloat.cpp. bugref:20261
|
|
|
@96167
|
2 years |
vboxsync |
IPRT/nocrt: Simple atan, atanf, atan2 and atan2f implementations based …
|
|
|
@96162
|
2 years |
vboxsync |
IPRT/nocrt: Skip leading whitespace in the strtoxx and atoi functions. …
|
|
|
@96161
|
2 years |
vboxsync |
IPRT/nocrt: Added floating point parsing to vsscanf, very relaxed wrt …
|
|
|
@96159
|
2 years |
vboxsync |
IPRT/nocrt: strtod, a makefile correction, and ERANGE errno mapping. …
|
|
|
@96158
|
2 years |
vboxsync |
IPRT/strtofloat.cpp: build fix. bugref:10162
|
|
|
@96157
|
2 years |
vboxsync |
IPRT/strttofloat.cpp: Some fixes and blind attempt at making it build …
|
|
|
@96156
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96153
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96152
|
2 years |
vboxsync |
IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
|
|
|
@96129
|
2 years |
vboxsync |
IPRT/nocrt: bsearch. bugref:10261
|
|
|
@96128
|
2 years |
vboxsync |
IPRT/nocrt: sscanf & vsscanf (untested). bugref:10261
|
|
|
@96127
|
2 years |
vboxsync |
IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
|
|
|
@96126
|
2 years |
vboxsync |
IPRT/nocrt: scm fixes. bugref:10261
|
|
|
@96125
|
2 years |
vboxsync |
IPRT/nocrt: Added dup. bugref:10261
|
|
|
@96122
|
2 years |
vboxsync |
IPRT/nocrt: fmax, fmaxf and fmaxl. bugref:10261
|
|
|
@96121
|
2 years |
vboxsync |
IPRT/nocrt: rintf fix. bugref:10261
|
|
|
@96120
|
2 years |
vboxsync |
IPRT/nocrt: fmin, fminf and fminl. bugref:10261
|
|
|
@96119
|
2 years |
vboxsync |
IPRT/nocrt: l[l]round[lf] fixes. bugref:10261
|
|
|
@96118
|
2 years |
vboxsync |
IPRT/nocrt: llround, llroundf and llroundl. bugref:10261
|
|
|
@96117
|
2 years |
vboxsync |
IPRT/nocrt: lround, lroundf, lroundl, rint, rintf, round, roundf and …
|
|
|
@96112
|
2 years |
vboxsync |
IPRT/nocrt: very basic sqrt and sqrtf implementations. bugref:10261
|
|
|
@96108
|
2 years |
vboxsync |
IPRT/nocrt: fma and fmaf. bugref:10261
|
|
|
@96102
|
2 years |
vboxsync |
IPRT/nocrt: Just map atof onto a future strtod implementation. bugref:10261
|
|
|
@96101
|
2 years |
vboxsync |
IPRT/nocrt: copysign, copysignf and copysignl. bugref:10261
|
|
|
@96098
|
2 years |
vboxsync |
IPRT/nocrt: Math constants: HUGH_VAL*, NAN, INFINITY. bugref:10261
|
|
|
@96093
|
2 years |
vboxsync |
IPRT/nocrt: Math classification functions. bugref:10261
|
|
|
@96080
|
2 years |
vboxsync |
IPRT/nocrt: llabs build fix. bugref:10261
|
|
|
@96075
|
2 years |
vboxsync |
IPRT/nocrt: access. bugref:10261
|
|
|
@96074
|
2 years |
vboxsync |
IPRT/nocrt: abs, labs and llabs. bugref:10261
|
|
|
@96073
|
2 years |
vboxsync |
IPRT/nocrt: strerror; atexit fix. bugref:10261
|
|
|
@96072
|
2 years |
vboxsync |
IPRT/nocrt: open & close. bugref:10261
|
|
|
@96071
|
2 years |
vboxsync |
IPRT/nocrt: scm fix. bugref:10261
|
|
|
@96070
|
2 years |
vboxsync |
IPRT/nocrt: atexit, fstat, isatty, read, unlink, rand, qsort and …
|
|
|
@96067
|
2 years |
vboxsync |
IPRT/nocrt: Added snprintf, vsnprintf, scprintf and vscprintf. bugref:10261
|
|
|
@96061
|
2 years |
vboxsync |
IPRT/common/string/strchr.cpp: Fix NOCRT conditional checking.
|
|
|
@96060
|
2 years |
vboxsync |
IPRT/nocrt: Make use of existing floating point assembly code, …
|
|
|
@96059
|
2 years |
vboxsync |
IPRT/nocrt: Added atoi and corrected strto* aliasing. bugref:10261
|
|
|
@96058
|
2 years |
vboxsync |
IPRT/nocrt: Added strtoull. bugref:10261
|
|
|
@96057
|
2 years |
vboxsync |
IPRT/nocrt: Added strtoll and strtoul. [fixes] bugref:10261
|
|
|
@96056
|
2 years |
vboxsync |
IPRT/nocrt: Added strtoll and strtoul. bugref:10261
|
|
|
@96053
|
2 years |
vboxsync |
IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
|
|
|
@96052
|
2 years |
vboxsync |
IPRT/nocrt: Added no-CRT per-thread data like errno and strtok state. …
|
|
|
@96045
|
2 years |
vboxsync |
IPRT/nocrt: Added strdup, stricmp, strtok, strcat, strncat, strnlen …
|
|
|
@96044
|
2 years |
vboxsync |
IPRT/strcpy.cpp: fix. bugref:10261
|
|
|