Menu

Code Commit Log


Commit Date  
[r271] by obarthel

- Added a simple test for sprintf() which does not use any of the
normal library startup code.

2005-05-17 19:15:32 Tree
[r270] by obarthel

- Documented __strip_double_slash() and plugged in a memmove()
in place of the copying loop.

- Modified __translate_unix_to_amiga_path_name() and
__translate_amiga_to_unix_path_name() to not to call strlen()
on the results of __strip_double_slash().

2005-05-15 12:32:59 Tree
[r269] by obarthel

- Added %D, %e, %F, %g, %G and %h for strftime(); repaired %I.

2005-05-14 14:47:46 Tree
[r268] by obarthel

- Added tests for inf/nan.

2005-05-14 10:57:43 Tree
[r267] by obarthel

- fpclassify() now returns FP_ZERO both for 0 and -0.

- nan() and nanf() now return quiet NaNs.

- Added internal __inf() and __inff() functions.

- strtof() now calls nanf() and __inff(), respectively, to produce
the special floating point values for nan/inf/infinity.

- strtod() now calls nan() and __inf(), respectively, to produce
the special floating point values for nan/inf/infinity.

- The scanf() family now calls nan() and __inf(), respectively, to
produce the special floating point values for nan/inf/infinity.

2005-05-14 10:52:31 Tree
[r266] by obarthel

- Enabled the C99 language option.

2005-05-12 15:07:22 Tree
[r265] by obarthel

- Added C99 checks to "complex_headers.h".

- No longer uses a local copysign() function in "math_kernel_scalbn.c".

- Fixed an assignment which actually came out as a comparison in "stdio_vfscanf.c".

2005-05-12 14:50:06 Tree
[r264] by obarthel

- Added C99 checks to "complex_headers.h".

- No longer uses a local copysign() function in "math_kernel_scalbn.c".

- Fixed an assignment which actually came out as a comparison in "stdio_vfscanf.c".

2005-05-12 14:50:06 Tree
[r263] by obarthel

- Getting ready for the 1.192 release.

- Floating point output in hexadecimal notation can now show a sign
in front of the hex prefix string.

2005-05-12 14:42:32 Tree
[r262] by obarthel

- fflush() no longer calls flockfile()/funlockfile() with a NULL parameter.

- Removed the old isinf() and isnan() functions.

2005-05-12 14:00:54 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.