bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] docs: update cygwin progress


From: Eric Blake
Subject: [PATCH] docs: update cygwin progress
Date: Thu, 7 Oct 2010 08:44:44 -0600

* doc/glibc-functions/mkostemp.texi (mkostemp): Added in cygwin
1.7.6.
* doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
* doc/posix-headers/fenv.texi (fenv.h): Added after cygwin 1.7.7.
* doc/posix-functions/feclearexcept.texi (feclearexcept): Likewise.
* doc/posix-functions/fegetenv.texi (fegetenv): Likewise.
* doc/posix-functions/fegetexceptflag.texi (fegetexceptflag):
Likewise.
* doc/posix-functions/fegetround.texi (fegetround): Likewise.
* doc/posix-functions/feholdexcept.texi (feholdexcept): Likewise.
* doc/posix-functions/feraiseexcept.texi (feraiseexcept):
Likewise.
* doc/posix-functions/fesetenv.texi (fesetenv): Likewise.
* doc/posix-functions/fesetround.texi (fesetround): Likewise.
* doc/posix-functions/fetestexcept.texi (fetestexcept): Likewise.
* doc/posix-functions/feupdateenv.texi (feupdateenv): Likewise.
* doc/glibc-functions/feenableexcept.texi (feenableexcept):
Likewise.
* doc/glibc-functions/fedisableexcept.texi (fedisableexcept):
Likewise.
* doc/glibc-functions/fegetexcept.texi (fegetexcept): Likewise.

Signed-off-by: Eric Blake <address@hidden>
---

Cygwin 1.7.8 should be interesting, given recent additions.  There's
also plans to implement <complex.h> in the near future.

 ChangeLog                                |   23 +++++++++++++++++++++++
 doc/glibc-functions/fedisableexcept.texi |    3 ++-
 doc/glibc-functions/feenableexcept.texi  |    3 ++-
 doc/glibc-functions/fegetexcept.texi     |    3 ++-
 doc/glibc-functions/mkostemp.texi        |    5 +++--
 doc/glibc-functions/mkostemps.texi       |    5 +++--
 doc/posix-functions/feclearexcept.texi   |    3 ++-
 doc/posix-functions/fegetenv.texi        |    3 ++-
 doc/posix-functions/fegetexceptflag.texi |    3 ++-
 doc/posix-functions/fegetround.texi      |    3 ++-
 doc/posix-functions/feholdexcept.texi    |    3 ++-
 doc/posix-functions/feraiseexcept.texi   |    3 ++-
 doc/posix-functions/fesetenv.texi        |    3 ++-
 doc/posix-functions/fesetexceptflag.texi |    3 ++-
 doc/posix-functions/fesetround.texi      |    3 ++-
 doc/posix-functions/fetestexcept.texi    |    3 ++-
 doc/posix-functions/feupdateenv.texi     |    3 ++-
 doc/posix-headers/fenv.texi              |    4 ++--
 18 files changed, 59 insertions(+), 20 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f3ca2ca..129ae30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
 2010-10-07  Eric Blake  <address@hidden>

+       docs: update cygwin progress
+       * doc/glibc-functions/mkostemp.texi (mkostemp): Added in cygwin
+       1.7.6.
+       * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
+       * doc/posix-headers/fenv.texi (fenv.h): Added after cygwin 1.7.7.
+       * doc/posix-functions/feclearexcept.texi (feclearexcept): Likewise.
+       * doc/posix-functions/fegetenv.texi (fegetenv): Likewise.
+       * doc/posix-functions/fegetexceptflag.texi (fegetexceptflag):
+       Likewise.
+       * doc/posix-functions/fegetround.texi (fegetround): Likewise.
+       * doc/posix-functions/feholdexcept.texi (feholdexcept): Likewise.
+       * doc/posix-functions/feraiseexcept.texi (feraiseexcept):
+       Likewise.
+       * doc/posix-functions/fesetenv.texi (fesetenv): Likewise.
+       * doc/posix-functions/fesetround.texi (fesetround): Likewise.
+       * doc/posix-functions/fetestexcept.texi (fetestexcept): Likewise.
+       * doc/posix-functions/feupdateenv.texi (feupdateenv): Likewise.
+       * doc/glibc-functions/feenableexcept.texi (feenableexcept):
+       Likewise.
+       * doc/glibc-functions/fedisableexcept.texi (fedisableexcept):
+       Likewise.
+       * doc/glibc-functions/fegetexcept.texi (fegetexcept): Likewise.
+
        docs: update parse-datetime history
        * doc/parse-datetime.texi (Authors of parse_datetime): Better
        documentation of this function's history and alternatives.
diff --git a/doc/glibc-functions/fedisableexcept.texi 
b/doc/glibc-functions/fedisableexcept.texi
index 4233904..de64a39 100644
--- a/doc/glibc-functions/fedisableexcept.texi
+++ b/doc/glibc-functions/fedisableexcept.texi
@@ -12,5 +12,6 @@ fedisableexcept
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 
6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX
+11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.7.7, mingw, Interix 3.5, BeOS.
 @end itemize
diff --git a/doc/glibc-functions/feenableexcept.texi 
b/doc/glibc-functions/feenableexcept.texi
index 5e9da1f..0e7cc5d 100644
--- a/doc/glibc-functions/feenableexcept.texi
+++ b/doc/glibc-functions/feenableexcept.texi
@@ -12,5 +12,6 @@ feenableexcept
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 
6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX
+11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.7.7, mingw, Interix 3.5, BeOS.
 @end itemize
diff --git a/doc/glibc-functions/fegetexcept.texi 
b/doc/glibc-functions/fegetexcept.texi
index 9a828c5..bcc491d 100644
--- a/doc/glibc-functions/fegetexcept.texi
+++ b/doc/glibc-functions/fegetexcept.texi
@@ -12,5 +12,6 @@ fegetexcept
 @itemize
 @item
 This function is missing on all non-glibc platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 
6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
+IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.7.7, mingw, Interix 3.5, BeOS.
 @end itemize
diff --git a/doc/glibc-functions/mkostemp.texi 
b/doc/glibc-functions/mkostemp.texi
index 6acede7..50843f9 100644
--- a/doc/glibc-functions/mkostemp.texi
+++ b/doc/glibc-functions/mkostemp.texi
@@ -7,8 +7,9 @@ mkostemp
 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.5, mingw, Interix 3.5, BeOS.
 @end itemize

 Portability problems not fixed by Gnulib:
diff --git a/doc/glibc-functions/mkostemps.texi 
b/doc/glibc-functions/mkostemps.texi
index eacb7f3..29f2df5 100644
--- a/doc/glibc-functions/mkostemps.texi
+++ b/doc/glibc-functions/mkostemps.texi
@@ -7,8 +7,9 @@ mkostemps
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This function is missing on all non-glibc platforms:
-glibc 2.10, 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:
+glibc 2.10, 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.5, mingw, Interix 
3.5, BeOS.
 @end itemize

 Portability problems not fixed by Gnulib:
diff --git a/doc/posix-functions/feclearexcept.texi 
b/doc/posix-functions/feclearexcept.texi
index 4d5ad9a..7d3bbfe 100644
--- a/doc/posix-functions/feclearexcept.texi
+++ b/doc/posix-functions/feclearexcept.texi
@@ -14,5 +14,6 @@ feclearexcept
 @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, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fegetenv.texi 
b/doc/posix-functions/fegetenv.texi
index fe47c43..ad31b5b 100644
--- a/doc/posix-functions/fegetenv.texi
+++ b/doc/posix-functions/fegetenv.texi
@@ -14,5 +14,6 @@ fegetenv
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX
+6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fegetexceptflag.texi 
b/doc/posix-functions/fegetexceptflag.texi
index b8176e9..ad34a98 100644
--- a/doc/posix-functions/fegetexceptflag.texi
+++ b/doc/posix-functions/fegetexceptflag.texi
@@ -14,5 +14,6 @@ fegetexceptflag
 @itemize
 @item
 This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 9, 
Cygwin, Interix 3.5.
+FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1,
+Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fegetround.texi 
b/doc/posix-functions/fegetround.texi
index 8c350d7..ec910bb 100644
--- a/doc/posix-functions/fegetround.texi
+++ b/doc/posix-functions/fegetround.texi
@@ -14,5 +14,6 @@ fegetround
 @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, IRIX 6.5, Solaris 
9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/feholdexcept.texi 
b/doc/posix-functions/feholdexcept.texi
index 343c07e..83a7bf2 100644
--- a/doc/posix-functions/feholdexcept.texi
+++ b/doc/posix-functions/feholdexcept.texi
@@ -14,5 +14,6 @@ feholdexcept
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX
+6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/feraiseexcept.texi 
b/doc/posix-functions/feraiseexcept.texi
index f9a811d..bfa921e 100644
--- a/doc/posix-functions/feraiseexcept.texi
+++ b/doc/posix-functions/feraiseexcept.texi
@@ -14,5 +14,6 @@ feraiseexcept
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX
+6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fesetenv.texi 
b/doc/posix-functions/fesetenv.texi
index 4d544d7..a27cdc5 100644
--- a/doc/posix-functions/fesetenv.texi
+++ b/doc/posix-functions/fesetenv.texi
@@ -14,5 +14,6 @@ fesetenv
 @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, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fesetexceptflag.texi 
b/doc/posix-functions/fesetexceptflag.texi
index 2080b8c..b1e8de1 100644
--- a/doc/posix-functions/fesetexceptflag.texi
+++ b/doc/posix-functions/fesetexceptflag.texi
@@ -14,5 +14,6 @@ fesetexceptflag
 @itemize
 @item
 This function is missing on some platforms:
-FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 
9, Cygwin, Interix 3.5.
+FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1,
+Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fesetround.texi 
b/doc/posix-functions/fesetround.texi
index c2167cd..8c02519 100644
--- a/doc/posix-functions/fesetround.texi
+++ b/doc/posix-functions/fesetround.texi
@@ -14,5 +14,6 @@ fesetround
 @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, IRIX 6.5, Solaris 
9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/fetestexcept.texi 
b/doc/posix-functions/fetestexcept.texi
index 9e7c3cd..8132030 100644
--- a/doc/posix-functions/fetestexcept.texi
+++ b/doc/posix-functions/fetestexcept.texi
@@ -14,5 +14,6 @@ fetestexcept
 @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, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5,
+OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-functions/feupdateenv.texi 
b/doc/posix-functions/feupdateenv.texi
index 9223033..130a9c2 100644
--- a/doc/posix-functions/feupdateenv.texi
+++ b/doc/posix-functions/feupdateenv.texi
@@ -14,5 +14,6 @@ feupdateenv
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 
5.1, Solaris 9, Cygwin, Interix 3.5.
+MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX
+6.5, OSF/1 5.1, Solaris 9, Cygwin 1.7.7, Interix 3.5.
 @end itemize
diff --git a/doc/posix-headers/fenv.texi b/doc/posix-headers/fenv.texi
index d414cf8..97f1a84 100644
--- a/doc/posix-headers/fenv.texi
+++ b/doc/posix-headers/fenv.texi
@@ -13,6 +13,6 @@ fenv.h
 @itemize
 @item
 This header file is missing on some platforms:
-FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin,
-Interix 3.5, BeOS.
+FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, IRIX 6.5, OSF/1 5.1,
+Cygwin 1.7.7, Interix 3.5, BeOS.
 @end itemize
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]