changeset 15558:a52b485186f6

strtoimax, strtoumax: Document problem on HP-UX 11. * doc/posix-functions/strtoimax.texi: Mention HP-UX 11.11 problem. * doc/posix-functions/strtoumax.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 02 Sep 2011 01:39:22 +0200
parents 420f45741b92
children 045f9cdabfe3
files ChangeLog doc/posix-functions/strtoimax.texi doc/posix-functions/strtoumax.texi
diffstat 3 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-01  Bruno Haible  <bruno@clisp.org>
+
+	strtoimax, strtoumax: Document problem on HP-UX 11.
+	* doc/posix-functions/strtoimax.texi: Mention HP-UX 11.11 problem.
+	* doc/posix-functions/strtoumax.texi: Likewise.
+
 2011-09-01  Bruno Haible  <bruno@clisp.org>
 
 	strtoumax: Avoid link error on OSF/1 with DTK cc.
--- a/doc/posix-functions/strtoimax.texi
+++ b/doc/posix-functions/strtoimax.texi
@@ -15,4 +15,7 @@
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function is only defined as a macro on some platforms:
+HP-UX 11.11.
 @end itemize
--- a/doc/posix-functions/strtoumax.texi
+++ b/doc/posix-functions/strtoumax.texi
@@ -15,4 +15,7 @@
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function is only defined as a macro on some platforms:
+HP-UX 11.11.
 @end itemize