X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=034d46dc7d147b31e6b54e56c27514e22d6b6afd;hb=2fc4a41152744464f763fbdc8fa295d4889a8a35;hp=42690fc14a565410bdb940b2881dc2e19ec9b4fb;hpb=122d84991204bc27f91b2603ca1b3331310ee8cb;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 42690fc14..034d46dc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2007-03-18 Ben Pfaff + + * doc/relocatable.texi: Recommend using as prefix a directory + that does not exist and will never be created. Based on + discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke, + and others. + +2007-03-17 Bruno Haible + + * lib/fchownat.c: Include lchown.h. + +2007-03-17 Bruno Haible + + Fix endless loop when the given allocated size was > INT_MAX. + * lib/vasnprintf.c (EOVERFLOW): New fallback definition. + (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is + larger than INT_MAX, or when it grow to a value larger than INT_MAX. + * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf. + * lib/sprintf.c (sprintf): Likewise. + 2007-03-17 Bruno Haible * tests/test-argp-2.sh (func_compare): Output a context diff.