stdbool: avoid spurious failure with modern xlc
[gnulib.git] / ChangeLog
index 1337347..fd84791 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2010-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       stdbool: avoid spurious failure with modern xlc
+       * m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.
+
+2010-08-24  Bruno Haible  <bruno@clisp.org>
+
+       getloadavg: simplify code
+       * m4/getloadavg.m4 (gl_GETLOADAVG): Remove useless test of
+       gl_have_func. Update comments.
+
+2010-08-24  Eric Blake  <eblake@redhat.com>
+
+       getloadavg: don't define SVR4 on cygwin
+       * m4/getloadavg.m4 (gl_GETLOADAVG): Sync with autoconf fix, to
+       only define SVR4 when -lkvm is required.
+       Reported by Yaakov Selkowitz.
+
+2010-08-24  Bruno Haible  <bruno@clisp.org>
+
+       priv-set: fix comment
+       * lib/priv-set.c (priv_set_restore): Fix typo in comment.
+
+2010-08-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       priv-set: fix comments
+       * lib/priv-set.c (priv_set_remove, priv_set_restore): Fix comments
+       to match code, as suggested by David Bartley in:
+       http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00018.html
+
+2010-08-23  Eric Blake  <eblake@redhat.com>
+
+       stdbool: avoid rejecting clang
+       * m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.
+       * tests/test-stdbool.c: Enable more tests if using the system
+       <stdbool.h> instead of the gnulib replacement.
+       (main): Move xlc bug test to a runtime test for all compilers.
+       Reported by Anders Kaseorg.
+
+       argz: fix shell quoting issue
+       * m4/argz.m4 (gl_FUNC_ARGZ): Allow for spaces in argument.
+       Reported by Charles Wilson.
+
+2010-08-22  Paolo Bonzini  <bonzini@gnu.org>
+           Erik Faye-Lund <kusmabite@gmail.com>
+
+       poll, select: handle ERROR_BROKEN_PIPE.
+       * lib/poll.c (win32_compute_revents): Return POLLHUP when
+       PeekNamedPipe fails with ERROR_BROKEN_PIPE.
+       * lib/select.c (win32_compute_revents): Do not mark a pipe
+       as writeable if PeekNamedPipe fails with ERROR_BROKEN_PIPE.
+
 2010-08-22  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        fts: allow compilation with C++