From d1fa59e00fd51d96f8b946f01dde859275d84569 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 2 Sep 2011 01:39:22 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ doc/posix-functions/strtoimax.texi | 3 +++ doc/posix-functions/strtoumax.texi | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d23b2c41c..5f8369e9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-09-01 Bruno Haible + 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 + strtoumax: Avoid link error on OSF/1 with DTK cc. * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Always test whether strtoumax is defined as a function. diff --git a/doc/posix-functions/strtoimax.texi b/doc/posix-functions/strtoimax.texi index db68ded38..3c26b33a5 100644 --- a/doc/posix-functions/strtoimax.texi +++ b/doc/posix-functions/strtoimax.texi @@ -15,4 +15,7 @@ OpenBSD 3.8, Minix 3.1.8, AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5 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 diff --git a/doc/posix-functions/strtoumax.texi b/doc/posix-functions/strtoumax.texi index 4bd4b57d9..9a8097d6b 100644 --- a/doc/posix-functions/strtoumax.texi +++ b/doc/posix-functions/strtoumax.texi @@ -15,4 +15,7 @@ OpenBSD 3.8, Minix 3.1.8, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 9, Interix 3.5. 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 -- 2.11.0