doc: mention more functions added in cygwin 1.7.0
authorEric Blake <ebb9@byu.net>
Thu, 13 Aug 2009 20:21:43 +0000 (14:21 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 15 Aug 2009 01:22:17 +0000 (19:22 -0600)
* doc/posix-headers/limits.texi (limits.h): Update for recent
cygwin additions.
* doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
* doc/posix-functions/wordexp.texi (wordexp): Likewise.
* doc/posix-functions/wordfree.texi (wordfree): Likewise.
* doc/posix-functions/setlocale.texi (setlocale): Likewise.
* doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-functions/nl_langinfo.texi
doc/posix-functions/setlocale.texi
doc/posix-functions/wordexp.texi
doc/posix-functions/wordfree.texi
doc/posix-headers/limits.texi
doc/posix-headers/wordexp.texi

index ebcee4119489510ac4d2669357ed93caa208f2ea..626400a792cf525c97e82257cfc58956b105f78c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-08-14  Eric Blake  <ebb9@byu.net>
+
+       doc: mention more functions added in cygwin 1.7.0
+       * doc/posix-headers/limits.texi (limits.h): Update for recent
+       cygwin additions.
+       * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
+       * doc/posix-functions/wordexp.texi (wordexp): Likewise.
+       * doc/posix-functions/wordfree.texi (wordfree): Likewise.
+       * doc/posix-functions/setlocale.texi (setlocale): Likewise.
+       * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
+
 2009-08-14  Eric Blake  <ebb9@byu.net>
 
        maint.mk: simplify update-copyright rule
index 9fd56229e4b1a788b08fffa68058f7bfcd8e7c7b..9c066ce67b4e0b3c78906fa89f66eecc620db730 100644 (file)
@@ -19,6 +19,9 @@ mingw, BeOS.
 Some older versions of glibc had @code{nl_langinfo} but not the @code{CODESET}
 macro.
 @item
-On Cygwin, which doesn't have locales, @code{nl_langinfo(CODESET)} always
+On Cygwin 1.5.x, which doesn't have locales, @code{nl_langinfo(CODESET)} always
 returns @code{"US-ASCII"}.
+
+@item
+On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
 @end itemize
index f1c3736ce53587fcf1cb9f650274e40bb196cce2..6806f0b4623903c78e8b29ccb896ebec451d77cd 100644 (file)
@@ -13,6 +13,9 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-On Cygwin, which doesn't have locales, @code{setlocale(LC_ALL,NULL)} always
-returns @code{"C"}.
+On Cygwin 1.5.x, which doesn't have locales,
+@code{setlocale(LC_ALL,NULL)} always returns @code{"C"}.
+
+@item
+On Cygwin 1.7.0, only the charset portion of a locale designation is honored.
 @end itemize
index 93491536b80a5c235b28d05a5a7cb311e056e770..67539eafabcdaef0f000d41a961ed381ac466281 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
 @end itemize
index 9b715777220bb95e9de0288417266102d174dc9d..af46fa4714a0882d52d6694ed7405c232c465d28 100644 (file)
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin, mingw, Interix 3.5, BeOS.
+MacOS X 10.3, OpenBSD 3.8, IRIX 5.3, Cygwin 1.5.x, mingw, Interix 3.5, BeOS.
 @end itemize
index 21b53bba80b1a9fe9f3e816f4682c67153cc35b3..f7e280fbbef8b6729785e1d990127122580fd8fc 100644 (file)
@@ -8,7 +8,8 @@ Gnulib module: gethostname
 Portability problems fixed by Gnulib:
 @itemize
 The @code{HOST_NAME_MAX} macro is not defined 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, 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.5.x, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 2c862b0ba0af8af80a844aab976912ef4d7d423f..891c5d923e260ef9d2e4a8ab31a5cfcd02fab84b 100644 (file)
@@ -13,5 +13,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This header file 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.5.x, mingw, Interix 3.5, BeOS.
 @end itemize