1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-functions/strtoimax.texi
Bruno Haible 0b030ddbec 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.
2012-01-05 18:47:38 +01:00

25 lines
610 B
Plaintext

@node strtoimax
@section @code{strtoimax}
@findex strtoimax
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtoimax.html}
Gnulib module: strtoimax
Portability problems fixed by Gnulib:
@itemize
@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:
@itemize
@item
This function is only defined as a macro on some platforms:
HP-UX 11.11.
@end itemize