lib/tempname.c


Log

Author Commit Date CI Message
Bruno Haible 511a4370 2003-01-06T12:38:36 More consistent inttypes.h / stdint.h handling.
Karl Berry b7476078 2002-11-25T00:17:33 change license to gpl.
Jim Meyering 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.
Jim Meyering 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.
Jim Meyering 6ff0c2a6 2001-11-27T12:54:58 Merge with version from libc.
Jim Meyering 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).
Jim Meyering 85169d25 2001-11-18T10:54:42 [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.
Jim Meyering 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.
Jim Meyering 0fdb952b 2001-03-02T03:12:47 from GNU libc