X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsetlocale.texi;h=6806f0b4623903c78e8b29ccb896ebec451d77cd;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=26676f111935c41244047ee9ca9bfd8e9964fff2;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/setlocale.texi b/doc/posix-functions/setlocale.texi index 26676f111..6806f0b46 100644 --- a/doc/posix-functions/setlocale.texi +++ b/doc/posix-functions/setlocale.texi @@ -2,7 +2,7 @@ @section @code{setlocale} @findex setlocale -POSIX specification: @url{http://www.opengroup.org/susv3xsh/setlocale.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setlocale.html} Gnulib module: --- @@ -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