changeset 10928:ae4a7d0b5e51

Update for HP-UX 11.11.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Dec 2008 12:33:42 +0100
parents d95b547d4655
children a4794db249f8
files ChangeLog doc/posix-functions/btowc.texi doc/posix-functions/fwide.texi doc/posix-functions/fwprintf.texi doc/posix-functions/fwscanf.texi doc/posix-functions/inet_ntop.texi doc/posix-functions/inet_pton.texi doc/posix-functions/mbrlen.texi doc/posix-functions/mbrtowc.texi doc/posix-functions/mbsinit.texi doc/posix-functions/mbsrtowcs.texi doc/posix-functions/swprintf.texi doc/posix-functions/swscanf.texi doc/posix-functions/towctrans.texi doc/posix-functions/vfwprintf.texi doc/posix-functions/vswprintf.texi doc/posix-functions/vwprintf.texi doc/posix-functions/wcrtomb.texi doc/posix-functions/wcsrtombs.texi doc/posix-functions/wcsstr.texi doc/posix-functions/wctob.texi doc/posix-functions/wctrans.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
diffstat 29 files changed, 61 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2008-12-21  Bruno Haible  <bruno@clisp.org>
+
+	Update 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.
+	* doc/posix-functions/fwprintf.texi: Likewise.
+	* doc/posix-functions/fwscanf.texi: Likewise.
+	* doc/posix-functions/inet_ntop.texi: Likewise.
+	* doc/posix-functions/inet_pton.texi: Likewise.
+	* doc/posix-functions/mbrlen.texi: Likewise.
+	* doc/posix-functions/mbrtowc.texi: Likewise.
+	* doc/posix-functions/mbsinit.texi: Likewise.
+	* doc/posix-functions/mbsrtowcs.texi: Likewise.
+	* doc/posix-functions/swprintf.texi: Likewise.
+	* doc/posix-functions/swscanf.texi: Likewise.
+	* doc/posix-functions/towctrans.texi: Likewise.
+	* doc/posix-functions/vfwprintf.texi: Likewise.
+	* doc/posix-functions/vswprintf.texi: Likewise.
+	* doc/posix-functions/vwprintf.texi: Likewise.
+	* doc/posix-functions/wcrtomb.texi: Likewise.
+	* doc/posix-functions/wcsrtombs.texi: Likewise.
+	* doc/posix-functions/wcsstr.texi: Likewise.
+	* doc/posix-functions/wctob.texi: Likewise.
+	* doc/posix-functions/wctrans.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>
 
 	Work around a portability problem.
--- a/doc/posix-functions/btowc.texi
+++ b/doc/posix-functions/btowc.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
+HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/fwide.texi
+++ b/doc/posix-functions/fwide.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/fwprintf.texi
+++ b/doc/posix-functions/fwprintf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/fwscanf.texi
+++ b/doc/posix-functions/fwscanf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/inet_ntop.texi
+++ b/doc/posix-functions/inet_ntop.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
+HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/inet_pton.texi
+++ b/doc/posix-functions/inet_pton.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
+HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/mbrlen.texi
+++ b/doc/posix-functions/mbrlen.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
+HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/mbrtowc.texi
+++ b/doc/posix-functions/mbrtowc.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
+HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
 @item
 This function does not put the state into non-initial state when parsing an
 incomplete multibyte character on some platforms:
--- a/doc/posix-functions/mbsinit.texi
+++ b/doc/posix-functions/mbsinit.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+HP-UX 11.00, IRIX 6.5, Solaris 2.6, Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/mbsrtowcs.texi
+++ b/doc/posix-functions/mbsrtowcs.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
+HP-UX 11.00, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
--- a/doc/posix-functions/swprintf.texi
+++ b/doc/posix-functions/swprintf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/swscanf.texi
+++ b/doc/posix-functions/swscanf.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
 @end itemize
--- a/doc/posix-functions/towctrans.texi
+++ b/doc/posix-functions/towctrans.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/vfwprintf.texi
+++ b/doc/posix-functions/vfwprintf.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
 @end itemize
--- a/doc/posix-functions/vswprintf.texi
+++ b/doc/posix-functions/vswprintf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/vwprintf.texi
+++ b/doc/posix-functions/vwprintf.texi
@@ -14,5 +14,5 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+NetBSD 3.0, OpenBSD 3.8, HP-UX 11.00, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
 @end itemize
--- a/doc/posix-functions/wcrtomb.texi
+++ b/doc/posix-functions/wcrtomb.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wcsrtombs.texi
+++ b/doc/posix-functions/wcsrtombs.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, mingw, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wcsstr.texi
+++ b/doc/posix-functions/wcsstr.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.6.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wctob.texi
+++ b/doc/posix-functions/wctob.texi
@@ -10,7 +10,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
+HP-UX 11.00, IRIX 5.3, Solaris 2.6, mingw, Interix 3.5.
 @item
 This function does not work on some platforms:
 Solaris 9.
--- a/doc/posix-functions/wctrans.texi
+++ b/doc/posix-functions/wctrans.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.5.1, mingw, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wmemchr.texi
+++ b/doc/posix-functions/wmemchr.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wmemcmp.texi
+++ b/doc/posix-functions/wmemcmp.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wmemcpy.texi
+++ b/doc/posix-functions/wmemcpy.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wmemmove.texi
+++ b/doc/posix-functions/wmemmove.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wmemset.texi
+++ b/doc/posix-functions/wmemset.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wprintf.texi
+++ b/doc/posix-functions/wprintf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.
--- a/doc/posix-functions/wscanf.texi
+++ b/doc/posix-functions/wscanf.texi
@@ -14,7 +14,7 @@
 @itemize
 @item
 This function is missing on some platforms:
-NetBSD 3.0, OpenBSD 3.8, HP-UX 11, IRIX 6.5, Solaris 2.6, Cygwin, Interix 3.5, BeOS.
+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
 accommodate all Unicode characters.