Menu

Code Commit Log


Commit Date  
[r275] by obarthel

- The record locking code in fcntl() is no longer part of the
regular libc.a, but only of libunix.a.

- Changed the definition of the D_S() macro to cast the pointer
address to an unsigned 32 bit integer.

2005-05-27 13:19:30 Tree
[r274] by obarthel

- For %C strtime() should return the century number, not the
year number mod 100.

2005-05-19 13:57:53 Tree
[r273] by obarthel

- Moved the IExec initialization in "simple_sprintf.c".

2005-05-18 07:22:52 Tree
[r272] by obarthel

- Forgot to update the .cvsignore file to ignore the simple_sprintf test
program.

2005-05-17 19:16:43 Tree
[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
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.