X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=bfbd9249eeb606cd379322d6dc18cce103687344;hb=5a0f3aa0ee6303d63d3d784a41b3687c558a19f5;hp=e7ab8ad1a99de30200022cb26825a52f1b1375c3;hpb=e967460a14f47cdab5ff7d71fbcaee71e00c330b;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index e7ab8ad1a..bfbd9249e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2010-05-24 Bruno Haible + + Avoid a test failure on NetBSD 5.0. + * tests/test-striconveh.c (main): On NetBSD, skip a test that triggers + an iconv() bug. + +2010-05-24 Bruno Haible + + Adjust #include directive style. + * modules/regex (Includes): Recommend to write . + +2010-05-24 Bruno Haible + + regex: Don't require alloca. + * modules/regex (Depends-on): Remove alloca. Add alloca-opt. + * lib/regex_internal.h (alloca): Ensure it's defined even if we call it + only inside if (0). + +2010-05-23 Jim Meyering + + test-renameat.c: include + * tests/test-renameat.c: Include ; required for + definition of S_IS* macros. + +2010-05-23 Ben Pfaff + + Update maintainer documentation for 'relocatable-prog' module. + * doc/relocatable-maint.texi: Update. + Comments by Bruno Haible. + 2010-05-23 Bruno Haible git-merge-changelog: Enable --split-merged-entry by default.