Mercurial > hg > octave-kai > gnulib-hg
view doc/posix-functions/setlocale.texi @ 11837:6cda9cf68778
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.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Thu, 13 Aug 2009 14:21:43 -0600 |
parents | c83dc7e8df57 |
children | bb0ceefd22dc |
line wrap: on
line source
@node setlocale @section @code{setlocale} @findex setlocale POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setlocale.html} Gnulib module: --- Portability problems fixed by Gnulib: @itemize @end itemize Portability problems not fixed by Gnulib: @itemize @item 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