at-func*.c: fix comments
[gnulib.git] / ChangeLog
index 7a1eac5..4cb125f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+2011-11-04  Jim Meyering  <meyering@redhat.com>
+
+       at-func*.c: fix comments
+       * lib/at-func2.c: Correct/improve first-line comment.
+       * lib/at-func.c: Correct grammar in first-line comment.
+
+2011-11-04  Bruno Haible  <bruno@clisp.org>
+
+       New module 'mkdirat', split off from module 'openat'.
+       * m4/mkdirat.m4: New file. extracted from m4/openat.m4.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Don't require gl_SYS_STAT_H_DEFAULTS.
+       Don't test for mkdirat. Don't set GNULIB_MKDIRAT, HAVE_MKDIRAT.
+       * modules/mkdirat: New file, extracted from modules/openat.
+       * modules/openat (Files): Remove lib/mkdirat.c.
+       (Depends-on): Remove mkdir.
+       (configure.ac): Remove AC_LIBOBJ of mkdirat.
+       (Include): Remove <sys/stat.h>.
+       * modules/mkdirat-tests: New file, extracted from modules/openat-tests.
+       * modules/openat-tests (Files): Remove tests/test-mkdirat.c,
+       tests/test-mkdir.h.
+       (Depends-on): Remove ignore-value.
+       (Makefile.am): Remove rules for test-mkdirat.
+       * doc/posix-functions/mkdirat.texi: Mention module 'mkdirat' instead
+       of module 'openat'.
+       * NEWS: Mention the change.
+
+2011-11-04  Bruno Haible  <bruno@clisp.org>
+
+       closedir: Avoid warning on mingw.
+       * lib/closedir.c: Include <unistd.h>.
+
+2011-11-04  Bruno Haible  <bruno@clisp.org>
+
+       New module 'fstatat', split off from module 'openat'.
+       * lib/openat.h (statat, lstatat): Enable only if GNULIB_FSTATAT is
+       defined.
+       * m4/fstatat.m4: New file. extracted from m4/openat.m4.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FSTATAT. Don't invoke
+       gl_FUNC_FSTATAT.
+       (gl_FUNC_FSTATAT): Moved to m4/fstatat.m4.
+       * modules/fstatat: New file, extracted from modules/openat.
+       * modules/openat (Files): Remove lib/fstatat.c.
+       (Depends-on): Remove lstat.
+       (configure.ac): Remove AC_LIBOBJ of fstatat.
+       * modules/fstatat-tests: New file, extracted from modules/openat-tests.
+       * modules/openat-tests (Files): Remove tests/test-fstatat.c,
+       tests/test-lstat.h, tests/test-stat.h.
+       (Depends-on): Remove getcwd-lgpl.
+       (Makefile.am): Remove rules for test-fstatat.
+       * doc/posix-functions/fstatat.texi: Mention module 'fstatat' instead
+       of module 'openat'.
+       * NEWS: Mention the change.
+       * modules/getcwd (Depends-on): Add fstatat.
+       * modules/linkat (Depends-on): Likewise.
+       * modules/mkfifoat-tests (Depends-on): Likewise.
+       * modules/utimensat (Depends-on): Add fstatat. Remove openat.
+
+2011-11-03  Bruno Haible  <bruno@clisp.org>
+
+       New module 'unlinkat', split off from module 'openat'.
+       * m4/unlinkat.m4: New file, extracted from m4/openat.m4.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_UNLINKAT,
+       REPLACE_UNLINKAT, HAVE_UNLINKAT. Don't test for unlinkat.
+       * modules/unlinkat: New file, extracted from modules/openat. Correct
+       the dependency conditions.
+       * modules/openat (Files): Remove lib/unlinkat.c.
+       (Depends-on): Remove rmdir, unlink.
+       (configure.ac): Remove AC_LIBOBJ of unlinkat.
+       * modules/unlinkat-tests: New file, extracted from modules/openat-tests.
+       * modules/openat-tests (Files): Remove tests/test-unlinkat.c,
+       tests/test-rmdir.h, tests/test-unlink.h.
+       (Depends-on): Remove unlinkdir.
+       (Makefile.am): Remove rules for test-unlinkat.
+       * doc/posix-functions/unlinkat.texi: Mention module 'unlinkat' instead
+       of module 'openat'.
+       * NEWS: Mention the change.
+       * modules/linkat-tests (Depends-on): Add unlinkat.
+       * modules/mkfifoat-tests (Depends-on): Likewise.
+       * modules/readlinkat-tests (Depends-on): Likewise.
+
+2011-11-02  Bruno Haible  <bruno@clisp.org>
+
+       New module 'fchmodat', split off from module 'openat'.
+       * lib/openat.h (chmodat, lchmodat): Enable only if GNULIB_FCHMODAT is
+       defined.
+       * m4/fchmodat.m4: New file, extracted from m4/openat.m4.
+       * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FCHMODAT. Don't test
+       for fchmodat, lchmod. Don't set HAVE_FCHMODAT.
+       * modules/fchmodat: New file, extracted from modules/openat.
+       * modules/openat (Files): Remove lib/fchmodat.c.
+       (configure.ac): Remove AC_LIBOBJ of fchmodat.
+       * modules/fchmodat-tests: New file, extracted from modules/openat-tests.
+       * modules/openat-tests (Files): Remove tests/test-fchmodat.c.
+       (Makefile.am): Remove rules for test-fchmodat.
+       * doc/posix-functions/fchmodat.texi: Mention module 'fchmodat' instead
+       of module 'openat'.
+       * NEWS: Mention the change.
+
+2011-11-02  Jim Meyering  <meyering@redhat.com>
+
+       putenv: indent #definition of "environ" to placate cppi
+       * lib/putenv.c (environ): Make indentation reflect cpp nesting.
+
+       gitlog-to-changelog: provide a ChangeLog-repair mechanism
+       Git logs are often treated as immutable, because editing them
+       changes the SHA1 checksums of all descendants.  Thus, errors in
+       git logs tend to stay there forever.  However, when we generate
+       a ChangeLog file -- typically for distribution -- from that git log,
+       we can actually make corrections in the generated file.  The key
+       lies in recording in machine-readable/applicable form the desired
+       corrections.  See --help for description and an example.
+       * build-aux/gitlog-to-changelog (parse_amend_file): New function.
+       (usage): Describe it; alphabetize option descriptions.
+       (main): Honor the new option, carefully.
+
+2011-11-01  Jim Meyering  <meyering@redhat.com>
+
+       gitlog-to-changelog: avoid an infloop
+       * build-aux/gitlog-to-changelog: Don't infloop for a commit log
+       that ends up being empty.
+
+2011-11-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * MODULES.html.sh: Fix sed-script shell quoting and locale issues.
+       (func_module): Replace foo=` ... sed -e COMPLICATED ... ` with
+       bar=COMPLICATED; foo=` ... sed -e "$bar" ... ` when COMPLICATED
+       contains (possibly-quoted) backslashes.  This should avoid
+       all-too-common shell bugs if COMPLICATED contains backslashes in
+       the "wrong" places.  Reported by David Evans in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-11/msg00013.html>.
+       When 'sed' uses character ranges like A-Z, invoke it in the C locale,
+       because we want ASCII ranges.  Is there some reason we don't use
+       the C locale everywhere in this script?
+       (func_module, top level): Avoid unwanted pathname expansion when
+       $repo_url_prefix or $repo_url_suffix_repl contain shell
+       metacharacters like '?' and '*'.
+
+2011-11-01  Bruno Haible  <bruno@clisp.org>
+
+       fchownat: Improve description.
+       * modules/fchownat (Description): Add link to function.
+
 2011-11-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * tests/test-stdalign.c (TEST_ALIGNMENT): Shrink back to 8.