summaryrefslogtreecommitdiff
path: root/lib/tempname.c
AgeCommit message (Collapse)Author
2001-12-02Don't declare getenv, thus reverting the change of 2001-11-18.Jim Meyering
It's no longer necessary, now that stdlib.h is always included.
2001-11-27Include stdlib.h unconditionally. On some old systems for whichJim Meyering
STDC_HEADERS is 0, it was not included, resulting in a warning about an integer-to-pointer conversion problem with getenv.
2001-11-27Merge with version from libc.Jim Meyering
2001-11-19(TMP_MAX): Remove; no longer needed.Jim Meyering
(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).
2001-11-18[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.Jim Meyering
2001-03-16(uint64_t): Define to uintmax_t ifJim Meyering
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.
2001-03-02from GNU libcJim Meyering