summaryrefslogtreecommitdiff
path: root/m4/xstrtoumax.m4
AgeCommit message (Collapse)Author
2000-12-06Check for strtol. Mainly as a cue to cause automake to includeJim Meyering
strtol.c -- that file is included by each of strtoul.c and strtoull.c. Check for limits.h -- strtol.c needs it.
2000-12-06Check for declarations of strtoul and strtoull.Jim Meyering
2000-12-06separate conditions for strtoul and strtoullJim Meyering
2000-12-06*** empty log message ***Jim Meyering
2000-12-06(jm_AC_PREREQ_XSTRTOUMAX): If we need the replacementJim Meyering
strtoull, we may well need the replacement strtoul, too.
2000-07-14(jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.Jim Meyering
1999-08-01(jm_AC_PREREQ_XSTRTOUMAX): Check whetherJim Meyering
<inttypes.h> defines strtoumax as a macro (and not as a function).
1999-04-21(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.Jim Meyering
1999-04-21Require jm_AC_TYPE_UNSIGNED_LONG_LONG.Jim Meyering
Replace xstroull if necessary.
1999-04-19*** empty log message ***Jim Meyering