symlinkat: Fix documentation.
[gnulib.git] / ChangeLog
index 032df8e..77ce23a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2010-07-31  Bruno Haible  <bruno@clisp.org>
 
+       symlinkat: Fix documentation.
+       * doc/posix-functions/readlinkat.texi: Fix module name.
+
+2010-07-31  Bruno Haible  <bruno@clisp.org>
+
+       fchownat: Replace also when chown has the trailing slash bug.
+       * m4/openat.m4 (gl_FUNC_FCHOWNAT): Move the test of REPLACE_CHOWN
+       outside the gl_FUNC_FCHOWNAT_DEREF_BUG invocation. Fixes regression
+       introduced on 2010-04-10.
+       Reported by Rainer Tammer.
+
+2010-07-31  Bruno Haible  <bruno@clisp.org>
+
        linkat: Work around AIX 7.1 bug.
        * m4/linkat.m4 (gl_FUNC_LINKAT): Require AC_CANONICAL_HOST. Test
        whether linkat handles trailing slash correctly. If not, replace linkat
@@ -8,6 +21,7 @@
        check whether (fd1,file1) points to a directory if file1 or file2 ends
        in a slash. Code taken from lib/link.c.
        * doc/posix-functions/linkat.texi: Mention trailing slash bug.
+       Reported by Rainer Tammer.
 
 2010-07-31  Bruno Haible  <bruno@clisp.org>