From 7d53261a7dbe32283853c23b7e8de8651cc0e833 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 8 Oct 2010 08:59:08 -0600 Subject: [PATCH] docs: update cygwin progress * doc/posix-functions/cacos.texi (cacos): Added after cygwin 1.7.7. * doc/posix-functions/cacosf.texi (cacosf): Likewise. * doc/posix-functions/cacosh.texi (cacosh): Likewise. * doc/posix-functions/cacoshf.texi (cacoshf): Likewise. * doc/posix-functions/carg.texi (carg): Likewise. * doc/posix-functions/cargf.texi (cargf): Likewise. * doc/posix-functions/casin.texi (casin): Likewise. * doc/posix-functions/casinf.texi (casinf): Likewise. * doc/posix-functions/casinh.texi (casinh): Likewise. * doc/posix-functions/casinhf.texi (casinhf): Likewise. * doc/posix-functions/catan.texi (catan): Likewise. * doc/posix-functions/catanf.texi (catanf): Likewise. * doc/posix-functions/catanh.texi (catanh): Likewise. * doc/posix-functions/catanhf.texi (catanhf): Likewise. * doc/posix-functions/ccos.texi (ccos): Likewise. * doc/posix-functions/ccosf.texi (ccosf): Likewise. * doc/posix-functions/ccosh.texi (ccosh): Likewise. * doc/posix-functions/ccoshf.texi (ccoshf): Likewise. * doc/posix-functions/cexp.texi (cexp): Likewise. * doc/posix-functions/cexpf.texi (cexpf): Likewise. * doc/posix-functions/cimag.texi (cimag): Likewise. * doc/posix-functions/cimagf.texi (cimagf): Likewise. * doc/posix-functions/clog.texi (clog): Likewise. * doc/posix-functions/clogf.texi (clogf): Likewise. * doc/posix-functions/conj.texi (conj): Likewise. * doc/posix-functions/conjf.texi (conjf): Likewise. * doc/posix-functions/cpow.texi (cpow): Likewise. * doc/posix-functions/cpowf.texi (cpowf): Likewise. * doc/posix-functions/cproj.texi (cproj): Likewise. * doc/posix-functions/cprojf.texi (cprojf): Likewise. * doc/posix-functions/creal.texi (creal): Likewise. * doc/posix-functions/crealf.texi (crealf): Likewise. * doc/posix-functions/csin.texi (csin): Likewise. * doc/posix-functions/csinf.texi (csinf): Likewise. * doc/posix-functions/csinh.texi (csinh): Likewise. * doc/posix-functions/csinhf.texi (csinhf): Likewise. * doc/posix-functions/csqrt.texi (csqrt): Likewise. * doc/posix-functions/csqrtf.texi (csqrtf): Likewise. * doc/posix-functions/ctan.texi (ctan): Likewise. * doc/posix-functions/ctanf.texi (ctanf): Likewise. * doc/posix-functions/ctanh.texi (ctanh): Likewise. * doc/posix-functions/ctanhf.texi (ctanhf): Likewise. * doc/posix-headers/complex.texi (complex.h): Likewise. Signed-off-by: Eric Blake --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++ doc/posix-functions/cacos.texi | 3 ++- doc/posix-functions/cacosf.texi | 3 ++- doc/posix-functions/cacosh.texi | 3 ++- doc/posix-functions/cacoshf.texi | 3 ++- doc/posix-functions/carg.texi | 3 ++- doc/posix-functions/cargf.texi | 3 ++- doc/posix-functions/casin.texi | 3 ++- doc/posix-functions/casinf.texi | 3 ++- doc/posix-functions/casinh.texi | 3 ++- doc/posix-functions/casinhf.texi | 3 ++- doc/posix-functions/catan.texi | 3 ++- doc/posix-functions/catanf.texi | 3 ++- doc/posix-functions/catanh.texi | 3 ++- doc/posix-functions/catanhf.texi | 3 ++- doc/posix-functions/ccos.texi | 3 ++- doc/posix-functions/ccosf.texi | 3 ++- doc/posix-functions/ccosh.texi | 3 ++- doc/posix-functions/ccoshf.texi | 3 ++- doc/posix-functions/cexp.texi | 3 ++- doc/posix-functions/cexpf.texi | 3 ++- doc/posix-functions/cimag.texi | 3 ++- doc/posix-functions/cimagf.texi | 3 ++- doc/posix-functions/clog.texi | 3 ++- doc/posix-functions/clogf.texi | 3 ++- doc/posix-functions/conj.texi | 3 ++- doc/posix-functions/conjf.texi | 3 ++- doc/posix-functions/cpow.texi | 3 ++- doc/posix-functions/cpowf.texi | 3 ++- doc/posix-functions/cproj.texi | 3 ++- doc/posix-functions/cprojf.texi | 3 ++- doc/posix-functions/creal.texi | 3 ++- doc/posix-functions/crealf.texi | 3 ++- doc/posix-functions/csin.texi | 3 ++- doc/posix-functions/csinf.texi | 3 ++- doc/posix-functions/csinh.texi | 3 ++- doc/posix-functions/csinhf.texi | 3 ++- doc/posix-functions/csqrt.texi | 3 ++- doc/posix-functions/csqrtf.texi | 3 ++- doc/posix-functions/ctan.texi | 3 ++- doc/posix-functions/ctanf.texi | 3 ++- doc/posix-functions/ctanh.texi | 3 ++- doc/posix-functions/ctanhf.texi | 3 ++- doc/posix-headers/complex.texi | 4 ++-- 44 files changed, 134 insertions(+), 44 deletions(-) diff --git a/ChangeLog b/ChangeLog index f327621a7..f83934bae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2010-10-08 Eric Blake + + docs: update cygwin progress + * doc/posix-functions/cacos.texi (cacos): Added after cygwin + 1.7.7. + * doc/posix-functions/cacosf.texi (cacosf): Likewise. + * doc/posix-functions/cacosh.texi (cacosh): Likewise. + * doc/posix-functions/cacoshf.texi (cacoshf): Likewise. + * doc/posix-functions/carg.texi (carg): Likewise. + * doc/posix-functions/cargf.texi (cargf): Likewise. + * doc/posix-functions/casin.texi (casin): Likewise. + * doc/posix-functions/casinf.texi (casinf): Likewise. + * doc/posix-functions/casinh.texi (casinh): Likewise. + * doc/posix-functions/casinhf.texi (casinhf): Likewise. + * doc/posix-functions/catan.texi (catan): Likewise. + * doc/posix-functions/catanf.texi (catanf): Likewise. + * doc/posix-functions/catanh.texi (catanh): Likewise. + * doc/posix-functions/catanhf.texi (catanhf): Likewise. + * doc/posix-functions/ccos.texi (ccos): Likewise. + * doc/posix-functions/ccosf.texi (ccosf): Likewise. + * doc/posix-functions/ccosh.texi (ccosh): Likewise. + * doc/posix-functions/ccoshf.texi (ccoshf): Likewise. + * doc/posix-functions/cexp.texi (cexp): Likewise. + * doc/posix-functions/cexpf.texi (cexpf): Likewise. + * doc/posix-functions/cimag.texi (cimag): Likewise. + * doc/posix-functions/cimagf.texi (cimagf): Likewise. + * doc/posix-functions/clog.texi (clog): Likewise. + * doc/posix-functions/clogf.texi (clogf): Likewise. + * doc/posix-functions/conj.texi (conj): Likewise. + * doc/posix-functions/conjf.texi (conjf): Likewise. + * doc/posix-functions/cpow.texi (cpow): Likewise. + * doc/posix-functions/cpowf.texi (cpowf): Likewise. + * doc/posix-functions/cproj.texi (cproj): Likewise. + * doc/posix-functions/cprojf.texi (cprojf): Likewise. + * doc/posix-functions/creal.texi (creal): Likewise. + * doc/posix-functions/crealf.texi (crealf): Likewise. + * doc/posix-functions/csin.texi (csin): Likewise. + * doc/posix-functions/csinf.texi (csinf): Likewise. + * doc/posix-functions/csinh.texi (csinh): Likewise. + * doc/posix-functions/csinhf.texi (csinhf): Likewise. + * doc/posix-functions/csqrt.texi (csqrt): Likewise. + * doc/posix-functions/csqrtf.texi (csqrtf): Likewise. + * doc/posix-functions/ctan.texi (ctan): Likewise. + * doc/posix-functions/ctanf.texi (ctanf): Likewise. + * doc/posix-functions/ctanh.texi (ctanh): Likewise. + * doc/posix-functions/ctanhf.texi (ctanhf): Likewise. + * doc/posix-headers/complex.texi (complex.h): Likewise. + 2010-10-07 Jim Meyering parse-datetime: avoid compilation failure on OpenBSD 4.7 diff --git a/doc/posix-functions/cacos.texi b/doc/posix-functions/cacos.texi index ad450f6ab..223d83e7c 100644 --- a/doc/posix-functions/cacos.texi +++ b/doc/posix-functions/cacos.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cacosf.texi b/doc/posix-functions/cacosf.texi index f986d7b17..203da9098 100644 --- a/doc/posix-functions/cacosf.texi +++ b/doc/posix-functions/cacosf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cacosh.texi b/doc/posix-functions/cacosh.texi index 48a7c87f7..93a54ae22 100644 --- a/doc/posix-functions/cacosh.texi +++ b/doc/posix-functions/cacosh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cacoshf.texi b/doc/posix-functions/cacoshf.texi index 7f638cb26..337a29be7 100644 --- a/doc/posix-functions/cacoshf.texi +++ b/doc/posix-functions/cacoshf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/carg.texi b/doc/posix-functions/carg.texi index bac3373ff..d73c198be 100644 --- a/doc/posix-functions/carg.texi +++ b/doc/posix-functions/carg.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cargf.texi b/doc/posix-functions/cargf.texi index 8f78e2a22..60a52b942 100644 --- a/doc/posix-functions/cargf.texi +++ b/doc/posix-functions/cargf.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, mingw., Interix 3.5 +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.7.7, mingw., Interix 3.5 @end itemize diff --git a/doc/posix-functions/casin.texi b/doc/posix-functions/casin.texi index cc787e240..8c2254026 100644 --- a/doc/posix-functions/casin.texi +++ b/doc/posix-functions/casin.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/casinf.texi b/doc/posix-functions/casinf.texi index b76e2aa48..9f6d320ec 100644 --- a/doc/posix-functions/casinf.texi +++ b/doc/posix-functions/casinf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/casinh.texi b/doc/posix-functions/casinh.texi index ac65b2aa3..3380538e6 100644 --- a/doc/posix-functions/casinh.texi +++ b/doc/posix-functions/casinh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/casinhf.texi b/doc/posix-functions/casinhf.texi index df25f14ae..0391b8d6d 100644 --- a/doc/posix-functions/casinhf.texi +++ b/doc/posix-functions/casinhf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/catan.texi b/doc/posix-functions/catan.texi index 87a998b09..4090c8ac5 100644 --- a/doc/posix-functions/catan.texi +++ b/doc/posix-functions/catan.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/catanf.texi b/doc/posix-functions/catanf.texi index b81119577..4caba337d 100644 --- a/doc/posix-functions/catanf.texi +++ b/doc/posix-functions/catanf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/catanh.texi b/doc/posix-functions/catanh.texi index fba4e74ed..cb626a71b 100644 --- a/doc/posix-functions/catanh.texi +++ b/doc/posix-functions/catanh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/catanhf.texi b/doc/posix-functions/catanhf.texi index f425dd17a..8c2260379 100644 --- a/doc/posix-functions/catanhf.texi +++ b/doc/posix-functions/catanhf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ccos.texi b/doc/posix-functions/ccos.texi index 292c3d49b..dbee4fb0e 100644 --- a/doc/posix-functions/ccos.texi +++ b/doc/posix-functions/ccos.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ccosf.texi b/doc/posix-functions/ccosf.texi index 79ea1c774..a726b0f03 100644 --- a/doc/posix-functions/ccosf.texi +++ b/doc/posix-functions/ccosf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ccosh.texi b/doc/posix-functions/ccosh.texi index 3ea1e54a4..215b1affc 100644 --- a/doc/posix-functions/ccosh.texi +++ b/doc/posix-functions/ccosh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ccoshf.texi b/doc/posix-functions/ccoshf.texi index d8a7ba799..597ea1725 100644 --- a/doc/posix-functions/ccoshf.texi +++ b/doc/posix-functions/ccoshf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cexp.texi b/doc/posix-functions/cexp.texi index f11fa4473..a01d268e6 100644 --- a/doc/posix-functions/cexp.texi +++ b/doc/posix-functions/cexp.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cexpf.texi b/doc/posix-functions/cexpf.texi index 572a25f8e..1e3b68397 100644 --- a/doc/posix-functions/cexpf.texi +++ b/doc/posix-functions/cexpf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cimag.texi b/doc/posix-functions/cimag.texi index 985578256..b20f97d5e 100644 --- a/doc/posix-functions/cimag.texi +++ b/doc/posix-functions/cimag.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cimagf.texi b/doc/posix-functions/cimagf.texi index 45ee781a1..e9906fe9a 100644 --- a/doc/posix-functions/cimagf.texi +++ b/doc/posix-functions/cimagf.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/clog.texi b/doc/posix-functions/clog.texi index 26c709da8..3c9f8c5c6 100644 --- a/doc/posix-functions/clog.texi +++ b/doc/posix-functions/clog.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/clogf.texi b/doc/posix-functions/clogf.texi index 3ac1cf6e0..e250d4858 100644 --- a/doc/posix-functions/clogf.texi +++ b/doc/posix-functions/clogf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/conj.texi b/doc/posix-functions/conj.texi index faf0c9a3a..653d95ad5 100644 --- a/doc/posix-functions/conj.texi +++ b/doc/posix-functions/conj.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/conjf.texi b/doc/posix-functions/conjf.texi index 712d7875d..4fee21d13 100644 --- a/doc/posix-functions/conjf.texi +++ b/doc/posix-functions/conjf.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cpow.texi b/doc/posix-functions/cpow.texi index ee1ee1c70..3083fe8ef 100644 --- a/doc/posix-functions/cpow.texi +++ b/doc/posix-functions/cpow.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cpowf.texi b/doc/posix-functions/cpowf.texi index 48d52a5c9..d1b67f393 100644 --- a/doc/posix-functions/cpowf.texi +++ b/doc/posix-functions/cpowf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/cproj.texi b/doc/posix-functions/cproj.texi index b6a964902..7c4e2e601 100644 --- a/doc/posix-functions/cproj.texi +++ b/doc/posix-functions/cproj.texi @@ -14,7 +14,8 @@ 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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @item The glibc implementation is or was broken. @end itemize diff --git a/doc/posix-functions/cprojf.texi b/doc/posix-functions/cprojf.texi index 1e79403bb..6ecdfaf44 100644 --- a/doc/posix-functions/cprojf.texi +++ b/doc/posix-functions/cprojf.texi @@ -14,7 +14,8 @@ 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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @item The glibc implementation is or was broken. @end itemize diff --git a/doc/posix-functions/creal.texi b/doc/posix-functions/creal.texi index 5fb1e7c4c..9774368c4 100644 --- a/doc/posix-functions/creal.texi +++ b/doc/posix-functions/creal.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/crealf.texi b/doc/posix-functions/crealf.texi index b6e2dfa04..8a04505a4 100644 --- a/doc/posix-functions/crealf.texi +++ b/doc/posix-functions/crealf.texi @@ -14,5 +14,6 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, mingw, Interix 3.5. +FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +OSF/1 4.0, Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csin.texi b/doc/posix-functions/csin.texi index 013ad6fdd..6103d0fd5 100644 --- a/doc/posix-functions/csin.texi +++ b/doc/posix-functions/csin.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csinf.texi b/doc/posix-functions/csinf.texi index 364746ac9..c559f564a 100644 --- a/doc/posix-functions/csinf.texi +++ b/doc/posix-functions/csinf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csinh.texi b/doc/posix-functions/csinh.texi index 8dc4c2407..787e846bc 100644 --- a/doc/posix-functions/csinh.texi +++ b/doc/posix-functions/csinh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csinhf.texi b/doc/posix-functions/csinhf.texi index de7a2cbc9..7f1f009ec 100644 --- a/doc/posix-functions/csinhf.texi +++ b/doc/posix-functions/csinhf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csqrt.texi b/doc/posix-functions/csqrt.texi index 754d49abf..7b6450106 100644 --- a/doc/posix-functions/csqrt.texi +++ b/doc/posix-functions/csqrt.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/csqrtf.texi b/doc/posix-functions/csqrtf.texi index 49199b48a..d3de69697 100644 --- a/doc/posix-functions/csqrtf.texi +++ b/doc/posix-functions/csqrtf.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, mingw, Interix 3.5. +FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, +Solaris 9, Cygwin 1.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ctan.texi b/doc/posix-functions/ctan.texi index 1b2469a12..4eea0a151 100644 --- a/doc/posix-functions/ctan.texi +++ b/doc/posix-functions/ctan.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ctanf.texi b/doc/posix-functions/ctanf.texi index 404ba55c4..22ba6276d 100644 --- a/doc/posix-functions/ctanf.texi +++ b/doc/posix-functions/ctanf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ctanh.texi b/doc/posix-functions/ctanh.texi index c92dcbd01..7eb1fdf1f 100644 --- a/doc/posix-functions/ctanh.texi +++ b/doc/posix-functions/ctanh.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-functions/ctanhf.texi b/doc/posix-functions/ctanhf.texi index 939f53a6f..1bf4a9975 100644 --- a/doc/posix-functions/ctanhf.texi +++ b/doc/posix-functions/ctanhf.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, mingw, Interix 3.5. +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.7.7, mingw, Interix 3.5. @end itemize diff --git a/doc/posix-headers/complex.texi b/doc/posix-headers/complex.texi index ad5ea4e7a..0003dd3ed 100644 --- a/doc/posix-headers/complex.texi +++ b/doc/posix-headers/complex.texi @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item This header file is missing on some platforms: -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. +NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, +Cygwin 1.7.7, mingw, Interix 3.5, BeOS. @end itemize -- 2.11.0