diff options
author | Bruno Haible <bruno@clisp.org> | 2008-12-14 19:08:31 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-12-14 19:10:34 +0100 |
commit | e2bc86f63c5d0d0e940c2af05c4681bfc22e27bd (patch) | |
tree | ffd502808ce941540d63ba13f7a6f75c229f6f2b /doc/posix-functions/newlocale.texi | |
parent | 943ae74f655c15b4c7bef0b1285cf353bf076f7c (diff) | |
download | gnulib-e2bc86f63c5d0d0e940c2af05c4681bfc22e27bd.tar.gz |
Move documentation for glibc functions that are now in POSIX.
Diffstat (limited to 'doc/posix-functions/newlocale.texi')
-rw-r--r-- | doc/posix-functions/newlocale.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/posix-functions/newlocale.texi b/doc/posix-functions/newlocale.texi new file mode 100644 index 0000000000..458e26218c --- /dev/null +++ b/doc/posix-functions/newlocale.texi @@ -0,0 +1,18 @@ +@node newlocale +@section @code{newlocale} +@findex newlocale + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/newlocale.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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. +@end itemize |