Menu

Code Commit Log


Commit Date  
[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
[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
of a command unless it contains path separator characters.

2005-04-28 15:38:47 Tree
[r246] by obarthel

- Fixed a typo in the semaphore creation code. Ouch.

2005-04-25 15:39:56 Tree
[r245] by obarthel

- If fread()/fwrite() fail to read/write any data because either the number
of records or the size of each record is zero, both now call clearerr() to
avoid giving the caller the wrong impression that an EOF or error occured.

2005-04-24 19:38:59 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.