Commit | Date | |
---|---|---|
[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 | |
[r251]
by
obarthel
- The printf() family now supports the %hh, %j, %t and %z modifiers and the |
2005-05-07 16:39:27 | Tree |
2005-05-07 14:03:08 | Tree | |
2005-05-07 13:40:19 | Tree | |
[r248]
by
obarthel
- Added strtof(), llabs(), lldiv(), vsscanf() and vscanf() for C99. - strftime() now supports %C, %n, %r, %R, %t, %T, %u, %V, and %z for C99. |
2005-05-07 13:21:49 | Tree |
[r247]
by
obarthel
- The libunix.a flavour of system() no longer attempts to translate the name |
2005-04-28 15:38:47 | Tree |
2005-04-25 15:39:56 | Tree | |
[r245]
by
obarthel
- If fread()/fwrite() fail to read/write any data because either the number |
2005-04-24 19:38:59 | Tree |
[r244]
by
obarthel
- Fixed two linker errors which were caused by duplicate symbol definitions. - Added code to the startup routine which allows you to monitor where command |
2005-04-24 15:27:13 | Tree |