Oops, typo in ChangeLog entry.
[gnulib.git] / ChangeLog
index 7924d20..2910717 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2010-05-25  Bruno Haible  <bruno@clisp.org>
+
+       Update to GNU gettext 0.18, part 2.
+       * build-aux/po/Makefile.in.in: Update to GNU gettext 0.18.
+       Reported by Martin von Gagern <Martin.vGagern@gmx.net>.
+
+2010-05-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Add missing include in test-pwrite.c.
+       * tests/test-pwrite.c: Include string.h, for strcmp.
+
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
+       * NEWS: Mention requirement for Automake option 'subdir-objects'.
+
+2010-05-24  Bruno Haible  <bruno@clisp.org>
+
+       Don't use conversion with transliteration in u{8,16,32}_strcoll.
+       * lib/unistr/u-strcoll.h (FUNC): Use U_STRCONV_TO_ENCODING with
+       iconveh_error argument.
+       * lib/unistr/u8-strcoll.c: Define U_STRCONV_TO_ENCODING instead of
+       U_STRCONV_TO_LOCALE.
+       * lib/unistr/u16-strcoll.c: Likewise.
+       * lib/unistr/u32-strcoll.c: Likewise.
+       * modules/unistr/u8-strcoll (Depends-on): Add
+       uniconv/u8-strconv-to-enc, localcharset. Remove
+       uniconv/u8-strconv-to-locale.
+       (configure.ac): Bump version number.
+       * modules/unistr/u16-strcoll (Depends-on): Add
+       uniconv/u16-strconv-to-enc, localcharset. Remove
+       uniconv/u16-strconv-to-locale.
+       (configure.ac): Bump version number.
+       * modules/unistr/u32-strcoll (Depends-on): Add
+       uniconv/u32-strconv-to-enc, localcharset. Remove
+       uniconv/u32-strconv-to-locale.
+       (configure.ac): Bump version number.
+
+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.
+       * lib/git-merge-changelog.c (main): Set split_merged_entry to true.
+       (usage): Don't mention this option any more.
+       Reported by Ralf Wildenhues.
+
+2010-05-23  Jim Meyering  <meyering@redhat.com>
+
+       test-pwrite: do not leave behind a test file named "out"
+       Revert commit d8fa18472a54c1cb2674c296b3d82443f234d5f7.
+       The trivial-looking use of init.sh is really necessary.
+       It ensures that the temporary file, "out", is created in
+       a temporary directory, and removed upon termination.
+       * tests/test-pwrite.sh: Re-add file.
+       * modules/pwrite-tests: Reference it.
+
+2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix output redirection buglet in init.sh.
+       * tests/init.sh: Fix redirection of stderr.
+
+2010-05-20  Simon Josefsson  <simon@josefsson.org>
+
+       * modules/valgrind-tests (configure.ac): Invoke gl_VALGRIND_TESTS.
+
 2010-05-17  Simon Josefsson  <simon@josefsson.org>
 
        * modules/valgrind-tests: New file.
 
 2010-05-09  Bruno Haible  <bruno@clisp.org>
 
-       Update to GNU gettext 0.18.
-       * m4/gettext.m4: Update to GNU gettext 0.17.
+       Update to GNU gettext 0.18, part 1.
+       * m4/gettext.m4: Update to GNU gettext 0.18.
        * m4/intl.m4: Likewise.
        * m4/po.m4: Likewise.
        * modules/gettext (Files): Add m4/fcntl-o.m4.