X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmbtowc.texi;h=2359480be775e346e007628f91438eb3c071acba;hb=fdd1b511c5c12912aae79b58e0c5f6ffa0492d6e;hp=c8961c85300a30f0429c1fbc234cbed6b57b6167;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/mbtowc.texi b/doc/posix-functions/mbtowc.texi index c8961c853..2359480be 100644 --- a/doc/posix-functions/mbtowc.texi +++ b/doc/posix-functions/mbtowc.texi @@ -2,9 +2,9 @@ @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: --- +Gnulib module: mbtowc Portability problems fixed by Gnulib: @itemize @@ -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