tcgetsid: Detect declaration correctly.
[gnulib.git] / ChangeLog
index 9b468dc..46de43c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
+2011-08-08  Bruno Haible  <bruno@clisp.org>
+
+       tcgetsid: Detect declaration correctly.
+       * m4/tcgetsid.m4 (gl_FUNC_TCGETSID): Use correct headers in
+       AC_CHECK_DECLS invocation.
+       Reported by Simon Josefsson.
+
+2011-08-08  Eric Blake  <eblake@redhat.com>
+
+       largefile: fix typo that regressed large file support
+       * modules/largefile (configure.ac-early): Fix section name.
+
+2011-08-06  Karl Berry  <karl@gnu.org>
+
+       * MODULES.html.sh (func_all_files): _Noreturn is no longer
+       a separate module.
+
+2011-08-05  Simon Josefsson  <simon@josefsson.org>
+
+       openat: Fix warnings and commens when building unlinkat.c on Hurd.
+       * lib/unlinkat.c: Mention Hurd in comments.  Include stdlib.h to
+       get prototype for free.
+
 2011-08-04  Bruno Haible  <bruno@clisp.org>
 
+       Tests for module 'pathmax'.
+       * modules/pathmax-tests: New file.
+       * tests/test-pathmax.c: New file.
+
        canonicalize-lgpl: Support larger filenames on the Hurd.
        * lib/canonicalize-lgpl.c (__realpath): Bump path_max fallback to 8192.
        Reported by Paul Eggert.