summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-14 09:19:12 +0200
committerBruno Haible <bruno@clisp.org>2018-10-14 09:34:51 +0200
commitd213558062609296c620d9bf48b92f012953a4bd (patch)
treee010cc3ead8d3619770961f291a4ac065bafeccc /doc
parentf4dda9f5c203b49b68633b7b410f7b70e77997f4 (diff)
downloadgnulib-d213558062609296c620d9bf48b92f012953a4bd.tar.gz
mbsnrtowcs: Work around Solaris 11.4 bug.
* m4/mbsnrtowcs.m4 (gl_MBSNRTOWCS_WORKS_IN_TRADITIONAL_LOCALE): New macro. (gl_FUNC_MBSNRTOWCS): Invoke it. * doc/posix-functions/mbsnrtowcs.texi: Mention the Solaris bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/mbsnrtowcs.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/mbsnrtowcs.texi b/doc/posix-functions/mbsnrtowcs.texi
index d2e5ce0343..cba6d63ab6 100644
--- a/doc/posix-functions/mbsnrtowcs.texi
+++ b/doc/posix-functions/mbsnrtowcs.texi
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
@item
This function is missing on some platforms:
Mac OS X 10.3, FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin 1.5.x, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
+@item
+This function produces invalid wide characters on some platforms:
+Solaris 11.4.
@end itemize
Portability problems not fixed by Gnulib: