AIX has the same problem regarding wchar_t. Document it. 2008-12-21 Bruno Haible <br...@clisp.org>
Update doc for AIX. * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a 16-bit wchar_t type. * doc/posix-functions/btowc.texi: Likewise. * doc/posix-functions/fgetwc.texi: Likewise. * doc/posix-functions/fgetws.texi: Likewise. * doc/posix-functions/fputwc.texi: Likewise. * doc/posix-functions/fputws.texi: Likewise. * doc/posix-functions/fwide.texi: Likewise. * doc/posix-functions/fwprintf.texi: Likewise. * doc/posix-functions/fwscanf.texi: Likewise. * doc/posix-functions/getwchar.texi: Likewise. * doc/posix-functions/getwc.texi: Likewise. * doc/posix-functions/iswalnum.texi: Likewise. * doc/posix-functions/iswalpha.texi: Likewise. * doc/posix-functions/iswblank.texi: Likewise. * doc/posix-functions/iswcntrl.texi: Likewise. * doc/posix-functions/iswctype.texi: Likewise. * doc/posix-functions/iswdigit.texi: Likewise. * doc/posix-functions/iswgraph.texi: Likewise. * doc/posix-functions/iswlower.texi: Likewise. * doc/posix-functions/iswprint.texi: Likewise. * doc/posix-functions/iswpunct.texi: Likewise. * doc/posix-functions/iswspace.texi: Likewise. * doc/posix-functions/iswupper.texi: Likewise. * doc/posix-functions/iswxdigit.texi: Likewise. * doc/posix-functions/mbrtowc.texi: Likewise. * doc/posix-functions/mbsrtowcs.texi: Likewise. * doc/posix-functions/mbstowcs.texi: Likewise. * doc/posix-functions/mbtowc.texi: Likewise. * doc/posix-functions/putwchar.texi: Likewise. * doc/posix-functions/putwc.texi: Likewise. * doc/posix-functions/swprintf.texi: Likewise. * doc/posix-functions/tolower.texi: Likewise. * doc/posix-functions/toupper.texi: Likewise. * doc/posix-functions/towctrans.texi: Likewise. * doc/posix-functions/ungetwc.texi: Likewise. * doc/posix-functions/vswprintf.texi: Likewise. * doc/posix-functions/wcrtomb.texi: Likewise. * doc/posix-functions/wcscat.texi: Likewise. * doc/posix-functions/wcschr.texi: Likewise. * doc/posix-functions/wcscmp.texi: Likewise. * doc/posix-functions/wcscoll.texi: Likewise. * doc/posix-functions/wcscpy.texi: Likewise. * doc/posix-functions/wcscspn.texi: Likewise. * doc/posix-functions/wcsftime.texi: Likewise. * doc/posix-functions/wcslen.texi: Likewise. * doc/posix-functions/wcsncat.texi: Likewise. * doc/posix-functions/wcsncmp.texi: Likewise. * doc/posix-functions/wcsncpy.texi: Likewise. * doc/posix-functions/wcspbrk.texi: Likewise. * doc/posix-functions/wcsrchr.texi: Likewise. * doc/posix-functions/wcsrtombs.texi: Likewise. * doc/posix-functions/wcsspn.texi: Likewise. * doc/posix-functions/wcsstr.texi: Likewise. * doc/posix-functions/wcstod.texi: Likewise. * doc/posix-functions/wcstof.texi: Likewise. * doc/posix-functions/wcstoimax.texi: Likewise. * doc/posix-functions/wcstok.texi: Likewise. * doc/posix-functions/wcstold.texi: Likewise. * doc/posix-functions/wcstoll.texi: Likewise. * doc/posix-functions/wcstol.texi: Likewise. * doc/posix-functions/wcstombs.texi: Likewise. * doc/posix-functions/wcstoull.texi: Likewise. * doc/posix-functions/wcstoul.texi: Likewise. * doc/posix-functions/wcstoumax.texi: Likewise. * doc/posix-functions/wcswidth.texi: Likewise. * doc/posix-functions/wcsxfrm.texi: Likewise. * doc/posix-functions/wctob.texi: Likewise. * doc/posix-functions/wctomb.texi: Likewise. * doc/posix-functions/wctrans.texi: Likewise. * doc/posix-functions/wctype.texi: Likewise. * doc/posix-functions/wcwidth.texi: Likewise. * doc/posix-functions/wmemchr.texi: Likewise. * doc/posix-functions/wmemcmp.texi: Likewise. * doc/posix-functions/wmemcpy.texi: Likewise. * doc/posix-functions/wmemmove.texi: Likewise. * doc/posix-functions/wmemset.texi: Likewise. * doc/posix-functions/wprintf.texi: Likewise. * doc/posix-functions/wscanf.texi: Likewise. --- doc/pastposix-functions/wcswcs.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/pastposix-functions/wcswcs.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,7 +16,7 @@ This function is missing on some platforms: MacOS X 10.3, FreeBSD 6.0, IRIX 5.3, Solaris 2.5.1, Cygwin, mingw, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item This function is marked as ``legacy'' in POSIX. Better use @code{wcsstr} --- doc/posix-functions/btowc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/btowc.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fgetwc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fgetwc.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fgetws.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fgetws.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fputwc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fputwc.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fputws.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fputws.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fwide.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fwide.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,7 +16,7 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item @code{fwide} is not guaranteed to be able to change a file stream's mode --- doc/posix-functions/fwprintf.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fwprintf.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/fwscanf.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/fwscanf.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/getwc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/getwc.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/getwchar.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/getwchar.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswalnum.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswalnum.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswalpha.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswalpha.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswblank.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswblank.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ This function is missing on some platforms: AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswcntrl.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswcntrl.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswctype.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswctype.texi 2008-12-21 13:21:01.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswdigit.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswdigit.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswgraph.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswgraph.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswlower.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswlower.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswprint.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswprint.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswpunct.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswpunct.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswspace.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswspace.texi 2008-12-21 13:21:01.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswupper.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswupper.texi 2008-12-21 13:21:02.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/iswxdigit.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/iswxdigit.texi 2008-12-21 13:21:02.000000000 +0100 @@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/mbrtowc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/mbrtowc.texi 2008-12-21 13:21:02.000000000 +0100 @@ -32,6 +32,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/mbsrtowcs.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/mbsrtowcs.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item The specification is not clear about whether this function should update the --- doc/posix-functions/mbstowcs.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/mbstowcs.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/mbtowc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/mbtowc.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/putwc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/putwc.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/putwchar.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/putwchar.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/swprintf.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/swprintf.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,7 +16,7 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item On Windows, this function does not take a buffer size as second argument. --- doc/posix-functions/tolower.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/tolower.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/toupper.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/toupper.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/towctrans.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/towctrans.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/ungetwc.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/ungetwc.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/vswprintf.texi.orig 2008-12-21 13:24:21.000000000 +0100 +++ doc/posix-functions/vswprintf.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,7 +16,7 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @item On Windows, this function does not take a buffer size as second argument. --- doc/posix-functions/wcrtomb.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcrtomb.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcscat.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcscat.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcschr.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcschr.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcscmp.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcscmp.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcscoll.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcscoll.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcscpy.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcscpy.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcscspn.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcscspn.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsftime.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsftime.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: OpenBSD 3.8, IRIX 5.3, Solaris 2.5.1, Cygwin, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcslen.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcslen.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsncat.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsncat.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsncmp.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsncmp.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsncpy.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsncpy.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcspbrk.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcspbrk.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsrchr.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsrchr.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsrtombs.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsrtombs.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsspn.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsspn.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsstr.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsstr.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 5.3, Solaris 2.6. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstod.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstod.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstof.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstof.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstoimax.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstoimax.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstok.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstok.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstol.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstol.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstold.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstold.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 4.0, Solaris 9, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstoll.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstoll.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstombs.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstombs.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstoul.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstoul.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstoull.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstoull.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11, IRIX 5.3, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcstoumax.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcstoumax.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcswidth.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcswidth.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: OpenBSD 3.8, IRIX 5.3, Solaris 2.5.1, mingw, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcsxfrm.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcsxfrm.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, Cygwin. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wctob.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wctob.texi 2008-12-21 13:21:02.000000000 +0100 @@ -22,6 +22,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wctomb.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wctomb.texi 2008-12-21 13:21:02.000000000 +0100 @@ -13,6 +13,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wctrans.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wctrans.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wctype.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wctype.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1, mingw. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wcwidth.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wcwidth.texi 2008-12-21 13:21:02.000000000 +0100 @@ -20,6 +20,6 @@ Portability problems not fixed by Gnulib: @itemize @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wmemchr.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wmemchr.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wmemcmp.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wmemcmp.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wmemcpy.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wmemcpy.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wmemmove.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wmemmove.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wmemset.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wmemset.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wprintf.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wprintf.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize --- doc/posix-functions/wscanf.texi.orig 2008-12-21 13:24:22.000000000 +0100 +++ doc/posix-functions/wscanf.texi 2008-12-21 13:21:02.000000000 +0100 @@ -16,6 +16,6 @@ This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize