# HG changeset patch # User Bruno Haible # Date 1314920362 -7200 # Node ID a52b485186f60759a11bb765beb106b23167393b # Parent 420f45741b92bf6dba7edf20e75aeb6b5a2d7b34 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/doc/posix-functions/strtoimax.texi b/doc/posix-functions/strtoimax.texi --- 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 diff --git a/doc/posix-functions/strtoumax.texi b/doc/posix-functions/strtoumax.texi --- 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