summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-12 20:20:02 +0100
committerBruno Haible <bruno@clisp.org>2011-02-12 20:20:02 +0100
commitaa887f85e12926ab87c37991447f7ded7d08a43b (patch)
treeb3678b59de4e46f7bd3e86edbfb00a32534ef093 /doc
parenta8803658e85d3b0be6ca0806d58e6bccbeb67c70 (diff)
downloadgnulib-aa887f85e12926ab87c37991447f7ded7d08a43b.tar.gz
mbsrtowcs: Work around bug on native Windows.
* m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Require gt_LOCALE_FR. Test against mingw bug. * doc/posix-functions/mbsrtowcs.texi: Document mingw bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/mbsrtowcs.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/mbsrtowcs.texi b/doc/posix-functions/mbsrtowcs.texi
index d2f7cc5346..7bd2cbda33 100644
--- a/doc/posix-functions/mbsrtowcs.texi
+++ b/doc/posix-functions/mbsrtowcs.texi
@@ -14,6 +14,9 @@ HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
@item
This function does not work on some platforms:
HP-UX 11, Solaris 11 2010-11.
+@item
+This function does not work when the first argument is NULL on some platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib: