openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
[gnulib.git] / ChangeLog
index 56cced3..7b01846 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,40 @@
 2011-11-04  Bruno Haible  <bruno@clisp.org>
 
+       openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
+       * modules/fchmodat (Depends-on): Add openat-die.
+       * modules/fchownat (Depends-on): Likewise.
+       * modules/linkat (Depends-on): Likewise.
+       * modules/renameat (Depends-on): Likewise.
+       * modules/openat (Depends-on): Add dirent.
+
+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>.