X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmbtowc.texi;h=1e90906c5c64ac5154622271bd729039b32f59a9;hb=80fc442c212439b65a2fba722b17529aba2aa1ae;hp=c8961c85300a30f0429c1fbc234cbed6b57b6167;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/mbtowc.texi b/doc/posix-functions/mbtowc.texi index c8961c853..1e90906c5 100644 --- a/doc/posix-functions/mbtowc.texi +++ b/doc/posix-functions/mbtowc.texi @@ -2,7 +2,7 @@ @section @code{mbtowc} @findex mbtowc -POSIX specification: @url{http://www.opengroup.org/susv3xsh/mbtowc.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbtowc.html} Gnulib module: --- @@ -13,6 +13,9 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +This function accumulates hidden state on some platforms: +glibc 2.8 (see @url{http://sourceware.org/bugzilla/show_bug.cgi?id=9674}). +@item +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize