# HG changeset patch # User Eric Blake # Date 1272982710 21600 # Node ID ff744c8a8c1365e9eeae3391149ee26a9fce0b54 # Parent d24721abd4a4a7dcade54e58ddccb1381c03a5ef 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. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2010-05-04 Eric Blake + + 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 gendocs.sh: make its "-s FILE" option more useful diff --git a/doc/glibc-functions/accept4.texi b/doc/glibc-functions/accept4.texi --- a/doc/glibc-functions/accept4.texi +++ b/doc/glibc-functions/accept4.texi @@ -7,8 +7,9 @@ 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: diff --git a/doc/glibc-functions/dup3.texi b/doc/glibc-functions/dup3.texi --- a/doc/glibc-functions/dup3.texi +++ b/doc/glibc-functions/dup3.texi @@ -7,8 +7,9 @@ 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: diff --git a/doc/glibc-functions/get_avphys_pages.texi b/doc/glibc-functions/get_avphys_pages.texi --- a/doc/glibc-functions/get_avphys_pages.texi +++ b/doc/glibc-functions/get_avphys_pages.texi @@ -11,6 +11,7 @@ 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 diff --git a/doc/glibc-functions/get_nprocs.texi b/doc/glibc-functions/get_nprocs.texi --- a/doc/glibc-functions/get_nprocs.texi +++ b/doc/glibc-functions/get_nprocs.texi @@ -11,6 +11,10 @@ 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. diff --git a/doc/glibc-functions/get_nprocs_conf.texi b/doc/glibc-functions/get_nprocs_conf.texi --- a/doc/glibc-functions/get_nprocs_conf.texi +++ b/doc/glibc-functions/get_nprocs_conf.texi @@ -11,6 +11,7 @@ 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 diff --git a/doc/glibc-functions/get_phys_pages.texi b/doc/glibc-functions/get_phys_pages.texi --- a/doc/glibc-functions/get_phys_pages.texi +++ b/doc/glibc-functions/get_phys_pages.texi @@ -11,6 +11,7 @@ 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 diff --git a/doc/glibc-functions/pipe2.texi b/doc/glibc-functions/pipe2.texi --- a/doc/glibc-functions/pipe2.texi +++ b/doc/glibc-functions/pipe2.texi @@ -7,8 +7,9 @@ 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: diff --git a/doc/glibc-functions/xdr_array.texi b/doc/glibc-functions/xdr_array.texi --- a/doc/glibc-functions/xdr_array.texi +++ b/doc/glibc-functions/xdr_array.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_bool.texi b/doc/glibc-functions/xdr_bool.texi --- a/doc/glibc-functions/xdr_bool.texi +++ b/doc/glibc-functions/xdr_bool.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_bytes.texi b/doc/glibc-functions/xdr_bytes.texi --- a/doc/glibc-functions/xdr_bytes.texi +++ b/doc/glibc-functions/xdr_bytes.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_char.texi b/doc/glibc-functions/xdr_char.texi --- a/doc/glibc-functions/xdr_char.texi +++ b/doc/glibc-functions/xdr_char.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_double.texi b/doc/glibc-functions/xdr_double.texi --- a/doc/glibc-functions/xdr_double.texi +++ b/doc/glibc-functions/xdr_double.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_enum.texi b/doc/glibc-functions/xdr_enum.texi --- a/doc/glibc-functions/xdr_enum.texi +++ b/doc/glibc-functions/xdr_enum.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_float.texi b/doc/glibc-functions/xdr_float.texi --- a/doc/glibc-functions/xdr_float.texi +++ b/doc/glibc-functions/xdr_float.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_free.texi b/doc/glibc-functions/xdr_free.texi --- a/doc/glibc-functions/xdr_free.texi +++ b/doc/glibc-functions/xdr_free.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_hyper.texi b/doc/glibc-functions/xdr_hyper.texi --- a/doc/glibc-functions/xdr_hyper.texi +++ b/doc/glibc-functions/xdr_hyper.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_int.texi b/doc/glibc-functions/xdr_int.texi --- a/doc/glibc-functions/xdr_int.texi +++ b/doc/glibc-functions/xdr_int.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_int16_t.texi b/doc/glibc-functions/xdr_int16_t.texi --- a/doc/glibc-functions/xdr_int16_t.texi +++ b/doc/glibc-functions/xdr_int16_t.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_int32_t.texi b/doc/glibc-functions/xdr_int32_t.texi --- a/doc/glibc-functions/xdr_int32_t.texi +++ b/doc/glibc-functions/xdr_int32_t.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_int64_t.texi b/doc/glibc-functions/xdr_int64_t.texi --- a/doc/glibc-functions/xdr_int64_t.texi +++ b/doc/glibc-functions/xdr_int64_t.texi @@ -12,5 +12,6 @@ @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 diff --git a/doc/glibc-functions/xdr_int8_t.texi b/doc/glibc-functions/xdr_int8_t.texi --- a/doc/glibc-functions/xdr_int8_t.texi +++ b/doc/glibc-functions/xdr_int8_t.texi @@ -12,5 +12,6 @@ @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 diff --git a/doc/glibc-functions/xdr_long.texi b/doc/glibc-functions/xdr_long.texi --- a/doc/glibc-functions/xdr_long.texi +++ b/doc/glibc-functions/xdr_long.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_longlong_t.texi b/doc/glibc-functions/xdr_longlong_t.texi --- a/doc/glibc-functions/xdr_longlong_t.texi +++ b/doc/glibc-functions/xdr_longlong_t.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_netobj.texi b/doc/glibc-functions/xdr_netobj.texi --- a/doc/glibc-functions/xdr_netobj.texi +++ b/doc/glibc-functions/xdr_netobj.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_opaque.texi b/doc/glibc-functions/xdr_opaque.texi --- a/doc/glibc-functions/xdr_opaque.texi +++ b/doc/glibc-functions/xdr_opaque.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_pointer.texi b/doc/glibc-functions/xdr_pointer.texi --- a/doc/glibc-functions/xdr_pointer.texi +++ b/doc/glibc-functions/xdr_pointer.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_reference.texi b/doc/glibc-functions/xdr_reference.texi --- a/doc/glibc-functions/xdr_reference.texi +++ b/doc/glibc-functions/xdr_reference.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_short.texi b/doc/glibc-functions/xdr_short.texi --- a/doc/glibc-functions/xdr_short.texi +++ b/doc/glibc-functions/xdr_short.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_sizeof.texi b/doc/glibc-functions/xdr_sizeof.texi --- a/doc/glibc-functions/xdr_sizeof.texi +++ b/doc/glibc-functions/xdr_sizeof.texi @@ -12,5 +12,6 @@ @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 diff --git a/doc/glibc-functions/xdr_string.texi b/doc/glibc-functions/xdr_string.texi --- a/doc/glibc-functions/xdr_string.texi +++ b/doc/glibc-functions/xdr_string.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_u_char.texi b/doc/glibc-functions/xdr_u_char.texi --- a/doc/glibc-functions/xdr_u_char.texi +++ b/doc/glibc-functions/xdr_u_char.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_u_hyper.texi b/doc/glibc-functions/xdr_u_hyper.texi --- a/doc/glibc-functions/xdr_u_hyper.texi +++ b/doc/glibc-functions/xdr_u_hyper.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_u_int.texi b/doc/glibc-functions/xdr_u_int.texi --- a/doc/glibc-functions/xdr_u_int.texi +++ b/doc/glibc-functions/xdr_u_int.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_u_long.texi b/doc/glibc-functions/xdr_u_long.texi --- a/doc/glibc-functions/xdr_u_long.texi +++ b/doc/glibc-functions/xdr_u_long.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_u_longlong_t.texi b/doc/glibc-functions/xdr_u_longlong_t.texi --- a/doc/glibc-functions/xdr_u_longlong_t.texi +++ b/doc/glibc-functions/xdr_u_longlong_t.texi @@ -12,5 +12,5 @@ @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 diff --git a/doc/glibc-functions/xdr_u_short.texi b/doc/glibc-functions/xdr_u_short.texi --- a/doc/glibc-functions/xdr_u_short.texi +++ b/doc/glibc-functions/xdr_u_short.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_uint16_t.texi b/doc/glibc-functions/xdr_uint16_t.texi --- a/doc/glibc-functions/xdr_uint16_t.texi +++ b/doc/glibc-functions/xdr_uint16_t.texi @@ -12,5 +12,9 @@ @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 diff --git a/doc/glibc-functions/xdr_uint32_t.texi b/doc/glibc-functions/xdr_uint32_t.texi --- a/doc/glibc-functions/xdr_uint32_t.texi +++ b/doc/glibc-functions/xdr_uint32_t.texi @@ -13,4 +13,7 @@ @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 diff --git a/doc/glibc-functions/xdr_uint64_t.texi b/doc/glibc-functions/xdr_uint64_t.texi --- a/doc/glibc-functions/xdr_uint64_t.texi +++ b/doc/glibc-functions/xdr_uint64_t.texi @@ -13,4 +13,7 @@ @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 diff --git a/doc/glibc-functions/xdr_uint8_t.texi b/doc/glibc-functions/xdr_uint8_t.texi --- a/doc/glibc-functions/xdr_uint8_t.texi +++ b/doc/glibc-functions/xdr_uint8_t.texi @@ -13,4 +13,7 @@ @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 diff --git a/doc/glibc-functions/xdr_union.texi b/doc/glibc-functions/xdr_union.texi --- a/doc/glibc-functions/xdr_union.texi +++ b/doc/glibc-functions/xdr_union.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_vector.texi b/doc/glibc-functions/xdr_vector.texi --- a/doc/glibc-functions/xdr_vector.texi +++ b/doc/glibc-functions/xdr_vector.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_void.texi b/doc/glibc-functions/xdr_void.texi --- a/doc/glibc-functions/xdr_void.texi +++ b/doc/glibc-functions/xdr_void.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdr_wrapstring.texi b/doc/glibc-functions/xdr_wrapstring.texi --- a/doc/glibc-functions/xdr_wrapstring.texi +++ b/doc/glibc-functions/xdr_wrapstring.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrmem_create.texi b/doc/glibc-functions/xdrmem_create.texi --- a/doc/glibc-functions/xdrmem_create.texi +++ b/doc/glibc-functions/xdrmem_create.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrrec_create.texi b/doc/glibc-functions/xdrrec_create.texi --- a/doc/glibc-functions/xdrrec_create.texi +++ b/doc/glibc-functions/xdrrec_create.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrrec_endofrecord.texi b/doc/glibc-functions/xdrrec_endofrecord.texi --- a/doc/glibc-functions/xdrrec_endofrecord.texi +++ b/doc/glibc-functions/xdrrec_endofrecord.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrrec_eof.texi b/doc/glibc-functions/xdrrec_eof.texi --- a/doc/glibc-functions/xdrrec_eof.texi +++ b/doc/glibc-functions/xdrrec_eof.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrrec_skiprecord.texi b/doc/glibc-functions/xdrrec_skiprecord.texi --- a/doc/glibc-functions/xdrrec_skiprecord.texi +++ b/doc/glibc-functions/xdrrec_skiprecord.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/glibc-functions/xdrstdio_create.texi b/doc/glibc-functions/xdrstdio_create.texi --- a/doc/glibc-functions/xdrstdio_create.texi +++ b/doc/glibc-functions/xdrstdio_create.texi @@ -12,5 +12,5 @@ @itemize @item This function is missing on some platforms: -Cygwin, mingw, BeOS. +Cygwin 1.7.4, mingw, BeOS. @end itemize diff --git a/doc/posix-functions/strfmon.texi b/doc/posix-functions/strfmon.texi --- a/doc/posix-functions/strfmon.texi +++ b/doc/posix-functions/strfmon.texi @@ -14,5 +14,5 @@ @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 diff --git a/doc/posix-functions/wctob.texi b/doc/posix-functions/wctob.texi --- a/doc/posix-functions/wctob.texi +++ b/doc/posix-functions/wctob.texi @@ -13,7 +13,7 @@ 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.