Commit | Date | |
---|---|---|
[r261]
by
obarthel
- Added isunordered(), isgreater(), isgreaterequal(), isless(), - The wchar_t type is now an 'unsigned short' integer (16 bits wide). - Added PTRDIFF_MIN/PTRDIFF_MAX, WCHAR_MIN/WCHAR_MAX and - Added imaxdiv() and imaxabs() for C99. - Added strtoimax() and strtoumax() for C99. - Added nextafter() and nextafterf() for C99. - Added copysign() and copysignf() for C99. - Unless I missed something, clib2 should now be functionally complete - fflush() now consistently supports a NULL parameter, causing all |
2005-05-12 13:21:47 | Tree |
2005-05-11 20:15:28 | Tree | |
[r259]
by
obarthel
- The strftime() %z conversion now prints the time zone difference as a - mktime() now handles one leap second gracefully. |
2005-05-09 13:47:24 | Tree |
[r258]
by
obarthel
- Corrected the thread-safe clearerr() macro. - Fixed math_headers.h so that fabsf.c compiles correctly with SAS/C. |
2005-05-08 17:02:16 | Tree |
2005-05-08 16:27:25 | Tree | |
2005-05-08 11:27:26 | Tree | |
2005-05-08 11:20:49 | Tree | |
2005-05-08 11:20:03 | Tree | |
[r253]
by
obarthel
- For the printf() "%a" conversion the exponent now comes out as a binary - strtod() and strtof() now support "inf"/"infinity"/"nan"/"nan(..)" and - Added the fpclassify(), isfinite(), isnormal() and signbit() macros for C99. - Reimplemented isnan() and isinf() as macros for C99. The corresponding - Added fabsf() for C99. |
2005-05-08 08:51:30 | Tree |
2005-05-07 17:04:07 | Tree |