summaryrefslogtreecommitdiff
path: root/doc/posix-functions/wcscoll_l.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
committerBruno Haible <bruno@clisp.org>2017-10-12 23:18:12 +0200
commitd00ddf69fbd36a8159030682d6c1153448ff6f30 (patch)
treea136a7a97cf848dc78f229e0d1919eb00e7ff87f /doc/posix-functions/wcscoll_l.texi
parent2464dbce67a0693b5fbe21cd5588bc1f21b8ff25 (diff)
downloadgnulib-d00ddf69fbd36a8159030682d6c1153448ff6f30.tar.gz
doc: Update for Solaris 11.3.
* doc/**/*.texi: For bugs that exist in both Solaris 11.0 and 11.3, mention Solaris 11.3. * m4/log2.m4: Fix comments. * m4/log2f.m4: Likewise. * m4/printf.m4: Update comments. * m4/rename.m4: Likewise. * m4/strncat.m4: Likewise.
Diffstat (limited to 'doc/posix-functions/wcscoll_l.texi')
-rw-r--r--doc/posix-functions/wcscoll_l.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/wcscoll_l.texi b/doc/posix-functions/wcscoll_l.texi
index abb03629e1..6cbd6e9e42 100644
--- a/doc/posix-functions/wcscoll_l.texi
+++ b/doc/posix-functions/wcscoll_l.texi
@@ -14,7 +14,7 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on many platforms:
-Mac OS 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.0, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+Mac OS 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.3, Cygwin, mingw, MSVC 14, 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.