X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsetlocale.texi;h=f722df004d9b84727a057f43c5f1ac7814aca498;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=f1c3736ce53587fcf1cb9f650274e40bb196cce2;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/setlocale.texi b/doc/posix-functions/setlocale.texi index f1c3736ce..f722df004 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/onlinepubs/9699919799/functions/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