Menu

Code Commit Log


Commit Date  
[r401] by obarthel

- Moved an allocation size roundup operation in realloc().

2006-02-17 10:55:03 Tree
[r400] by obarthel

- Added lockf() support, as supplied by Henning Nielsen Lund.
Thank you very much!

- symlink() now also works for absolute and relative links, and is
part of "libunix.a". This patch was supplied by Henning Nielsen Lund.
Thank you very much!

2006-01-29 09:17:00 Tree
[r399] by obarthel

- More corrections and clarifications.

2006-01-18 10:23:17 Tree
[r398] by obarthel

- Updated the copyright text.

2006-01-08 12:06:14 Tree
[r397] by obarthel

- The printf() family stripped trailing zeroes from the integer part
of %g output. Fixed.

2006-01-02 13:23:33 Tree
[r396] by obarthel

- Added "factorial" test program for "%g" testing.

2006-01-02 13:11:39 Tree
[r395] by obarthel

- The __main() stub function expected by the 68k GCC build is no
longer part of "stdlib_main.c". This helps the C++ support, since the
__main symbol definition no longer clashes with the definition in
"libgcc.a".

2005-12-31 12:23:54 Tree
[r394] by obarthel

- Preparations for release.

2005-12-11 08:55:29 Tree
[r393] by obarthel

- Forgot to check in a file.

2005-11-28 10:11:07 Tree
[r392] by obarthel

- Added another function called __reset_max_mem_stats() which will reset the
counters for "maximum amount of memory used" and "maximum number of chunks
allocated" to the current figures for these values.

- Fixed the alloca() declaration in <stdlib.h> so that software which keys
off the fact whether or not the alloca preprocessor symbol is defined
will do the right thing.

- Added an optional call-back function which can be called if alloca()
is about to return NULL, which some software does not consider.
Rather than letting such software drop into an illegal memory access
or worse, that call-back function will be invoked instead, which can
print an error message and eventually call abort().

2005-11-28 09:53:51 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.