summaryrefslogtreecommitdiff
path: root/doc/posix-functions/strtoimax.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-01-05 18:47:38 +0100
committerBruno Haible <bruno@clisp.org>2012-01-05 18:47:38 +0100
commit0b030ddbeca588c1ba13653c6c926348a98f57c6 (patch)
treeee64be2b921e16e500c71f0ea4ee2a174da53fe7 /doc/posix-functions/strtoimax.texi
parent051f3f4e306c6f6ede3da2729ef666fd3edb3d68 (diff)
downloadgnulib-0b030ddbeca588c1ba13653c6c926348a98f57c6.tar.gz
strtoimax: Work around AIX 5.1 bug.
* lib/inttypes.in.h (strtoimax): Allow overriding the system's definition. * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Check against the AIX 5.1 bug. Set HAVE_STRTOIMAX. * m4/inttypes.m4 (gl_INTTYPES_H_DEFAULTS): Initialize REPLACE_STRTOIMAX. * modules/inttypes-incomplete (Makefile.am): Substitute REPLACE_STRTOIMAX. * modules/strtoimax (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4. (configure.ac): Test HAVE_STRTOIMAX, REPLACE_STRTOIMAX. (Depends-on): Update conditions. * tests/test-strtoimax.c (main): Add tests for large values. * doc/posix-functions/strtoimax.texi: Mention the AIX 5.1 bug.
Diffstat (limited to 'doc/posix-functions/strtoimax.texi')
-rw-r--r--doc/posix-functions/strtoimax.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/strtoimax.texi b/doc/posix-functions/strtoimax.texi
index 00779718bf..7a15c6831c 100644
--- a/doc/posix-functions/strtoimax.texi
+++ b/doc/posix-functions/strtoimax.texi
@@ -11,6 +11,9 @@ Portability problems fixed by Gnulib:
@item
This function is missing on some platforms:
OpenBSD 3.8, Minix 3.1.8, AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, MSVC 9, Interix 3.5.
+@item
+This function fails on valid input strings on some platforms:
+AIX 5.1.
@end itemize
Portability problems not fixed by Gnulib: