stat: Update regarding AIX.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Jul 2010 19:24:54 +0000 (21:24 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 30 Jul 2010 19:24:54 +0000 (21:24 +0200)
ChangeLog
doc/posix-functions/stat.texi
m4/stat.m4

index 5a8f0b40aea9e872010fd370711e6ae8e3e94162..d74b0fd6ce32e2880c9c931472277945bc8a1913 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-30  Bruno Haible  <bruno@clisp.org>
+
+       stat: Update regarding AIX.
+       * doc/posix-functions/stat.texi: Mention bug on AIX 7.1.
+       * m4/stat.m4 (gl_FUNC_STAT): Update comment.
+       Reported by Rainer Tammer.
+
 2010-07-30  Bruno Haible  <bruno@clisp.org>
 
        truncl: Fix autoconf test.
index ef09740eeddb2f3257e07a3bccd0123e0b77519d..5bb798bfe3b687dc4504ca21a4c3b26089e6498e 100644 (file)
@@ -11,7 +11,7 @@ Portability problems fixed by Gnulib:
 @item
 On some platforms, @code{stat("link-to-file/",buf)} succeeds instead
 of failing with @code{ENOTDIR}.
-FreeBSD 7.2, Solaris 9.
+FreeBSD 7.2, AIX 7.1, Solaris 9.
 @item
 On some platforms, @code{stat(".",buf)} and @code{stat("./",buf)} give
 different results:
index acd32d86a084ea6cbfcbd47bf1c3a756b94ccf61..75e1d9473edfe1878b45f98993be9539ee31b8c6 100644 (file)
@@ -1,4 +1,4 @@
-# serial 4
+# serial 5
 
 # Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 #
@@ -24,7 +24,7 @@ AC_DEFUN([gl_FUNC_STAT],
             mingw*) gl_cv_func_stat_dir_slash="guessing no";;
             *) gl_cv_func_stat_dir_slash="guessing yes";;
           esac])])
-  dnl Solaris 9 mistakenly succeeds on stat("file/")
+  dnl AIX 7.1, Solaris 9 mistakenly succeed on stat("file/")
   dnl FreeBSD 7.2 mistakenly succeeds on stat("link-to-file/")
   AC_CACHE_CHECK([whether stat handles trailing slashes on files],
       [gl_cv_func_stat_file_slash],