X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Readme.txt;h=315e0bb37795b5983f33e8560a4f0a21f0b764e6;hp=3bae131be9255daf3b068e50cc82cd58c96f0793;hb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;hpb=66c9a724d570ec507c640f6708fe48c4b8ca8b80 diff --git a/Readme.txt b/Readme.txt index 3bae131..315e0bb 100644 --- a/Readme.txt +++ b/Readme.txt @@ -170,10 +170,24 @@ v0.4 - 2005-02-06 Implementations for parts of . Still missing are the floating point conversions, and the wide-/multibyte-character functions. +v0.4.1 - 2006-11-16 +With v0.5 () taking longer than expected, v0.4.1 was set up as +a backport of bugfixes in the current development code. +- #1 realloc( NULL, size ) fails (fixed) +- #2 stdlib.h - insufficient documentation (fixed) +- #4 Misspelled name in credits (fixed) +- #5 malloc() splits off too-small nodes (fixed) +- #6 qsort() stack overflow (fixed) +- #7 malloc() bug in list handling (fixed) +- #8 strncmp() does not terminate at '\0' (fixed) +- #9 stdint.h dysfunctional (fixed) +- #10 NULL redefinition warnings (fixed) + v0.5 - unreleased -Implementations for parts of . Still no locale / wide-char -support. Enabled all GCC compiler warnings I could find, and fixed -everything that threw a warning. (You see this, maintainers of Open -Source software? No warnings whatsoever. Stop telling me it cannot -be done.) Fixed all known bugs in the v0.4 release. +Implementations for , , most parts of , +and strerror() from . +Still no locale / wide-char support. Enabled all GCC compiler warnings I +could find, and fixed everything that threw a warning. (You see this, +maintainers of Open Source software? No warnings whatsoever. Stop telling +me it cannot be done.) Fixed all known bugs in the v0.4 release.