readtokens: do not leak internal token_lengths buffer
[gnulib.git] / ChangeLog
index d7b9374..42257ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2010-01-18  Jim Meyering  <meyering@redhat.com>
+
+       readtokens: do not leak internal token_lengths buffer
+       * lib/readtokens.c (readtokens): Free the local, lengths,
+       when the supplied "token_lengths" parameter is NULL.
+
+2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix a couple of missing LIBTHREAD link failures on AIX.
+       * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
+       $(LIBTHREAD).
+       * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
+
+       Link test-poll against INET_PTON_LIB.
+       * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
+       for inet_pton on Solaris 10.
+
+2010-01-17  Bruno Haible  <bruno@clisp.org>
+
+       unistdio/*-sprintf: Fix typo in module description.
+       * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
+       * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
+       * modules/unistdio/u16-sprintf (Depends-on): Likewise.
+       * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
+       * modules/unistdio/u32-sprintf (Depends-on): Likewise.
+       * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
+       * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       gnulib-tool: fix filelist for AIX, HP-UX ksh.
+       * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
+       variables in shell case patterns, for AIX and HP-UX ksh.
+
+       Split large sed scripts, for HP-UX sed.
+       * modules/stdio: Split sed scripts around 50 sed commands,
+       to avoid HP-UX limit of 99 commands, in the near future.
+       * modules/string: Likewise.
+       * modules/unistd: Likewise.
+
+       gnulib-tool: avoid writing in the current directory.
+       * gnulib-tool (func_emit_lib_Makefile_am)
+       (func_emit_tests_Makefile_am): Put temporary files in $tmp,
+       not in the current directory, so concurrent gnulib-tool
+       instances do not interfere.
+
+2010-01-16  Jim Meyering  <meyering@redhat.com>
+
+       doc: update users.txt
+       * users.txt: Add grep.
+       (diffutils, gzip): Update URLs.
+
+2010-01-12  Bruno Haible  <bruno@clisp.org>
+
+       posix_spawn: Avoid test failure on Cygwin.
+       * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
+       characters.
+       Reported by Simon Josefsson.
+
 2010-01-12  Bruno Haible  <bruno@clisp.org>
 
        * tests/test-cond.c (main): When skipping the test, show the reason.