regex_internal.h: define __attribute_warn_unused_result__
[gnulib.git] / doc / posix-functions / setlocale.texi
index 26676f1..6806f0b 100644 (file)
@@ -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