doc/lgpl-2.1.texi
[pspp] / ChangeLog
index db473d86a247e14cca3a014ff5ea2ebeb6d10908..506a079bf1dc977ee5c77ccb9da68e83561e6f48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2011-06-06  Eric Blake  <eblake@redhat.com>
+
+       canonicalize-lgpl: use common idiom
+       * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Prefer older rm -rf
+       over newer POSIX -Rf.
+       Reported by Bruno Haible.
+
+       canonicalize-lgpl: work around AIX realpath bug
+       * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Expose AIX bug.
+       * doc/posix-functions/realpath.texi (realpath): Document it.
+       Reported by Bruno Haible.
+
+       strerror: work around FreeBSD bug
+       * lib/strerror.c (strerror): Special case 0.
+       Reported by Bruno Haible.
+
+       strerror-override: avoid bloating errno module
+       * modules/errno (Files, configure.ac): Move replacement strings...
+       * modules/strerror-override: ...to new module.
+       * modules/strerror (Depends-on): Add strerror-override.
+       * modules/strerror_r-posix (Depends-on): Likewise.
+       * MODULES.html.sh: Document new module.
+       Reported by Bruno Haible.
+
 2011-06-06  Bruno Haible  <bruno@clisp.org>
 
        spawn-pipe tests: Rename program.
@@ -6,7 +30,7 @@
        * tests/test-spawn-pipe.sh: Update.
        * modules/spawn-pipe-tests (Files, Makefile.am): Update.
 
-       spawn-pipe tests: Like the child program only against libc.
+       spawn-pipe tests: Link the child program only against libc.
        * tests/test-spawn-pipe-child.c: New file, extracted from
        tests/test-spawn-pipe.c.
        (main): Expect only one argument.