Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | |
2003-08-17 | Sync with gnulib. | Jim Meyering | |
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-26 | bump serial number | Jim Meyering | |
2001-08-26 | Add comments explaining why we AC_REPLACE_FUNCS(strtol). | Jim Meyering | |
2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | |
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 | |