Mention that AIX has a crippled wchar_t type.
authorBruno Haible <bruno@clisp.org>
Sun, 21 Dec 2008 12:26:10 +0000 (13:26 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Dec 2008 12:26:10 +0000 (13:26 +0100)
79 files changed:
ChangeLog
doc/pastposix-functions/wcswcs.texi
doc/posix-functions/btowc.texi
doc/posix-functions/fgetwc.texi
doc/posix-functions/fgetws.texi
doc/posix-functions/fputwc.texi
doc/posix-functions/fputws.texi
doc/posix-functions/fwide.texi
doc/posix-functions/fwprintf.texi
doc/posix-functions/fwscanf.texi
doc/posix-functions/getwc.texi
doc/posix-functions/getwchar.texi
doc/posix-functions/iswalnum.texi
doc/posix-functions/iswalpha.texi
doc/posix-functions/iswblank.texi
doc/posix-functions/iswcntrl.texi
doc/posix-functions/iswctype.texi
doc/posix-functions/iswdigit.texi
doc/posix-functions/iswgraph.texi
doc/posix-functions/iswlower.texi
doc/posix-functions/iswprint.texi
doc/posix-functions/iswpunct.texi
doc/posix-functions/iswspace.texi
doc/posix-functions/iswupper.texi
doc/posix-functions/iswxdigit.texi
doc/posix-functions/mbrtowc.texi
doc/posix-functions/mbsrtowcs.texi
doc/posix-functions/mbstowcs.texi
doc/posix-functions/mbtowc.texi
doc/posix-functions/putwc.texi
doc/posix-functions/putwchar.texi
doc/posix-functions/swprintf.texi
doc/posix-functions/tolower.texi
doc/posix-functions/toupper.texi
doc/posix-functions/towctrans.texi
doc/posix-functions/ungetwc.texi
doc/posix-functions/vswprintf.texi
doc/posix-functions/wcrtomb.texi
doc/posix-functions/wcscat.texi
doc/posix-functions/wcschr.texi
doc/posix-functions/wcscmp.texi
doc/posix-functions/wcscoll.texi
doc/posix-functions/wcscpy.texi
doc/posix-functions/wcscspn.texi
doc/posix-functions/wcsftime.texi
doc/posix-functions/wcslen.texi
doc/posix-functions/wcsncat.texi
doc/posix-functions/wcsncmp.texi
doc/posix-functions/wcsncpy.texi
doc/posix-functions/wcspbrk.texi
doc/posix-functions/wcsrchr.texi
doc/posix-functions/wcsrtombs.texi
doc/posix-functions/wcsspn.texi
doc/posix-functions/wcsstr.texi
doc/posix-functions/wcstod.texi
doc/posix-functions/wcstof.texi
doc/posix-functions/wcstoimax.texi
doc/posix-functions/wcstok.texi
doc/posix-functions/wcstol.texi
doc/posix-functions/wcstold.texi
doc/posix-functions/wcstoll.texi
doc/posix-functions/wcstombs.texi
doc/posix-functions/wcstoul.texi
doc/posix-functions/wcstoull.texi
doc/posix-functions/wcstoumax.texi
doc/posix-functions/wcswidth.texi
doc/posix-functions/wcsxfrm.texi
doc/posix-functions/wctob.texi
doc/posix-functions/wctomb.texi
doc/posix-functions/wctrans.texi
doc/posix-functions/wctype.texi
doc/posix-functions/wcwidth.texi
doc/posix-functions/wmemchr.texi
doc/posix-functions/wmemcmp.texi
doc/posix-functions/wmemcpy.texi
doc/posix-functions/wmemmove.texi
doc/posix-functions/wmemset.texi
doc/posix-functions/wprintf.texi
doc/posix-functions/wscanf.texi

index 27317b8ebe8bcf2685a6ba76fd2f340fe4822a17..004e31499e2de781c44394246b2a271b755cb447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,89 @@
 2008-12-21  Bruno Haible  <bruno@clisp.org>
 
-       Update for HP-UX 11.11.
+       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.
+
+2008-12-21  Bruno Haible  <bruno@clisp.org>
+
+       Update doc for HP-UX 11.11.
        * doc/posix-functions/btowc.texi: Clarify that the function is missing
        in HP-UX version 11.00, not in all versions of HP-UX 11.
        * doc/posix-functions/fwide.texi: Likewise.
index a318ecfc12d1c0dc56f7da667c6305e620248eae..d34432e25cdaced3003a760e4652f54833a1d464 100644 (file)
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
 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}
index 2f768b450f383a5a7fd8b0683b6527fae44630cc..e54b29e5c52144773723d7ce25a1fe94f6b134b8 100644 (file)
@@ -16,6 +16,6 @@ HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
 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
index eec880a76be20aec38561d765260060e2c69a021..ad3502184ebcaaaa52c7efc0c13d99a6ab19db9a 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 56a4fa5650cff6077e759c6a5081d5541880a8c2..5de0d7302613c04fac33451dedb43c839718e2a8 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index da5c459f84637f1fda7a8834e3667db1f47c590e..4b5c60e2c5ecacbc84c68e20846fc4671d52fe4e 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index bd32c0d5a9ae055823068e597302b1268c7b0fcd..c6c69cd379b1ba72a9dcb3bd0c41341387f9edc0 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 334adcb99306f80fa5f17b8860893e0ff62ffd5f..d2600d3d1cf0405f67674f11db14a51f08598a2f 100644 (file)
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
 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
index 0cc6f6d8c807a5e92cf94a2eb118b3d5fe74b2dd..f782b58fbf5953efc886542182846bf592a30e3d 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 2d3f7b5ed1d33f74dcadb36deb0fbe6c1d09ce4e..5ae8bdec7c82440e1733e1831e1538e8fa26cf82 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index ac38da876e90b776e6ad04d395c022b2948a864f..9c705725e3a9f75da9954de5af2c32ff7c2df01d 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index cf961db9356d5498a3bbfd5dcb0f972ec0cdbbc1..1cca4e8495afc737451311c2608bfc183c3f79c5 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 720e05eb8ee2918d582de64fe24d8ff53679916a..a90adb949a865ae1a278350bb149c5ba2a1b7d09 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index ba87747d8f6d72eab90b53ce8463784e43ac5baf..197fbf3b0f77a858206aa38860049bf739bbf0b1 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 03ee4e9a7fbce63e09c010b2e39bbe504cfaa588..e8ea1bea547ae364fd7a44ff4714e6c1ccb83877 100644 (file)
@@ -19,6 +19,6 @@ Portability problems not fixed by Gnulib:
 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
index 00722b0e2fa562ba4da033e532f831144d3d8fab..ed4a8fef0a853d90d56abc9f70262b3f000272b0 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 035f9c2591e3ec512bb5250d543b3b1dc4d1f25a..156a26f5a47c0f7ef2610c2831db3e0a6ada2237 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 51729638cd92b9606fb00d77dd170cc114585242..8dccb42c888d4039eaaf2bb9c9045e689b195e42 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 3d6f6fbff8e1113121a1420c1247de30d7285907..f7dfb6699f73f13df90113fc1a7d2cef7f158c9a 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 68921704643b88b878d8fd606bbc3837c6537b9d..910b1180725abc584c7bb0625d52b93140c02af9 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 3dd641ad4bd5db067499287099b0b1483aebecbb..50d58e3bc5cbbfe3f6bc454e62f9b4518d5a3f8b 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 983bc4dc06376685729c1966511a964141189772..899dfc5628f226a194b015237b98ea05e926eb3c 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 401cba4b2f93f240ce2effad87146e05b4c07798..fb89382f1d8ed19ee1596139b1413466aba4e890 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 420556f3735557b95c8027321a86a7ba01f2992d..ee3588e00d792f6ab84f9ede188fca454454431f 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index 8ee368d9fa60b5c8df70e603d128bbbdd2899fd6..acdb2f0cb65ab64e63da7b931591d4da02855f36 100644 (file)
@@ -19,6 +19,6 @@ Linux libc5.
 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
index f9ab83601e5e05fd2c04201939a513ce7ec4ad26..df8c59b3dece841da4ecc86a39380695d890b612 100644 (file)
@@ -32,6 +32,6 @@ Solaris 9.
 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
index e3b02b1743687b4dfce6d770c463297aef1d3681..e201c672250401040c4b2babd90eecc58449b49e 100644 (file)
@@ -16,7 +16,7 @@ HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
 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
index 192358a8b026ab082ca309cd3681fe4ee7194ad1..00e0cacddf5d7f2be8d40bb8faec29bbd57eb2a5 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 68284ce11710ee37e7f8e2513beafb715e046e9d..c655dec58c99c812fee65656a3f35a9f4932f50a 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 6d66d566abff69913cc4adb10d3733d3fe6ca0dc..cca79df2139edc963e65b57e094d70ef280365c5 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index c3476334ce83b276bdaf1d2a141161f04959bd70..17443ff4f1d089524a1119df82a68e61e99e90de 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index b40b317fd1f5de28b020b9c0ce30344244d1bf5f..5a2dd6a7499aa6397bd4aa8c655b6e362d7faf73 100644 (file)
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
 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.
index 1974e74f5bab6871e05e514b23a45f5ef2991821..994ca333212f04edebc6be938bae4b9bcda7786c 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 25f6b8a68c950c9be2a1baeda0a5ea9d2f2534d5..cbe34abbf58c8f75a5223e7dcd29281a7439fc7a 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 4562312ab0543812053bca589b5726b4e5917544..ffda8cd77dc26f6958cb6efc61c35bcaef6e33de 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index bcda75d70a605b30afd2cad4a2afe6df12900e13..9c67ea72ea82f3b44de1ad690795c2cdf78875be 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index e271fbd97d0c1d4bf4f7fede5f6b26c60fdb77a5..4b57ff34217c677d7ef3faab830853822f6848c1 100644 (file)
@@ -16,7 +16,7 @@ Portability problems not fixed by Gnulib:
 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.
index 43420e2b221110ab92320568e65c8a966d746e39..7d39a03e99c9ae803a5918818dae88fff2fa28dc 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 2f49ebdb781faef2029f9c1528c5f99625e240fe..6a3188bf943e18dbe91ceb9100359e5da1ac7262 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 11860311be55ef9592ddd8ad4c9354566ed6f11b..a823dfa40a04ac2f76eb994ded0803b3f3237b3a 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index c071756c494bf51ac2a1c28fa33eb677177825af..8161645adc238f5b6f3437e58a7e2fbc2b62ed0c 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index d7f3d63781a2c2904d596fc28e3fe233729296d3..c1af0073643a2543a9835f330b583ded706049dd 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 6dc1637112e6328bc14bba054c54270860192f65..d529e918d2527dc5d0a08f6f553d1850f3849b23 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 49e62225fd76763b77e4ed3813628cb21e2dc0a1..56ddda52d20e2b9d813f6b8a73e6f07798566b3b 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index bb4ac901e2d294a5ab617def751863a318247a12..0fb8a437b24bc365b487e51ecc1664274faf9836 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 327fcdebe35f2957298438ff89ef25788161a618..d679ee8b704acb92520616d2ab039fd7322befb3 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index d52bb2be0c9893918ed33344822ed920ebdbcefe..236dc6cb4abf9777040b558afcf53a83ed8a19a4 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index c8b81ab73c22ad25608b2112279ee14b6a2fd597..7d606c0d161860538cd047c24f74219b2c5993c7 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 09eb275eecc449b8d6e3c9fc5a18174abdb2a6ac..b23d2c779507c030ae85114d667935bcec55cd8d 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index f9209adcd679270814907082b0cfb00e26107597..9464beda86952b892ba97dfb0a8d36c3135e37a0 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index d286cd5db379529f53754037843c7db2e819a79c..95e295c238634f68f32671811af9a61123690a62 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 557b3410c854903bb4589e399e9c8c5d4b6f062a..315c9950bc8ce945823da093ce544862e422ebdf 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 83becc9e5ef362f1f65671ae7a2b5670d8a8ca97..bf6aeb29ea7ef8e4ad5b6a567b98f673d0bc6107 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 1f66964f08e07e2c3a66138fffbafe9629111baf..fab4008ad336aff81e8b75646849c85aafe7cd9a 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 84d84876bac0c1fa6de36a010e6dbb7b9f14aa1b..42d56bb4d83f44a48417367e27e98b8eb8a362ad 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 7a008eccfdd534f4926bf52368be711b05e5308a..69ce2d7612ae7a016525d87f0fdc31480c654911 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 18cede0b99dadef60fbf20360a61a79bdad26a1f..c09eed1ffe9026f168d537d48522d0c3c7a6f76b 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index d527dc0ba860c76aa7e94940f30b79022e11ff1d..0d1ed6a5e90b7f292030beef83e12562790d5f77 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 0f073ef0027ccb0a29a151cdd278f287417dde37..4d8f9e2144a818eb3a73de9045e445b0d9cfce77 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 1316acd07b5dd26d00a73e38974c768cc97b993e..d57ed5289a0ba4d9c4e577adf519ad8eb7028bd0 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 865db5ba6fcf2f80c1579617a3c24422f1dd137a..a90161b204753b6a9b4e9ec4faa47d41bf2f94f3 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 7a7e72175eb3d4f28955ffe14512284137799653..c65d55d127de530dac24eafe9da58b3807985c55 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index d3ac0e06361f0bdfa342df1f02307f656d5ac9a3..c8e239e971b66241834ffe4f4fb55c843bd91fdd 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 9d5e72ab3d06cec0174066216d52c19ae2efb145..239f6cf3de4d1f268b50fa52298580d4fd80bafb 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index e74a0a5a114dba164bf6f09c0af4019916f54deb..1eb90b3dac5e96260daffe5d3c729f86da01742c 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 1d8beec69706d24aaa30d8757b4db6e08409dd52..7972f996f14af3504ad8437c3c001bbeb854a00a 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 973217d54ddc97463f4bbef2ec38aa224d2adab6..d1cf3857baa8880e3cf44f8438a0fd0fbb53871d 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 39fb44eb2291cca550157b49e53716e1dcc85c34..ea99ddd0a745733a2b1395985a3fb2c10c025d3a 100644 (file)
@@ -22,6 +22,6 @@ IRIX 6.5.
 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
index 5566f8bfee9ccc5bff6138aafd8bef9f338ddd2f..880dbfbb8ef1d9a5f4842eff3e6f9b5986881ae0 100644 (file)
@@ -13,6 +13,6 @@ 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
+On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @end itemize
index 7c54100d21ef24797c4366a73d49a60a028fe8c4..dc28dfeb8079585c1c1a3d23cc96b822aead6662 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 2041f104e78d340549797830f439d056c9648d6b..f921a905e59ceb1a5f4bd38fce66a7c138c0cde0 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 2bb64c88dbfa8129bf7ebfad5bbbd1ce355f4538..1bf58b75b54f189d13a9acf5ce7bfb56543d520a 100644 (file)
@@ -20,6 +20,6 @@ MacOS X 10.3.
 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
index abf459567b772470fbc15843d50a19b60fa31a1b..32a3baf2e14debfd1e1a2c657f3083cc67f9969c 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 567eb883230737888e0156b9d51952d5d506791b..b133eeec0c299cf3b59808bdd8a191dd2da8f665 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 3bf36e7d0224c732f5a6616a583f24b6744b688f..96ac46d023e79b715d663a170b5b995078d6c7f6 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 27ca3bd915ce7d14fede3ca02c345d7463ebbd01..6114d3205bcbcd1983b8ed09d6b30b7cf26a0daa 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index a3cf4067d39390b28ea2e04c2b841deb8a6ce4a8..b6266eac7227d2e0d555c46cd68d20a432a4cd54 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index 9a35c760a4b82a5f7648e766d92052d392389c78..80f1f334065c2b40d55021e54c9381f1976bb778 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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
index e672e0389022d5c8447e86f7df74ee20c7c1cdcc..1d8e891c97c08435c98a3eb972bc8a46173092bd 100644 (file)
@@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib:
 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