docs: update cygwin progress
authorEric Blake <eblake@redhat.com>
Tue, 4 May 2010 14:18:30 +0000 (08:18 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 4 May 2010 14:18:30 +0000 (08:18 -0600)
* doc/posix-functions/wctob.texi (wctob): Cygwin 1.7.6 will fix
this bug.
* doc/glibc-functions/get_nprocs_conf.texi (get_nprocs_conf):
Added in cygwin 1.7.2.
* doc/glibc-functions/get_phys_pages.texi (get_phys_pages):
Likewise.
* doc/glibc-functions/get_avphys_pages.texi (get_avphys_pages):
Likewise.
* doc/glibc-functions/dup3.texi (dup3): Likewise.
* doc/glibc-functions/pipe2.texi (pipe2): Likewise.
* doc/glibc-functions/accept4.texi (accept4): Likewise.
* doc/posix-functions/strfmon.texi (strfmon): Likewise.
* doc/glibc-functions/get_nprocs.texi (get_nprocs): Likewise.
Mention nproc module.
* doc/glibc-functions/xdr_uint16_t.texi (xdr_uint16_t): Mention
bug in cygwin 1.7.5 addition.
* doc/glibc-functions/xdr_uint32_t.texi (xdr_uint32_t): Likewise.
* doc/glibc-functions/xdr_uint64_t.texi (xdr_uint64_t): Likewise.
* doc/glibc-functions/xdr_uint8_t.texi (xdr_uint8_t): Likewise.
* doc/glibc-functions/xdr_array.texi (xdr_array): Added in cygwin
1.7.5.
* doc/glibc-functions/xdr_bool.texi (xdr_bool): Likewise.
* doc/glibc-functions/xdr_bytes.texi (xdr_bytes): Likewise.
* doc/glibc-functions/xdr_char.texi (xdr_char): Likewise.
* doc/glibc-functions/xdr_double.texi (xdr_double): Likewise.
* doc/glibc-functions/xdr_enum.texi (xdr_enum): Likewise.
* doc/glibc-functions/xdr_float.texi (xdr_float): Likewise.
* doc/glibc-functions/xdr_free.texi (xdr_free): Likewise.
* doc/glibc-functions/xdr_hyper.texi (xdr_hyper): Likewise.
* doc/glibc-functions/xdr_int.texi (xdr_int): Likewise.
* doc/glibc-functions/xdr_int16_t.texi (xdr_int16_t): Likewise.
* doc/glibc-functions/xdr_int32_t.texi (xdr_int32_t): Likewise.
* doc/glibc-functions/xdr_int64_t.texi (xdr_int64_t): Likewise.
* doc/glibc-functions/xdr_int8_t.texi (xdr_int8_t): Likewise.
* doc/glibc-functions/xdr_long.texi (xdr_long): Likewise.
* doc/glibc-functions/xdr_longlong_t.texi (xdr_longlong_t):
Likewise.
* doc/glibc-functions/xdr_netobj.texi (xdr_netobj): Likewise.
* doc/glibc-functions/xdr_opaque.texi (xdr_opaque): Likewise.
* doc/glibc-functions/xdr_pointer.texi (xdr_pointer): Likewise.
* doc/glibc-functions/xdr_reference.texi (xdr_reference):
Likewise.
* doc/glibc-functions/xdr_short.texi (xdr_short): Likewise.
* doc/glibc-functions/xdr_sizeof.texi (xdr_sizeof): Likewise.
* doc/glibc-functions/xdr_string.texi (xdr_string): Likewise.
* doc/glibc-functions/xdr_u_char.texi (xdr_u_char): Likewise.
* doc/glibc-functions/xdr_u_hyper.texi (xdr_u_hyper): Likewise.
* doc/glibc-functions/xdr_u_int.texi (xdr_u_int): Likewise.
* doc/glibc-functions/xdr_u_long.texi (xdr_u_long): Likewise.
* doc/glibc-functions/xdr_u_longlong_t.texi (xdr_u_longlong_t):
Likewise.
* doc/glibc-functions/xdr_u_short.texi (xdr_u_short): Likewise.
* doc/glibc-functions/xdr_union.texi (xdr_union): Likewise.
* doc/glibc-functions/xdr_vector.texi (xdr_vector): Likewise.
* doc/glibc-functions/xdr_void.texi (xdr_void): Likewise.
* doc/glibc-functions/xdr_wrapstring.texi (xdr_wrapstring):
Likewise.
* doc/glibc-functions/xdrmem_create.texi (xdrmem_create):
Likewise.
* doc/glibc-functions/xdrrec_create.texi (xdrrec_create):
Likewise.
* doc/glibc-functions/xdrrec_endofrecord.texi
(xdrrec_endofrecord): Likewise.
* doc/glibc-functions/xdrrec_eof.texi (xdrrec_eof): Likewise.
* doc/glibc-functions/xdrrec_skiprecord.texi (xdrrec_skiprecord):
Likewise.
* doc/glibc-functions/xdrstdio_create.texi (xdrstdio_create):
Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
53 files changed:
ChangeLog
doc/glibc-functions/accept4.texi
doc/glibc-functions/dup3.texi
doc/glibc-functions/get_avphys_pages.texi
doc/glibc-functions/get_nprocs.texi
doc/glibc-functions/get_nprocs_conf.texi
doc/glibc-functions/get_phys_pages.texi
doc/glibc-functions/pipe2.texi
doc/glibc-functions/xdr_array.texi
doc/glibc-functions/xdr_bool.texi
doc/glibc-functions/xdr_bytes.texi
doc/glibc-functions/xdr_char.texi
doc/glibc-functions/xdr_double.texi
doc/glibc-functions/xdr_enum.texi
doc/glibc-functions/xdr_float.texi
doc/glibc-functions/xdr_free.texi
doc/glibc-functions/xdr_hyper.texi
doc/glibc-functions/xdr_int.texi
doc/glibc-functions/xdr_int16_t.texi
doc/glibc-functions/xdr_int32_t.texi
doc/glibc-functions/xdr_int64_t.texi
doc/glibc-functions/xdr_int8_t.texi
doc/glibc-functions/xdr_long.texi
doc/glibc-functions/xdr_longlong_t.texi
doc/glibc-functions/xdr_netobj.texi
doc/glibc-functions/xdr_opaque.texi
doc/glibc-functions/xdr_pointer.texi
doc/glibc-functions/xdr_reference.texi
doc/glibc-functions/xdr_short.texi
doc/glibc-functions/xdr_sizeof.texi
doc/glibc-functions/xdr_string.texi
doc/glibc-functions/xdr_u_char.texi
doc/glibc-functions/xdr_u_hyper.texi
doc/glibc-functions/xdr_u_int.texi
doc/glibc-functions/xdr_u_long.texi
doc/glibc-functions/xdr_u_longlong_t.texi
doc/glibc-functions/xdr_u_short.texi
doc/glibc-functions/xdr_uint16_t.texi
doc/glibc-functions/xdr_uint32_t.texi
doc/glibc-functions/xdr_uint64_t.texi
doc/glibc-functions/xdr_uint8_t.texi
doc/glibc-functions/xdr_union.texi
doc/glibc-functions/xdr_vector.texi
doc/glibc-functions/xdr_void.texi
doc/glibc-functions/xdr_wrapstring.texi
doc/glibc-functions/xdrmem_create.texi
doc/glibc-functions/xdrrec_create.texi
doc/glibc-functions/xdrrec_endofrecord.texi
doc/glibc-functions/xdrrec_eof.texi
doc/glibc-functions/xdrrec_skiprecord.texi
doc/glibc-functions/xdrstdio_create.texi
doc/posix-functions/strfmon.texi
doc/posix-functions/wctob.texi

index cb16e26d26782d28043c36effa68358027c07dd6..d737948a443273a2d4a0805c12b47ddb4f90b78f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2010-05-04  Eric Blake  <eblake@redhat.com>
+
+       docs: update cygwin progress
+       * doc/posix-functions/wctob.texi (wctob): Cygwin 1.7.6 will fix
+       this bug.
+       * doc/glibc-functions/get_nprocs_conf.texi (get_nprocs_conf):
+       Added in cygwin 1.7.2.
+       * doc/glibc-functions/get_phys_pages.texi (get_phys_pages):
+       Likewise.
+       * doc/glibc-functions/get_avphys_pages.texi (get_avphys_pages):
+       Likewise.
+       * doc/glibc-functions/dup3.texi (dup3): Likewise.
+       * doc/glibc-functions/pipe2.texi (pipe2): Likewise.
+       * doc/glibc-functions/accept4.texi (accept4): Likewise.
+       * doc/posix-functions/strfmon.texi (strfmon): Likewise.
+       * doc/glibc-functions/get_nprocs.texi (get_nprocs): Likewise.
+       Mention nproc module.
+       * doc/glibc-functions/xdr_uint16_t.texi (xdr_uint16_t): Mention
+       bug in cygwin 1.7.5 addition.
+       * doc/glibc-functions/xdr_uint32_t.texi (xdr_uint32_t): Likewise.
+       * doc/glibc-functions/xdr_uint64_t.texi (xdr_uint64_t): Likewise.
+       * doc/glibc-functions/xdr_uint8_t.texi (xdr_uint8_t): Likewise.
+       * doc/glibc-functions/xdr_array.texi (xdr_array): Added in cygwin
+       1.7.5.
+       * doc/glibc-functions/xdr_bool.texi (xdr_bool): Likewise.
+       * doc/glibc-functions/xdr_bytes.texi (xdr_bytes): Likewise.
+       * doc/glibc-functions/xdr_char.texi (xdr_char): Likewise.
+       * doc/glibc-functions/xdr_double.texi (xdr_double): Likewise.
+       * doc/glibc-functions/xdr_enum.texi (xdr_enum): Likewise.
+       * doc/glibc-functions/xdr_float.texi (xdr_float): Likewise.
+       * doc/glibc-functions/xdr_free.texi (xdr_free): Likewise.
+       * doc/glibc-functions/xdr_hyper.texi (xdr_hyper): Likewise.
+       * doc/glibc-functions/xdr_int.texi (xdr_int): Likewise.
+       * doc/glibc-functions/xdr_int16_t.texi (xdr_int16_t): Likewise.
+       * doc/glibc-functions/xdr_int32_t.texi (xdr_int32_t): Likewise.
+       * doc/glibc-functions/xdr_int64_t.texi (xdr_int64_t): Likewise.
+       * doc/glibc-functions/xdr_int8_t.texi (xdr_int8_t): Likewise.
+       * doc/glibc-functions/xdr_long.texi (xdr_long): Likewise.
+       * doc/glibc-functions/xdr_longlong_t.texi (xdr_longlong_t):
+       Likewise.
+       * doc/glibc-functions/xdr_netobj.texi (xdr_netobj): Likewise.
+       * doc/glibc-functions/xdr_opaque.texi (xdr_opaque): Likewise.
+       * doc/glibc-functions/xdr_pointer.texi (xdr_pointer): Likewise.
+       * doc/glibc-functions/xdr_reference.texi (xdr_reference):
+       Likewise.
+       * doc/glibc-functions/xdr_short.texi (xdr_short): Likewise.
+       * doc/glibc-functions/xdr_sizeof.texi (xdr_sizeof): Likewise.
+       * doc/glibc-functions/xdr_string.texi (xdr_string): Likewise.
+       * doc/glibc-functions/xdr_u_char.texi (xdr_u_char): Likewise.
+       * doc/glibc-functions/xdr_u_hyper.texi (xdr_u_hyper): Likewise.
+       * doc/glibc-functions/xdr_u_int.texi (xdr_u_int): Likewise.
+       * doc/glibc-functions/xdr_u_long.texi (xdr_u_long): Likewise.
+       * doc/glibc-functions/xdr_u_longlong_t.texi (xdr_u_longlong_t):
+       Likewise.
+       * doc/glibc-functions/xdr_u_short.texi (xdr_u_short): Likewise.
+       * doc/glibc-functions/xdr_union.texi (xdr_union): Likewise.
+       * doc/glibc-functions/xdr_vector.texi (xdr_vector): Likewise.
+       * doc/glibc-functions/xdr_void.texi (xdr_void): Likewise.
+       * doc/glibc-functions/xdr_wrapstring.texi (xdr_wrapstring):
+       Likewise.
+       * doc/glibc-functions/xdrmem_create.texi (xdrmem_create):
+       Likewise.
+       * doc/glibc-functions/xdrrec_create.texi (xdrrec_create):
+       Likewise.
+       * doc/glibc-functions/xdrrec_endofrecord.texi
+       (xdrrec_endofrecord): Likewise.
+       * doc/glibc-functions/xdrrec_eof.texi (xdrrec_eof): Likewise.
+       * doc/glibc-functions/xdrrec_skiprecord.texi (xdrrec_skiprecord):
+       Likewise.
+       * doc/glibc-functions/xdrstdio_create.texi (xdrstdio_create):
+       Likewise.
+
 2010-05-04  Jim Meyering  <meyering@redhat.com>
 
        gendocs.sh: make its "-s FILE" option more useful
index f88ab0ad7432058b695f37ed04510957a2861719..cd8ef02ebc53458b95b0fc588af50925aef5ece8 100644 (file)
@@ -7,8 +7,9 @@ Gnulib module: accept4
 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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index c48d76f005225729b49b8a7d1aaf8f8d45f0ff8b..b43c92126cb9cadafeb9af6b0a202727b9f81e2c 100644 (file)
@@ -7,8 +7,9 @@ Gnulib module: dup3
 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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 14b2e80bf532fb71189fcb053494c533415b220c..4e9cf9058dc6e6bd8ada3e82f354069d21c48bc5 100644 (file)
@@ -11,6 +11,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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
index 4981b32ecc2a86923edef4b7b0ce1a5d65da2d29..60742c260c6cdd38f95cec937fc811ac009d97bd 100644 (file)
@@ -11,6 +11,10 @@ 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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
+
+Gnulib provides the module @code{nproc} that performs a similar
+function but is portable to more systems.
index 351169cf51e8d39b3b891a0a76b90bf7da347cd0..3cceca182bc84df8c39370731cc58ef896a24884 100644 (file)
@@ -11,6 +11,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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
index 8e490640c4e250dda996f792cc1f4c4e224d9593..0c729311bb560d368ed13d091a8e807dbfe498ac 100644 (file)
@@ -11,6 +11,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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
index 989245cf4ea7063f1dc0926e5fe9ef84d9371a7e..e5e50465d4e70d5c69281c99496c4a80b063eabc 100644 (file)
@@ -7,8 +7,9 @@ Gnulib module: pipe2
 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.7.1, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index c94bfea2b52377ac24311b60f8f85a30562a815c..0be751510135887dfe7e58a578c7589edce712e8 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 714b2ed7d07968b6e08edec5934d8def34012274..facaea909e7e12d9c70fe8dbe1b27e429e1313be 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 9dcfab077d3a2eccc687801704103111e14957ff..3d2e4f79a65d0dc80a89f6c7bb4000975abeef64 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index fd30ae60844e0ed8e6281a4f6fef2b27dd4a7614..330f4df5178fdc7f89d8a3890ae0c2f28ce554a4 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index ff31c63027c2e94c9741db306786ff3e03ed4c6f..2ba7919a7aac0bfcb1514c280fc0f9a50595ed3f 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 1f27a06377ce59e32313a11fcd072e9ec142f7e7..53f36b929fa46d63b92219e3948d4dbccfb0bcc8 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 7c8efe22d74041923970b02db27122798933a060..be7f1f6275bce253bc58537b1144e70ce4aae14b 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 705ba7560fa3e317814f1b2d2bb32b5d8ab9dfce..b63a015094ce10c7ad5f7beb98e876663fccb5d5 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 8b94cd6c73487259b0f5671da492394cae807d12..5e8a249a3d07b63d990ee0b59c2fa9871c25eb0d 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index f18032a9dc12f52749d19fc3d7683409eda1b6e0..c70aee74058e93b03c13b2429894c2f7e0a8e093 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index fb63a354b12ac2e0c37cc7e567a96f3bf9b3533c..1da906132959ccd09d6951b59d439fe2a1aa93c3 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index a7d9665a1663dcefc80d468e22010c4e2b2debb2..922030c4a12fd15b3b59d3ad7d51c113545b3bf9 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 77448dce35af7b46c1ee1a08b4be34e181eb999e..a35d55196ef6d36dfe3cc2cbaa8c53a3c5035445 100644 (file)
@@ -12,5 +12,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, 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,
+Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index a2ae2fc7f100f6485fdd6d32852e61e2fffb32de..3686d69cee5c4b7f875cd6fe98d7c90641e9d564 100644 (file)
@@ -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, 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, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 863beb9877199cd35d25e5f125bb4289f2e39e4d..5c9df9a4c5b5046097e348b99a144c0eed2c2453 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 89e59aada918acf6ca6eba49310185a735e6992a..cd661a24c28d54b6269c05bf7ea37758524861f1 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 285d89c5aaecee01a21dd02ee24ecb043d0b2a59..8a63abf285e637fa8655e022af8a16ec51d84ef4 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 7c7dfb08edfab7e91c78fa4b1dd85e9cdf312267..50fc4f8d1d961ef02c78f097dabb9af6cc772368 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index e2c062813269ed099f8f276f99066936552a403d..86817e3cd0dcf45ba770064f3b0c3027d4053b94 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 4a9451cb9fd838a053bdb7627501541bb479bbf5..bec364af3fba11aaec01ef701dcefae960490d09 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 5ec9b5f5290d2b88f0f9f42a0004bfac931c13a1..236b1e2f0caf325f60d789d52dc2aa399b24b89d 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 7d9fbe9072a7c7930b15db41e6b9c88ec7c5f221..4a033eca5cabadeb84edae90db8702a8fb21b742 100644 (file)
@@ -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, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1
+5.1, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 484a1870cf083ce7ea1b16fcdc5aed829617c4c4..a15da0c6430328a02420ef79fbde6b37b7be4612 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 52fbe958fabc3bdb716bde9e81c2eed45eeb8b0a..1b9f5c36aa231dfc4eddde55b7951935d08303a3 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 4fa2722b612dfc18714fabdc775f614cfe636605..0a1fbc795786c5dd21f56c5839db200561c02e41 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 7b50785f9ed092ab84049c131707a9429508a3fb..d9d4be7ab80f465fe2a45ad64aec0dda920bc7aa 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 3709082d375d6181f30d3f656ae333b6e38d505b..e0fdd224dacde88e6a49b0c2425deef35a59b839 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 03a431ff800fb2b049df9c671dcee193cb50941a..1a866dec93790d33ce4d08264a6c084de42f6385 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
 @end itemize
index 9e3acbd59108f43e5576ad4618366cbde9d9d327..d8445be5c2c44dabb105071bae8c97e138218f4a 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 487974de888c5949ca37904f1bf0abab2f5cd15f..7945a6640575bc97c519e73545a7d76acaf5c845 100644 (file)
@@ -12,5 +12,9 @@ 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, 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, Cygwin 1.7.4, mingw, Interix 3.5, BeOS.
+@item
+This function is not declared in the header on some platforms:
+Cygwin 1.7.5.
 @end itemize
index cb9cc1fe4eaa594403567abae1d10a7daec3ca98..23316f7791f42b9b1c96051d234a864d98634f2a 100644 (file)
@@ -13,4 +13,7 @@ Portability problems not fixed by Gnulib:
 @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, Cygwin, mingw, Interix 3.5, BeOS.
+@item
+This function is not declared in the header on some platforms:
+Cygwin 1.7.5.
 @end itemize
index 552be106ed140041654f3a1d2605c50b764b075e..8e5d011ba43e9d9a03bea31c91e78fda16324387 100644 (file)
@@ -13,4 +13,7 @@ Portability problems not fixed by Gnulib:
 @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, Cygwin, mingw, Interix 3.5, BeOS.
+@item
+This function is not declared in the header on some platforms:
+Cygwin 1.7.5.
 @end itemize
index a4b7333706d949faf0f087c0cc65f9c33ca4809e..ca886d3f5692e182fa47627990b741c2cd44fe33 100644 (file)
@@ -13,4 +13,7 @@ Portability problems not fixed by Gnulib:
 @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, Cygwin, mingw, Interix 3.5, BeOS.
+@item
+This function is not declared in the header on some platforms:
+Cygwin 1.7.5.
 @end itemize
index 0d8b461b9332cf407bc6c03c336f307218a94f54..4fc3ca23b5353772fd5d8e99a9587cbe45344456 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 1d49c556cb7aa7342784f7661a04dc49893bb777..ac8a3b5b5a1d2b172a9121ed0c6eaf829e65576f 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 9f39107653e35cf52354bb63ff4aa69d8c5abaf1..0b1b4cbfb4e9e435ee01d0f6ee64f7a730144566 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 28eb949f7818c148ecdadaf9210b3eeb485bfced..9c7d289320377800450f9b6df099aef58d29721b 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 106ddf9f45d5d1ff7410839c793d8f9e33be500d..da816a9c8dccfacaa91d4ced09f7deee5e3a6527 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index d02b1d9b5eaafd54422c1b902cf1eab7de57e0db..a4883ab8da6ca2a54a8dc64c25b5d1daaebf1eea 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index b2a027e19462f5991ab2dfd0c5fdf55de7db0389..ccf77579f38ba38017de858bc2907f9c6c9f47cb 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 65b186cf514738b7dae4392aef1edfc058d48f53..107945583ab66cb0303f79e7a00ca5aa4a3115df 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 9d6636ba06d6fa395d8b9d06d1c0644fc9350a40..c5be001848f60b7eea11238d0e0005fb20a97260 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 01ce39d5156baa38b8a96cc4e10ec3bf1da067fb..a07df81a62a80508f83fab2057e5e87bc6fe6de9 100644 (file)
@@ -12,5 +12,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Cygwin, mingw, BeOS.
+Cygwin 1.7.4, mingw, BeOS.
 @end itemize
index 69dcfeccf069b2195c1d8d098f90f7c3b1cd1b28..3d320e2ecf3bd8b84b1160a4f0f5bb7dc5a2c543 100644 (file)
@@ -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, Cygwin, mingw, BeOS.
+NetBSD 3.0, OpenBSD 3.8, IRIX 5.3, Cygwin 1.7.1, mingw, BeOS.
 @end itemize
index 5eeb0c3760416aef05a83ef710e71b4911cde829..0d9f4a31d3489b51fb94fa3cb5389d245bee4b7b 100644 (file)
@@ -13,7 +13,7 @@ This function is missing on some platforms:
 HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
 @item
 This function clobbers caller-owned registers on some platforms:
-Cygwin 1.7.2.
+Cygwin 1.7.5.
 @item
 This function does not work on some platforms:
 Solaris 9.