|
9043dbff
|
2001-09-28T19:37:38
|
|
* xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
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.
|
|
8eb7b03b
|
2001-09-20T14:41:43
|
|
(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax.
|
|
46ad541f
|
2001-08-31T10:18:21
|
|
(jm_AC_PREREQ_XSTRTOUMAX):
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.
|
|
bb14fb0e
|
2001-08-26T07:19:43
|
|
bump serial number
|
|
84764482
|
2001-08-26T07:19:28
|
|
Add comments explaining why we AC_REPLACE_FUNCS(strtol).
|
|
ee76465a
|
2001-08-12T13:26:00
|
|
Quote the first argument in each use of AC_DEFUN.
|
|
3fbade56
|
2000-12-06T11:06:39
|
|
Check for strtol. Mainly as a cue to cause automake to include
strtol.c -- that file is included by each of strtoul.c and strtoull.c.
Check for limits.h -- strtol.c needs it.
|
|
cc27b89a
|
2000-12-06T10:52:28
|
|
Check for declarations of strtoul and strtoull.
|
|
0381e0bc
|
2000-12-06T10:26:51
|
|
separate conditions for strtoul and strtoull
|
|
d6fd498a
|
2000-12-06T09:55:03
|
|
*** empty log message ***
|
|
38fbb60b
|
2000-12-06T09:35:40
|
|
(jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
strtoull, we may well need the replacement strtoul, too.
|
|
55cbf245
|
2000-07-14T21:17:51
|
|
(jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
|
|
59485dfa
|
1999-08-01T09:05:17
|
|
(jm_AC_PREREQ_XSTRTOUMAX): Check whether
<inttypes.h> defines strtoumax as a macro (and not as a
function).
|
|
d0323184
|
1999-04-21T04:14:59
|
|
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
|
|
3932f7da
|
1999-04-21T04:00:38
|
|
Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
Replace xstroull if necessary.
|
|
23a921a8
|
1999-04-19T02:53:36
|
|
*** empty log message ***
|