diff options
author | Bruno Haible <bruno@clisp.org> | 2011-07-31 14:31:24 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-07-31 14:50:18 +0200 |
commit | ca2c85799ac5e86ba2d93a6b0628648177984e21 (patch) | |
tree | 80899f61a27764653c75ae6bcaa62a8c4056923b /doc/posix-functions/iswupper_l.texi | |
parent | cd19e83484e2c0ff9fd68e7439dd97128c6a2703 (diff) | |
download | gnulib-ca2c85799ac5e86ba2d93a6b0628648177984e21.tar.gz |
Documentation about Minix.
* doc/posix-headers/*.texi: Add info about Minix 3.1.8.
* doc/glibc-headers/*.texi: Likewise.
* doc/posix-functions/*.texi: Likewise.
* doc/glibc-functions/*.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/iswupper_l.texi')
-rw-r--r-- | doc/posix-functions/iswupper_l.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/iswupper_l.texi b/doc/posix-functions/iswupper_l.texi index 499169077b..c2179b2caa 100644 --- a/doc/posix-functions/iswupper_l.texi +++ b/doc/posix-functions/iswupper_l.texi @@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on many platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS. +MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin, mingw, Interix 3.5, BeOS. @item On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. |