Donate Share

clib2

File Release Notes and Changelog

Release Name: clib2 1.199

Notes:


Changes: c.lib 1.199 (6.3.2006) - In <stdio.h> MAXPATHLEN is now equivalent to PATH_MAX (from <limits.h>), as suggested by Henning Nielsen Lund. - 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! - 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". - The printf() family stripped trailing zeroes from the integer part of %g output. Fixed. - Moved an allocation size roundup operation in realloc().