summaryrefslogtreecommitdiff
path: root/m4/xstrtoumax.m4
AgeCommit message (Collapse)Author
2001-09-28* xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):Jim Meyering
Check for strtoul and strtoumax, as those declarations are made even in the signed case. * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, for strtol and strtoimax.
2001-09-20(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax.Jim Meyering
2001-08-31(jm_AC_PREREQ_XSTRTOUMAX):Jim Meyering
Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG since they are needed to parse the include file even if we need only xstrtoumax. Simplify logic behind the args to AC_REPLACE.
2001-08-26bump serial numberJim Meyering
2001-08-26Add comments explaining why we AC_REPLACE_FUNCS(strtol).Jim Meyering
2001-08-12Quote the first argument in each use of AC_DEFUN.Jim Meyering
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