aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempname.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-319/+0
2006-05-25(small_open, large_open): New macros.Paul Eggert1-5/+7
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-07-02Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.Jim Meyering1-3/+1
2005-07-01Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,Jim Meyering1-3/+1
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert1-3/+3
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-04-29(S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.Paul Eggert1-25/+2
2003-09-13Update from gnulib.Jim Meyering1-5/+1
2003-08-18Sync with gnulib.Jim Meyering1-1/+1
2003-06-06Include <stddef.h> unconditionally.Jim Meyering1-3/+7
2002-12-01Update from gnulib (trivial changes).Jim Meyering1-13/+14
2001-12-02Don't declare getenv, thus reverting the change of 2001-11-18.Jim Meyering1-7/+0
2001-11-27Include stdlib.h unconditionally. On some old systems for whichJim Meyering1-1/+2
2001-11-27Merge with version from libc.Jim Meyering1-17/+50
2001-11-19(TMP_MAX): Remove; no longer needed.Jim Meyering1-5/+8
2001-11-18[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.Jim Meyering1-1/+8
2001-03-16(uint64_t): Define to uintmax_t ifJim Meyering1-0/+9
2001-03-02from GNU libcJim Meyering1-0/+297