Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-06 | Check for strtol. Mainly as a cue to cause automake to include | Jim 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-06 | Check for declarations of strtoul and strtoull. | Jim Meyering | |
2000-12-06 | separate conditions for strtoul and strtoull | Jim Meyering | |
2000-12-06 | *** empty log message *** | Jim Meyering | |
2000-12-06 | (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement | Jim 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 whether | Jim 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-21 | Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | Jim Meyering | |
Replace xstroull if necessary. | |||
1999-04-19 | *** empty log message *** | Jim Meyering | |