From: Bruno Haible Date: Thu, 1 Sep 2011 23:39:22 +0000 (+0200) Subject: strtoimax, strtoumax: Document problem on HP-UX 11. X-Git-Tag: stable/20110908~13 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=e238a25ec275dd0d379d652f968efc7f75533859 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. (cherry picked from commit d1fa59e00fd51d96f8b946f01dde859275d84569) --- diff --git a/ChangeLog b/ChangeLog index 5a5f01d93..0b120018f 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