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 f327621a7f..f83934baef 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 ad450f6ab4..223d83e7c5 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 f986d7b17e..203da9098c 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 48a7c87f78..93a54ae22b 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 7f638cb26b..337a29be7c 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 bac3373ffc..d73c198be3 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 8f78e2a221..60a52b9425 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 cc787e2409..8c22540262 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 b76e2aa484..9f6d320ecb 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 ac65b2aa3d..3380538e6e 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 df25f14aee..0391b8d6d1 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 87a998b09b..4090c8ac5f 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 b811195779..4caba337d6 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 fba4e74edd..cb626a71bd 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 f425dd17a7..8c22603790 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 292c3d49b5..dbee4fb0eb 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 79ea1c7746..a726b0f033 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 3ea1e54a43..215b1affc2 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 d8a7ba7996..597ea17252 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 f11fa4473a..a01d268e69 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 572a25f8e7..1e3b683974 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 9855782560..b20f97d5e1 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 45ee781a1c..e9906fe9a5 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 26c709da8f..3c9f8c5c66 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 3ac1cf6e07..e250d4858b 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 faf0c9a3a3..653d95ad50 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 712d7875d5..4fee21d131 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 ee1ee1c704..3083fe8eff 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 48d52a5c96..d1b67f3936 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 b6a9649020..7c4e2e601d 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 1e79403bb4..6ecdfaf441 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 5fb1e7c4c1..9774368c49 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 b6e2dfa041..8a04505a49 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 013ad6fddb..6103d0fd59 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 364746ac93..c559f564ad 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 8dc4c2407d..787e846bc2 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 de7a2cbc9d..7f1f009ec5 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 754d49abff..7b64501060 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 49199b48a6..d3de69697d 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 1b2469a12b..4eea0a1513 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 404ba55c44..22ba6276d2 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 c92dcbd016..7eb1fdf1f6 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 939f53a6fe..1bf4a99751 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 ad5ea4e7a1..0003dd3ed7 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.30.2