Fix broken build of replacement for Windows tmpfile().
[gnulib.git] / ChangeLog
index 12962ec..50500fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2009-09-30  Ben Pfaff  <blp@gnu.org>
+
+       Fix broken build of replacement for Windows tmpfile().
+       * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
+       flags argument added along with the 'mkostemp' module.
+
+2009-09-28  Bruno Haible  <bruno@clisp.org>
+
+       Avoid identifier clash with POSIX function 'remove' defined as a macro.
+       * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
+       to 'remove_elt'.
+       (gl_list_remove): Update.
+       * lib/gl_list.c (gl_list_remove): Update.
+       * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
+       to 'remove_elt'.
+       (gl_oset_remove): Update.
+       * lib/gl_list.c (gl_oset_remove): Update.
+       Reported by Eric Blake.
+
+2009-09-28  Eric Blake  <ebb9@byu.net>
+
+       doc: mention yet more cygwin 1.7 status
+       * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
+       cygwin.
+       * doc/glibc-functions/execvpe.texi (execvpe): New file.
+       * doc/gnulib.texi (Glibc unistd.h): Mention it.
+
+       argp: fix test failure
+       * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
+       that are not upper-case.  Pass correct range to tolower.
+
+2009-09-27  Jim Meyering  <meyering@redhat.com>
+
+       test-yesno: work around sparc-dash here-document infelicity
+       Without this change, the literal \177 byte in a here document
+       would make dash 0.5.5.1-3 access uninitialized memory.
+       * tests/test-yesno.sh: Don't put the \177 byte in the here document.
+       Instead, use a marker, "@", and filter through tr to create the desired
+       contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
+
 2009-09-27  Bruno Haible  <bruno@clisp.org>
 
        Disable untested support for new flavours of ACLs on AIX.