missed commit
[gnulib.git] / ChangeLog
index ea69db4..b6e8887 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,88 @@
+2010-08-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       strtod: fix const diagnostic
+       * lib/strtod.c (strtod): Don't assign const char * to char *,
+       as this elicits a warning from GCC when warnings are enabled.
+
+2010-08-10  Pádraig Brady <P@draigbrady.com>
+       and Eric Blake  <eblake@redhat.com>
+
+       copy-acl: ignore ENOTSUP on HP-UX
+       * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up,
+       so that it is available for HP-UX.
+       * lib/copy-acl.c (qcopy_acl): Use it.
+       Reported by Patrick M. Callahan.
+
+2010-08-10  Eric Blake  <eblake@redhat.com>
+
+       open, chown: relax license
+       * modules/open (License): Change to LGPLv2+, with consent by all
+       authors, for use in augeas.
+       * modules/chown (License): Likewise.
+       * modules/lchown (Likewise): Likewise.
+       Requested by Adam Stokes.
+
+2010-08-09  Karl Berry  <karl@gnu.org>
+
+       * build-aux/ar-lib: new file, import from Automake.
+       * config/srclist.txt: autocheck for updates.
+
+2010-08-09  Eric Blake  <eblake@redhat.com>
+
+       readlinkat: adjust client modules
+       * modules/areadlinkat (Depends-on): Use readlinkat, not
+       symlinkat.
+       * modules/areadlinkat-with-size (Depends-on): Likewise.
+
+       mknod: be more vocal about danger of running tests as root
+       * m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as
+       root, since that is just asking for problems.
+       Suggested by Bruno Haible, based on a report by Rainer Tammer.
+
+       readlinkat: split into its own module
+       * modules/symlinkat: Split readlinkat...
+       * modules/readlinkat: ...into separate module.
+       * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check...
+       * m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file.
+       * lib/symlinkat.c (readlinkat): Move...
+       * lib/readlinkat.c: ...into new file.
+       * modules/symlinkat-tests: Split readlinkat test...
+       * modules/readlinkat-tests: ...into separate module.
+       * tests/test-symlinkat.c: Split...
+       * tests/test-readlinkat.c: ...into new file.
+       * NEWS: Document the split.
+       * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
+       * lib/unistd.in.h (readlinkat): Likewise.
+       Suggested by Bruno Haible.
+
+2010-08-08  Bruno Haible  <bruno@clisp.org>
+
+       memxfrm: Speed up.
+       * lib/memxfrm.c (memxfrm): Allocate enough memory ahead of time, so
+       that usually only one call to strxfrm is necessary for each string
+       part.
+       Reported by Paul Eggert <eggert@cs.ucla.edu>.
+
+2010-08-07  Karl Berry  <karl@gnu.org>
+
+       * doc/posix-headers/limits.texi,
+       * doc/posix-functions/malloc.texi,
+       * doc/posix-functions/strsignal.texi: missing @item.
+       * doc/ld-version-script.texi: spurious leading i.
+       * doc/regex.texi (Interval Operators): no commas inside @var.
+
 2010-08-01  Bruno Haible  <bruno@clisp.org>
 
+       Integrate the regex documentation.
+       * doc/gnulib.texi: Define 'cn' index.
+       (Regular expressions): New a chapter that includes regex.texi and
+       regexprops-generic.texi.
+       * doc/regex.texi: Remove boilerplate stuff. Use simplified @node
+       syntax.
+
+       Whitespace cleanup.
+       * doc/regex.texi: Remove trailing spaces.
+
        Add regex documentation.
        * doc/regex.texi: New file. Taken from regex-0.12/doc/regex.texi in
        http://ftp.gnu.org/old-gnu/regex/regex-0.12.tar.gz.