From: Eric Blake Date: Mon, 15 Dec 2008 14:05:41 +0000 (-0700) Subject: Update doc for cygwin 1.7. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0460b26278c909bd983c2c8938e72e4cc88e4084;p=pspp Update doc for cygwin 1.7. * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new functions. * doc/posix-functions/fchmodat.texi: Likewise. * doc/posix-functions/fchownat.texi: Likewise. * doc/posix-functions/fdopendir.texi: Likewise. * doc/posix-functions/fmemopen.texi: Likewise. * doc/posix-functions/freeaddrinfo.texi: Likewise. * doc/posix-functions/fstatat.texi: Likewise. * doc/posix-functions/futimens.texi: Likewise. * doc/posix-functions/gai_strerror.texi: Likewise. * doc/posix-functions/getaddrinfo.texi: Likewise. * doc/posix-functions/getnameinfo.texi: Likewise. * doc/posix-functions/if_freenameindex.texi: Likewise. * doc/posix-functions/if_indextoname.texi: Likewise. * doc/posix-functions/if_nameindex.texi: Likewise. * doc/posix-functions/if_nametoindex.texi: Likewise. * doc/posix-functions/insque .texi: Likewise. * doc/posix-functions/linkat.texi: Likewise. * doc/posix-functions/llrint.texi: Likewise. * doc/posix-functions/llrintf.texi: Likewise. * doc/posix-functions/llrintl.texi: Likewise. * doc/posix-functions/lockf.texi: Likewise. * doc/posix-functions/lrintl.texi: Likewise. * doc/posix-functions/mkdirat.texi: Likewise. * doc/posix-functions/mkfifoat.texi: Likewise. * doc/posix-functions/mknodat.texi: Likewise. * doc/posix-functions/mq_close.texi: Likewise. * doc/posix-functions/mq_getattr.texi: Likewise. * doc/posix-functions/mq_notify.texi: Likewise. * doc/posix-functions/mq_open.texi: Likewise. * doc/posix-functions/mq_receive.texi: Likewise. * doc/posix-functions/mq_send.texi: Likewise. * doc/posix-functions/mq_setattr.texi: Likewise. * doc/posix-functions/mq_timedreceive.texi: Likewise. * doc/posix-functions/mq_timedsend.texi: Likewise. * doc/posix-functions/mq_unlink.texi: Likewise. * doc/posix-functions/open_memstream.texi: Likewise. * doc/posix-functions/openat.texi: Likewise. * doc/posix-functions/posix_fadvise.texi: Likewise. * doc/posix-functions/posix_fallocate.texi: Likewise. * doc/posix-functions/posix_madvise.texi: Likewise. * doc/posix-functions/posix_memalign.texi: Likewise. * doc/posix-functions/posix_openpt.texi: Likewise. * doc/posix-functions/readlinkat.texi: Likewise. * doc/posix-functions/remque.texi: Likewise. * doc/posix-functions/renameat.texi: Likewise. * doc/posix-functions/rintl.texi: Likewise. * doc/posix-functions/sem_unlink.texi: Likewise. * doc/posix-functions/shm_open.texi: Likewise. * doc/posix-functions/shm_unlink.texi: Likewise. * doc/posix-functions/signgam.texi: Likewise. * doc/posix-functions/sigset.texi: Likewise. * doc/posix-functions/stpcpy.texi: Likewise. * doc/posix-functions/stpncpy.texi: Likewise. * doc/posix-functions/strerror.texi: Likewise. * doc/posix-functions/strtod.texi: Likewise. * doc/posix-functions/symlinkat.texi: Likewise. * doc/posix-functions/unlinkat.texi: Likewise. * doc/posix-functions/utimensat.texi: Likewise. * doc/glibc-functions/bindresvport.texi: Likewise. * doc/glibc-functions/dn_expand.texi: Likewise. * doc/glibc-functions/exp10.texi: Likewise. * doc/glibc-functions/exp10f.texi: Likewise. * doc/glibc-functions/fgetxattr.texi: Likewise. * doc/glibc-functions/flistxattr.texi: Likewise. * doc/glibc-functions/fopencookie.texi: Likewise. * doc/glibc-functions/freeifaddrs.texi: Likewise. * doc/glibc-functions/fremovexattr.texi: Likewise. * doc/glibc-functions/fsetxattr.texi: Likewise. * doc/glibc-functions/getifaddrs.texi: Likewise. * doc/glibc-functions/getxattr.texi: Likewise. * doc/glibc-functions/lgetxattr.texi: Likewise. * doc/glibc-functions/listxattr.texi: Likewise. * doc/glibc-functions/llistxattr.texi: Likewise. * doc/glibc-functions/lremovexattr.texi: Likewise. * doc/glibc-functions/lsetxattr.texi: Likewise. * doc/glibc-functions/pow10.texi: Likewise. * doc/glibc-functions/pow10f.texi: Likewise. * doc/glibc-functions/rcmd_af.texi: Likewise. * doc/glibc-functions/removexattr.texi: Likewise. * doc/glibc-functions/res_init.texi: Likewise. * doc/glibc-functions/res_mkquery.texi: Likewise. * doc/glibc-functions/res_query.texi: Likewise. * doc/glibc-functions/res_querydomain.texi: Likewise. * doc/glibc-functions/res_send.texi: Likewise. * doc/glibc-functions/rresvport_af.texi: Likewise. * doc/glibc-functions/setxattr.texi: Likewise. * doc/glibc-functions/strcasestr.texi: Likewise. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index e7e0d686b8..8a0fbbc932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2008-12-15 Eric Blake + + Update doc for cygwin 1.7. + * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new + functions. + * doc/posix-functions/fchmodat.texi: Likewise. + * doc/posix-functions/fchownat.texi: Likewise. + * doc/posix-functions/fdopendir.texi: Likewise. + * doc/posix-functions/fmemopen.texi: Likewise. + * doc/posix-functions/freeaddrinfo.texi: Likewise. + * doc/posix-functions/fstatat.texi: Likewise. + * doc/posix-functions/futimens.texi: Likewise. + * doc/posix-functions/gai_strerror.texi: Likewise. + * doc/posix-functions/getaddrinfo.texi: Likewise. + * doc/posix-functions/getnameinfo.texi: Likewise. + * doc/posix-functions/if_freenameindex.texi: Likewise. + * doc/posix-functions/if_indextoname.texi: Likewise. + * doc/posix-functions/if_nameindex.texi: Likewise. + * doc/posix-functions/if_nametoindex.texi: Likewise. + * doc/posix-functions/insque .texi: Likewise. + * doc/posix-functions/linkat.texi: Likewise. + * doc/posix-functions/llrint.texi: Likewise. + * doc/posix-functions/llrintf.texi: Likewise. + * doc/posix-functions/llrintl.texi: Likewise. + * doc/posix-functions/lockf.texi: Likewise. + * doc/posix-functions/lrintl.texi: Likewise. + * doc/posix-functions/mkdirat.texi: Likewise. + * doc/posix-functions/mkfifoat.texi: Likewise. + * doc/posix-functions/mknodat.texi: Likewise. + * doc/posix-functions/mq_close.texi: Likewise. + * doc/posix-functions/mq_getattr.texi: Likewise. + * doc/posix-functions/mq_notify.texi: Likewise. + * doc/posix-functions/mq_open.texi: Likewise. + * doc/posix-functions/mq_receive.texi: Likewise. + * doc/posix-functions/mq_send.texi: Likewise. + * doc/posix-functions/mq_setattr.texi: Likewise. + * doc/posix-functions/mq_timedreceive.texi: Likewise. + * doc/posix-functions/mq_timedsend.texi: Likewise. + * doc/posix-functions/mq_unlink.texi: Likewise. + * doc/posix-functions/open_memstream.texi: Likewise. + * doc/posix-functions/openat.texi: Likewise. + * doc/posix-functions/posix_fadvise.texi: Likewise. + * doc/posix-functions/posix_fallocate.texi: Likewise. + * doc/posix-functions/posix_madvise.texi: Likewise. + * doc/posix-functions/posix_memalign.texi: Likewise. + * doc/posix-functions/posix_openpt.texi: Likewise. + * doc/posix-functions/readlinkat.texi: Likewise. + * doc/posix-functions/remque.texi: Likewise. + * doc/posix-functions/renameat.texi: Likewise. + * doc/posix-functions/rintl.texi: Likewise. + * doc/posix-functions/sem_unlink.texi: Likewise. + * doc/posix-functions/shm_open.texi: Likewise. + * doc/posix-functions/shm_unlink.texi: Likewise. + * doc/posix-functions/signgam.texi: Likewise. + * doc/posix-functions/sigset.texi: Likewise. + * doc/posix-functions/stpcpy.texi: Likewise. + * doc/posix-functions/stpncpy.texi: Likewise. + * doc/posix-functions/strerror.texi: Likewise. + * doc/posix-functions/strtod.texi: Likewise. + * doc/posix-functions/symlinkat.texi: Likewise. + * doc/posix-functions/unlinkat.texi: Likewise. + * doc/posix-functions/utimensat.texi: Likewise. + * doc/glibc-functions/bindresvport.texi: Likewise. + * doc/glibc-functions/dn_expand.texi: Likewise. + * doc/glibc-functions/exp10.texi: Likewise. + * doc/glibc-functions/exp10f.texi: Likewise. + * doc/glibc-functions/fgetxattr.texi: Likewise. + * doc/glibc-functions/flistxattr.texi: Likewise. + * doc/glibc-functions/fopencookie.texi: Likewise. + * doc/glibc-functions/freeifaddrs.texi: Likewise. + * doc/glibc-functions/fremovexattr.texi: Likewise. + * doc/glibc-functions/fsetxattr.texi: Likewise. + * doc/glibc-functions/getifaddrs.texi: Likewise. + * doc/glibc-functions/getxattr.texi: Likewise. + * doc/glibc-functions/lgetxattr.texi: Likewise. + * doc/glibc-functions/listxattr.texi: Likewise. + * doc/glibc-functions/llistxattr.texi: Likewise. + * doc/glibc-functions/lremovexattr.texi: Likewise. + * doc/glibc-functions/lsetxattr.texi: Likewise. + * doc/glibc-functions/pow10.texi: Likewise. + * doc/glibc-functions/pow10f.texi: Likewise. + * doc/glibc-functions/rcmd_af.texi: Likewise. + * doc/glibc-functions/removexattr.texi: Likewise. + * doc/glibc-functions/res_init.texi: Likewise. + * doc/glibc-functions/res_mkquery.texi: Likewise. + * doc/glibc-functions/res_query.texi: Likewise. + * doc/glibc-functions/res_querydomain.texi: Likewise. + * doc/glibc-functions/res_send.texi: Likewise. + * doc/glibc-functions/rresvport_af.texi: Likewise. + * doc/glibc-functions/setxattr.texi: Likewise. + * doc/glibc-functions/strcasestr.texi: Likewise. + 2008-12-15 Bruno Haible Fix compilation error on OSF/1 4.0. diff --git a/doc/glibc-functions/bindresvport.texi b/doc/glibc-functions/bindresvport.texi index 6dae9bead9..33d1b912cb 100644 --- a/doc/glibc-functions/bindresvport.texi +++ b/doc/glibc-functions/bindresvport.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, Cygwin, mingw, BeOS. +HP-UX 11, Cygwin 1.5.x, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/dn_expand.texi b/doc/glibc-functions/dn_expand.texi index 7c82be0f43..aad43a17e7 100644 --- a/doc/glibc-functions/dn_expand.texi +++ b/doc/glibc-functions/dn_expand.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/exp10.texi b/doc/glibc-functions/exp10.texi index 9d1b0e5840..a118a7a146 100644 --- a/doc/glibc-functions/exp10.texi +++ b/doc/glibc-functions/exp10.texi @@ -12,5 +12,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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. @end itemize diff --git a/doc/glibc-functions/exp10f.texi b/doc/glibc-functions/exp10f.texi index 892eb45c1f..150abb90c5 100644 --- a/doc/glibc-functions/exp10f.texi +++ b/doc/glibc-functions/exp10f.texi @@ -12,5 +12,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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. @end itemize diff --git a/doc/glibc-functions/fgetxattr.texi b/doc/glibc-functions/fgetxattr.texi index 123f1d4bcb..deab968cab 100644 --- a/doc/glibc-functions/fgetxattr.texi +++ b/doc/glibc-functions/fgetxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/flistxattr.texi b/doc/glibc-functions/flistxattr.texi index a973967ff0..cad17dd1bb 100644 --- a/doc/glibc-functions/flistxattr.texi +++ b/doc/glibc-functions/flistxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/fopencookie.texi b/doc/glibc-functions/fopencookie.texi index e5a60c4e15..5f72e8521c 100644 --- a/doc/glibc-functions/fopencookie.texi +++ b/doc/glibc-functions/fopencookie.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/freeifaddrs.texi b/doc/glibc-functions/freeifaddrs.texi index 16a72587d9..fc7d9939a9 100644 --- a/doc/glibc-functions/freeifaddrs.texi +++ b/doc/glibc-functions/freeifaddrs.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +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 diff --git a/doc/glibc-functions/fremovexattr.texi b/doc/glibc-functions/fremovexattr.texi index 7fcb1664a5..3d82925ae5 100644 --- a/doc/glibc-functions/fremovexattr.texi +++ b/doc/glibc-functions/fremovexattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/fsetxattr.texi b/doc/glibc-functions/fsetxattr.texi index c1cb39c669..066a83ad6f 100644 --- a/doc/glibc-functions/fsetxattr.texi +++ b/doc/glibc-functions/fsetxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/getifaddrs.texi b/doc/glibc-functions/getifaddrs.texi index 94e3694785..1626f74785 100644 --- a/doc/glibc-functions/getifaddrs.texi +++ b/doc/glibc-functions/getifaddrs.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +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 diff --git a/doc/glibc-functions/getxattr.texi b/doc/glibc-functions/getxattr.texi index 173c37e961..95cc571198 100644 --- a/doc/glibc-functions/getxattr.texi +++ b/doc/glibc-functions/getxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/lgetxattr.texi b/doc/glibc-functions/lgetxattr.texi index c6ad152491..1a34f4a440 100644 --- a/doc/glibc-functions/lgetxattr.texi +++ b/doc/glibc-functions/lgetxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/listxattr.texi b/doc/glibc-functions/listxattr.texi index 546b9a9921..a3d5d1bd30 100644 --- a/doc/glibc-functions/listxattr.texi +++ b/doc/glibc-functions/listxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/llistxattr.texi b/doc/glibc-functions/llistxattr.texi index cd4543ad87..329f5cfd4e 100644 --- a/doc/glibc-functions/llistxattr.texi +++ b/doc/glibc-functions/llistxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/lremovexattr.texi b/doc/glibc-functions/lremovexattr.texi index a6f6437be0..92c846da67 100644 --- a/doc/glibc-functions/lremovexattr.texi +++ b/doc/glibc-functions/lremovexattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/lsetxattr.texi b/doc/glibc-functions/lsetxattr.texi index 1be5417579..b8af434ab0 100644 --- a/doc/glibc-functions/lsetxattr.texi +++ b/doc/glibc-functions/lsetxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/pow10.texi b/doc/glibc-functions/pow10.texi index 9d3a5a14fb..9712b4c9df 100644 --- a/doc/glibc-functions/pow10.texi +++ b/doc/glibc-functions/pow10.texi @@ -12,5 +12,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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. @end itemize diff --git a/doc/glibc-functions/pow10f.texi b/doc/glibc-functions/pow10f.texi index 47e93e79b2..eb7586bdd7 100644 --- a/doc/glibc-functions/pow10f.texi +++ b/doc/glibc-functions/pow10f.texi @@ -12,5 +12,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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. @end itemize diff --git a/doc/glibc-functions/rcmd_af.texi b/doc/glibc-functions/rcmd_af.texi index e62ec61033..b57e94b71e 100644 --- a/doc/glibc-functions/rcmd_af.texi +++ b/doc/glibc-functions/rcmd_af.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin, mingw, Interix 3.5, BeOS. +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/glibc-functions/removexattr.texi b/doc/glibc-functions/removexattr.texi index b4ca6749bc..5875ddbfe6 100644 --- a/doc/glibc-functions/removexattr.texi +++ b/doc/glibc-functions/removexattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/res_init.texi b/doc/glibc-functions/res_init.texi index 3f7e0cbbb9..6a1bf8963d 100644 --- a/doc/glibc-functions/res_init.texi +++ b/doc/glibc-functions/res_init.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/res_mkquery.texi b/doc/glibc-functions/res_mkquery.texi index ff13a541a5..980e5b0fbc 100644 --- a/doc/glibc-functions/res_mkquery.texi +++ b/doc/glibc-functions/res_mkquery.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/res_query.texi b/doc/glibc-functions/res_query.texi index 399e1ec264..8133d145c1 100644 --- a/doc/glibc-functions/res_query.texi +++ b/doc/glibc-functions/res_query.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/res_querydomain.texi b/doc/glibc-functions/res_querydomain.texi index 36d376f12a..0184d19fce 100644 --- a/doc/glibc-functions/res_querydomain.texi +++ b/doc/glibc-functions/res_querydomain.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/res_search.texi b/doc/glibc-functions/res_search.texi index dede206ed9..b17f6cf4f8 100644 --- a/doc/glibc-functions/res_search.texi +++ b/doc/glibc-functions/res_search.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5. +Cygwin 1.5.x, mingw, Interix 3.5. @end itemize diff --git a/doc/glibc-functions/rresvport_af.texi b/doc/glibc-functions/rresvport_af.texi index a655d495e0..7d7a537cee 100644 --- a/doc/glibc-functions/rresvport_af.texi +++ b/doc/glibc-functions/rresvport_af.texi @@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin, mingw, Interix 3.5, BeOS. +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/glibc-functions/setxattr.texi b/doc/glibc-functions/setxattr.texi index a7100e5156..f0d9820d2c 100644 --- a/doc/glibc-functions/setxattr.texi +++ b/doc/glibc-functions/setxattr.texi @@ -12,5 +12,6 @@ Portability problems not 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. +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 diff --git a/doc/glibc-functions/strcasestr.texi b/doc/glibc-functions/strcasestr.texi index c5d1c65fc9..feb51041ab 100644 --- a/doc/glibc-functions/strcasestr.texi +++ b/doc/glibc-functions/strcasestr.texi @@ -9,7 +9,7 @@ or @code{strcasestr}: @itemize @item This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS. +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, BeOS. @end itemize Portability problems fixed by Gnulib module @code{strcasestr}: diff --git a/doc/posix-functions/faccessat.texi b/doc/posix-functions/faccessat.texi index 1acfab234c..bf3335d672 100644 --- a/doc/posix-functions/faccessat.texi +++ b/doc/posix-functions/faccessat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/fchmodat.texi b/doc/posix-functions/fchmodat.texi index 1ba4e7d9da..ffed0b9bba 100644 --- a/doc/posix-functions/fchmodat.texi +++ b/doc/posix-functions/fchmodat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/fchownat.texi b/doc/posix-functions/fchownat.texi index 2bd2195178..7ddd3f37ae 100644 --- a/doc/posix-functions/fchownat.texi +++ b/doc/posix-functions/fchownat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/fdopendir.texi b/doc/posix-functions/fdopendir.texi index 079780a294..1d9827c532 100644 --- a/doc/posix-functions/fdopendir.texi +++ b/doc/posix-functions/fdopendir.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/fmemopen.texi b/doc/posix-functions/fmemopen.texi index e785b8a663..7994278e33 100644 --- a/doc/posix-functions/fmemopen.texi +++ b/doc/posix-functions/fmemopen.texi @@ -13,6 +13,7 @@ Portability problems fixed by Gnulib: Portability problems not 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 diff --git a/doc/posix-functions/freeaddrinfo.texi b/doc/posix-functions/freeaddrinfo.texi index 7cf27a9ce5..a317a07cc8 100644 --- a/doc/posix-functions/freeaddrinfo.texi +++ b/doc/posix-functions/freeaddrinfo.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/fstatat.texi b/doc/posix-functions/fstatat.texi index 3851f05243..4b9fcbc4bb 100644 --- a/doc/posix-functions/fstatat.texi +++ b/doc/posix-functions/fstatat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/futimens.texi b/doc/posix-functions/futimens.texi index 20cadaf466..0fb5935106 100644 --- a/doc/posix-functions/futimens.texi +++ b/doc/posix-functions/futimens.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/gai_strerror.texi b/doc/posix-functions/gai_strerror.texi index 9423086ed9..b1232f1361 100644 --- a/doc/posix-functions/gai_strerror.texi +++ b/doc/posix-functions/gai_strerror.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/getaddrinfo.texi b/doc/posix-functions/getaddrinfo.texi index 653670bf3e..cfa434d036 100644 --- a/doc/posix-functions/getaddrinfo.texi +++ b/doc/posix-functions/getaddrinfo.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/getnameinfo.texi b/doc/posix-functions/getnameinfo.texi index 3f791d8b58..84473bd1f1 100644 --- a/doc/posix-functions/getnameinfo.texi +++ b/doc/posix-functions/getnameinfo.texi @@ -10,7 +10,7 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/if_freenameindex.texi b/doc/posix-functions/if_freenameindex.texi index 8f91f80b00..9ae5ebc882 100644 --- a/doc/posix-functions/if_freenameindex.texi +++ b/doc/posix-functions/if_freenameindex.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +OpenBSD 3.8, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/if_indextoname.texi b/doc/posix-functions/if_indextoname.texi index 39b512ebbb..d003734118 100644 --- a/doc/posix-functions/if_indextoname.texi +++ b/doc/posix-functions/if_indextoname.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/if_nameindex.texi b/doc/posix-functions/if_nameindex.texi index 34a17469c0..d3e730be43 100644 --- a/doc/posix-functions/if_nameindex.texi +++ b/doc/posix-functions/if_nameindex.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/if_nametoindex.texi b/doc/posix-functions/if_nametoindex.texi index 3b7fa0be1e..e54ce5fe56 100644 --- a/doc/posix-functions/if_nametoindex.texi +++ b/doc/posix-functions/if_nametoindex.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin, mingw, Interix 3.5, BeOS. +HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 7, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/insque.texi b/doc/posix-functions/insque.texi index c4644e6a23..30518867b7 100644 --- a/doc/posix-functions/insque.texi +++ b/doc/posix-functions/insque.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5, BeOS. +Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/linkat.texi b/doc/posix-functions/linkat.texi index b7d037796c..1c08c7e60d 100644 --- a/doc/posix-functions/linkat.texi +++ b/doc/posix-functions/linkat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/llrint.texi b/doc/posix-functions/llrint.texi index 91ca9df8b4..815f32d734 100644 --- a/doc/posix-functions/llrint.texi +++ b/doc/posix-functions/llrint.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5. +FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 4.0, Solaris 9, +Cygwin 1.5.x, Interix 3.5. @end itemize diff --git a/doc/posix-functions/llrintf.texi b/doc/posix-functions/llrintf.texi index cbd26d0b6d..aeb54d7868 100644 --- a/doc/posix-functions/llrintf.texi +++ b/doc/posix-functions/llrintf.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5. +FreeBSD 5.2.1, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, +Solaris 9, Cygwin 1.5.x, Interix 3.5. @end itemize diff --git a/doc/posix-functions/llrintl.texi b/doc/posix-functions/llrintl.texi index 6b6d565b3e..b18c220250 100644 --- a/doc/posix-functions/llrintl.texi +++ b/doc/posix-functions/llrintl.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.5.x, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/lockf.texi b/doc/posix-functions/lockf.texi index 3658938515..4ad6ca1600 100644 --- a/doc/posix-functions/lockf.texi +++ b/doc/posix-functions/lockf.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.5.x, mingw, BeOS. @end itemize diff --git a/doc/posix-functions/lrintl.texi b/doc/posix-functions/lrintl.texi index 7b785c4e76..cc4403827d 100644 --- a/doc/posix-functions/lrintl.texi +++ b/doc/posix-functions/lrintl.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.5.x, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mkdirat.texi b/doc/posix-functions/mkdirat.texi index 63acfd754c..adfc7aa24d 100644 --- a/doc/posix-functions/mkdirat.texi +++ b/doc/posix-functions/mkdirat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/mkfifoat.texi b/doc/posix-functions/mkfifoat.texi index fb5b5c9532..087b4d778b 100644 --- a/doc/posix-functions/mkfifoat.texi +++ b/doc/posix-functions/mkfifoat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/mknodat.texi b/doc/posix-functions/mknodat.texi index 57385b22ca..aec66a602b 100644 --- a/doc/posix-functions/mknodat.texi +++ b/doc/posix-functions/mknodat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/mq_close.texi b/doc/posix-functions/mq_close.texi index d812f9d223..9c7d631430 100644 --- a/doc/posix-functions/mq_close.texi +++ b/doc/posix-functions/mq_close.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_getattr.texi b/doc/posix-functions/mq_getattr.texi index f8bccae83d..295f3a4554 100644 --- a/doc/posix-functions/mq_getattr.texi +++ b/doc/posix-functions/mq_getattr.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_notify.texi b/doc/posix-functions/mq_notify.texi index 18172b1461..b07f68adaa 100644 --- a/doc/posix-functions/mq_notify.texi +++ b/doc/posix-functions/mq_notify.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_open.texi b/doc/posix-functions/mq_open.texi index 3877c1716b..66f4240f03 100644 --- a/doc/posix-functions/mq_open.texi +++ b/doc/posix-functions/mq_open.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_receive.texi b/doc/posix-functions/mq_receive.texi index ca40aa8fd1..392b4dcd2d 100644 --- a/doc/posix-functions/mq_receive.texi +++ b/doc/posix-functions/mq_receive.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_send.texi b/doc/posix-functions/mq_send.texi index 6964fcfb63..cc0d357619 100644 --- a/doc/posix-functions/mq_send.texi +++ b/doc/posix-functions/mq_send.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_setattr.texi b/doc/posix-functions/mq_setattr.texi index bdb024821e..cc41137515 100644 --- a/doc/posix-functions/mq_setattr.texi +++ b/doc/posix-functions/mq_setattr.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_timedreceive.texi b/doc/posix-functions/mq_timedreceive.texi index 2f0fc2f1a4..9f028e91d5 100644 --- a/doc/posix-functions/mq_timedreceive.texi +++ b/doc/posix-functions/mq_timedreceive.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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 9, Cygwin, mingw, Interix 3.5, BeOS. +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 9, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_timedsend.texi b/doc/posix-functions/mq_timedsend.texi index 6cd570927c..2e3954c277 100644 --- a/doc/posix-functions/mq_timedsend.texi +++ b/doc/posix-functions/mq_timedsend.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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 9, Cygwin, mingw, Interix 3.5, BeOS. +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 9, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/mq_unlink.texi b/doc/posix-functions/mq_unlink.texi index 35b002fba0..aa13407efe 100644 --- a/doc/posix-functions/mq_unlink.texi +++ b/doc/posix-functions/mq_unlink.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris +2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/open_memstream.texi b/doc/posix-functions/open_memstream.texi index 4c972e45e5..125a5f913b 100644 --- a/doc/posix-functions/open_memstream.texi +++ b/doc/posix-functions/open_memstream.texi @@ -14,5 +14,6 @@ Portability problems not 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. +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 diff --git a/doc/posix-functions/openat.texi b/doc/posix-functions/openat.texi index d5c345b8fe..5a99e0cdbb 100644 --- a/doc/posix-functions/openat.texi +++ b/doc/posix-functions/openat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/posix_fadvise.texi b/doc/posix-functions/posix_fadvise.texi index 8747ad9308..333c03836d 100644 --- a/doc/posix-functions/posix_fadvise.texi +++ b/doc/posix-functions/posix_fadvise.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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 diff --git a/doc/posix-functions/posix_fallocate.texi b/doc/posix-functions/posix_fallocate.texi index 1fe1c6f023..844f7aa925 100644 --- a/doc/posix-functions/posix_fallocate.texi +++ b/doc/posix-functions/posix_fallocate.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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 diff --git a/doc/posix-functions/posix_madvise.texi b/doc/posix-functions/posix_madvise.texi index ffa3523141..68be295888 100644 --- a/doc/posix-functions/posix_madvise.texi +++ b/doc/posix-functions/posix_madvise.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -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. +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 diff --git a/doc/posix-functions/posix_memalign.texi b/doc/posix-functions/posix_memalign.texi index 67f8ee86ba..167247fa0a 100644 --- a/doc/posix-functions/posix_memalign.texi +++ b/doc/posix-functions/posix_memalign.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some 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. +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 diff --git a/doc/posix-functions/posix_openpt.texi b/doc/posix-functions/posix_openpt.texi index fc2eeffea5..ea74484aab 100644 --- a/doc/posix-functions/posix_openpt.texi +++ b/doc/posix-functions/posix_openpt.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, +Solaris 9, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/readlinkat.texi b/doc/posix-functions/readlinkat.texi index 11bf5e25e3..0a3f34bca3 100644 --- a/doc/posix-functions/readlinkat.texi +++ b/doc/posix-functions/readlinkat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/remque.texi b/doc/posix-functions/remque.texi index 320352c685..0042731986 100644 --- a/doc/posix-functions/remque.texi +++ b/doc/posix-functions/remque.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Cygwin, mingw, Interix 3.5, BeOS. +Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/renameat.texi b/doc/posix-functions/renameat.texi index 1cee1bdfa5..de7fa9ab9d 100644 --- a/doc/posix-functions/renameat.texi +++ b/doc/posix-functions/renameat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/rintl.texi b/doc/posix-functions/rintl.texi index eb8b24db9d..34b5093e9f 100644 --- a/doc/posix-functions/rintl.texi +++ b/doc/posix-functions/rintl.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.5.x, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/sem_unlink.texi b/doc/posix-functions/sem_unlink.texi index 7e9aa50889..b81390403b 100644 --- a/doc/posix-functions/sem_unlink.texi +++ b/doc/posix-functions/sem_unlink.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -IRIX 5.3, Solaris 2.4, Cygwin, mingw, BeOS. +IRIX 5.3, Solaris 2.4, Cygwin 1.5.x, mingw, BeOS. @end itemize diff --git a/doc/posix-functions/shm_open.texi b/doc/posix-functions/shm_open.texi index 465b742d76..c4ae26ef8a 100644 --- a/doc/posix-functions/shm_open.texi +++ b/doc/posix-functions/shm_open.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/shm_unlink.texi b/doc/posix-functions/shm_unlink.texi index 7035ce23be..c4f088f797 100644 --- a/doc/posix-functions/shm_unlink.texi +++ b/doc/posix-functions/shm_unlink.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin, mingw, Interix 3.5, BeOS. +NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Solaris 2.4, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/signgam.texi b/doc/posix-functions/signgam.texi index 52d2144e9f..1e3531ff34 100644 --- a/doc/posix-functions/signgam.texi +++ b/doc/posix-functions/signgam.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This variable is missing on some platforms: -MacOS X 10.3, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw. +MacOS X 10.3, AIX 5.1, IRIX 6.5, OSF/1 5.1, mingw. @end itemize diff --git a/doc/posix-functions/sigset.texi b/doc/posix-functions/sigset.texi index 50f6fe853a..a07aab6161 100644 --- a/doc/posix-functions/sigset.texi +++ b/doc/posix-functions/sigset.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, Cygwin, mingw, BeOS. +MacOS X 10.3, FreeBSD 6.0, OpenBSD 3.8, Cygwin 1.5.x, mingw, BeOS. @end itemize diff --git a/doc/posix-functions/stpcpy.texi b/doc/posix-functions/stpcpy.texi index 60bb65f95c..a8c10503d9 100644 --- a/doc/posix-functions/stpcpy.texi +++ b/doc/posix-functions/stpcpy.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5. +NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, +Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/stpncpy.texi b/doc/posix-functions/stpncpy.texi index 11e556a3e5..0a34af7ced 100644 --- a/doc/posix-functions/stpncpy.texi +++ b/doc/posix-functions/stpncpy.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX +11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. @item This function has an incompatible return value on some platforms: AIX 5.1. diff --git a/doc/posix-functions/strerror.texi b/doc/posix-functions/strerror.texi index 434b98f377..d2e5d5c393 100644 --- a/doc/posix-functions/strerror.texi +++ b/doc/posix-functions/strerror.texi @@ -13,7 +13,7 @@ This function is missing on some old platforms. @item This function does not support the error values that are specified by POSIX but not defined by the system, on some platforms: -OpenBSD 4.0, OSF/1 5.1, Cygwin, mingw. +OpenBSD 4.0, OSF/1 5.1, Cygwin 1.5.x, mingw. @item This function fails to return a string for out-of-range integers on some platforms: diff --git a/doc/posix-functions/strtod.texi b/doc/posix-functions/strtod.texi index c862f6b55b..6a488768ea 100644 --- a/doc/posix-functions/strtod.texi +++ b/doc/posix-functions/strtod.texi @@ -66,7 +66,7 @@ Portability problems not fixed by Gnulib: @item This function returns +0.0 (not -0.0) for negative underflow on some platforms: -glibc 2.7, Cygwin, mingw. +glibc 2.7, Cygwin 1.5.x, mingw. @item This function cannot distinguish between ``nan'' and ``-nan'' on some diff --git a/doc/posix-functions/symlinkat.texi b/doc/posix-functions/symlinkat.texi index 9b03899d70..bc8c58e2aa 100644 --- a/doc/posix-functions/symlinkat.texi +++ b/doc/posix-functions/symlinkat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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 diff --git a/doc/posix-functions/unlinkat.texi b/doc/posix-functions/unlinkat.texi index 7dbbea9bd3..99c4b3e526 100644 --- a/doc/posix-functions/unlinkat.texi +++ b/doc/posix-functions/unlinkat.texi @@ -10,7 +10,8 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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, Cygwin, mingw, Interix 3.5, BeOS. +glibc 2.3.6, 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, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. But the replacement function is not safe to be used in libraries and is not multithread-safe. @end itemize diff --git a/doc/posix-functions/utimensat.texi b/doc/posix-functions/utimensat.texi index 5788af1c60..23a5582ad7 100644 --- a/doc/posix-functions/utimensat.texi +++ b/doc/posix-functions/utimensat.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -glibc 2.3.6, 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. +glibc 2.3.6, 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