Menu

Code Commit Log


Commit Date  
[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
[r257] by obarthel

- Added "fstat_stdout_test".

2005-05-08 16:27:25 Tree
[r256] by obarthel

- Small fixes to the scanf() family.

2005-05-08 11:27:26 Tree
[r255] by obarthel

- Hid two more program files.

2005-05-08 11:20:49 Tree
[r254] by obarthel

- Added test cases for C99 format conversions.

2005-05-08 11:20:03 Tree
[r253] by obarthel

- For the printf() "%a" conversion the exponent now comes out as a binary
number rather than a decimal one. Now how odd is that?

- strtod() and strtof() now support "inf"/"infinity"/"nan"/"nan(..)" and
hexadecimal floating point numbers, for C99.

- Added the fpclassify(), isfinite(), isnormal() and signbit() macros for C99.

- Reimplemented isnan() and isinf() as macros for C99. The corresponding
functions will be dropped from the library. Note that the isinf() macro
does not return -1, 0 or 1 like the old function did, but only 0 or 1
depending upon whether the parameter represents +/- infinity or not.

- Added fabsf() for C99.

2005-05-08 08:51:30 Tree
[r252] by obarthel

- Added HUGE_VALF to <math.h>.

2005-05-07 17:04:07 Tree
[r251] by obarthel

- The printf() family now supports the %hh, %j, %t and %z modifiers and the
%a/%A conversions for C99. The %j is treated like %ll, %t and %z are treated
like %l.

2005-05-07 16:39:27 Tree
[r250] by obarthel

- Plugged in the proper ISO 8601 week number calculation function.

2005-05-07 14:03:08 Tree
[r249] by obarthel

- strftime() now ignores the E and O modifiers.

2005-05-07 13:40:19 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.