Avoid a test failure on NetBSD 5.0.
[gnulib.git] / ChangeLog
index e7ab8ad..bfbd924 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       Adjust #include directive style.
+       * modules/regex (Includes): Recommend to write <regex.h>.
+
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
+       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  <meyering@redhat.com>
+
+       test-renameat.c: include <sys/stat.h>
+       * tests/test-renameat.c: Include <sys/stat.h>; required for
+       definition of S_IS* macros.
+
+2010-05-23  Ben Pfaff  <blp@cs.stanford.edu>
+
+       Update maintainer documentation for 'relocatable-prog' module.
+       * doc/relocatable-maint.texi: Update.
+       Comments by Bruno Haible.
+
 2010-05-23  Bruno Haible  <bruno@clisp.org>
 
        git-merge-changelog: Enable --split-merged-entry by default.