|
511a4370
|
2003-01-06T12:38:36
|
|
More consistent inttypes.h / stdint.h handling.
|
|
b7476078
|
2002-11-25T00:17:33
|
|
change license to gpl.
|
|
54929b7d
|
2001-12-02T19:59:39
|
|
Don't declare getenv, thus reverting the change of 2001-11-18.
It's no longer necessary, now that stdlib.h is always included.
|
|
edbd1556
|
2001-11-27T12:55:16
|
|
Include stdlib.h unconditionally. On some old systems for which
STDC_HEADERS is 0, it was not included, resulting in a warning
about an integer-to-pointer conversion problem with getenv.
|
|
6ff0c2a6
|
2001-11-27T12:54:58
|
|
Merge with version from libc.
|
|
2128f6f3
|
2001-11-19T11:06:32
|
|
(TMP_MAX): Remove; no longer needed.
(TEMPORARIES): New macro.
(__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This
removes an artificial limitation (e.g. HP-UX 10.20, where
TMP_MAX is 17576).
|
|
85169d25
|
2001-11-18T10:54:42
|
|
[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.
|
|
9b10f770
|
2001-03-16T12:02:22
|
|
(uint64_t): Define to uintmax_t if
not defined, and if UINT64_MAX is not defined.
Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
Reported by John David Anglin.
|
|
0fdb952b
|
2001-03-02T03:12:47
|
|
from GNU libc
|