+2009-09-26 Eric Blake <ebb9@byu.net>
+
+ doc: mention more cygwin 1.7 status
+ * doc/posix-functions/access.texi (access): Mention cygwin 1.5
+ bug.
+ * doc/posix-functions/execl.texi (execl): Likewise.
+ * doc/posix-functions/execle.texi (execle): Likewise.
+ * doc/posix-functions/execlp.texi (execlp): Likewise.
+ * doc/posix-functions/execv.texi (execv): Likewise.
+ * doc/posix-functions/execve.texi (execve): Likewise.
+ * doc/posix-functions/execvp.texi (execvp): Likewise.
+ * doc/glibc-functions/canonicalize_file_name.texi
+ (canonicalize_file_name): Cygwin 1.7 now provides this.
+ * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
+ * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
+ on AT_SYMLINK_NOFOLLOW.
+
2009-09-24 Eric Blake <ebb9@byu.net>
test-linkat: make test more robust
Portability problems fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+This function is missing on many non-glibc platforms:
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
+IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
@item
This function fails to detect trailing slashes on non-directories on
some platforms:
Portability problems fixed by Gnulib:
@itemize
@item
-This function is missing on all non-glibc platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+This function is missing on many non-glibc platforms:
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
+IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
@end itemize
Portability problems not fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function uses the effective id instead of the real id on some
+platforms:
+Cygwin 1.5.x.
+@item
+There is an inherent race between calling this function and performing
+some action based on the results; you should think twice before
+trusting this function in a set-uid or set-gid program.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, a script without executable permission is still run:
+Cygwin 1.5.x.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+@item
+Some platforms do not allow changing the access bits on symbolic
+links. POSIX states that @code{fchmodat(@dots{},AT_SYMLINK_NOFOLLOW)}
+may fail with @code{EOPNOTSUPP} when called on a symlink, but some
+platforms, as well as the gnulib replacement, fail for any use of
+AT_SYMLINK_NOFOLLOW even if the target was not a symlink:
+glibc, Cygwin.
@end itemize