log lib/tempname.c @ 17363:5a51fb7777a9

age author description
Mon, 04 Feb 2013 18:36:06 -0800 Paul Eggert tempname: use secure_getenv
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 10 Jun 2012 21:49:59 +0200 Jim Meyering maint.mk: prohibit common grammar error: "all these"
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Mon, 28 Nov 2011 01:09:32 +0100 Bruno Haible Remove unused macros from !_LIBC code in glibc-borrowed files.
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 02 Nov 2009 13:19:27 -0700 Eric Blake tempname: resync from glibc
Sun, 23 Aug 2009 14:11:27 +0200 Bruno Haible New module 'mkostemp'.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Thu, 18 Jan 2007 08:33:34 +0000 Paul Eggert * MODULES.html.sh (Support for systems lacking POSIX:2001): New
Thu, 09 Nov 2006 18:49:46 +0000 Eric Blake * lib/tempname.c (gen_tempname): Remove variant that invokes
Fri, 27 Oct 2006 13:51:23 +0000 Eric Blake * MODULES.html.sh: Document tempname.
Wed, 20 Sep 2006 18:38:14 +0000 Paul Eggert * tempname.c (__gen_tempname): Change attempts_min
Wed, 13 Sep 2006 22:38:14 +0000 Paul Eggert * _fpending.c: Include <config.h> unconditionally, since we no
Mon, 21 Aug 2006 06:11:26 +0000 Paul Eggert Add and change modules to make it easier for coreutils to use
Thu, 25 May 2006 21:55:35 +0000 Paul Eggert * tempname.c (small_open, large_open): New macros.
Fri, 23 Sep 2005 04:15:13 +0000 Paul Eggert Sync from coreutils.
Mon, 19 Sep 2005 17:28:14 +0000 Paul Eggert Use a consistent style for including <config.h>.
Sat, 02 Jul 2005 09:45:07 +0000 Jim Meyering Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
Thu, 02 Jun 2005 20:41:04 +0000 Paul Eggert Sync from coreutils.
Sat, 14 May 2005 06:03:57 +0000 Paul Eggert *** empty log message ***
Mon, 02 May 2005 07:00:50 +0000 Paul Eggert Merge from coreutils.
Fri, 12 Sep 2003 18:24:51 +0000 Paul Eggert Remove K&R cruft.
Thu, 29 May 2003 07:21:59 +0000 Paul Eggert in lib:
Mon, 06 Jan 2003 12:38:36 +0000 Bruno Haible More consistent inttypes.h / stdint.h handling.
Mon, 25 Nov 2002 00:17:33 +0000 Karl Berry change license to gpl.
Sun, 02 Dec 2001 19:59:39 +0000 Jim Meyering Don't declare getenv, thus reverting the change of 2001-11-18.
Tue, 27 Nov 2001 12:55:16 +0000 Jim Meyering Include stdlib.h unconditionally. On some old systems for which
Tue, 27 Nov 2001 12:54:58 +0000 Jim Meyering Merge with version from libc.
Mon, 19 Nov 2001 11:06:32 +0000 Jim Meyering (TMP_MAX): Remove; no longer needed.
Sun, 18 Nov 2001 10:54:42 +0000 Jim Meyering [!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.
Fri, 16 Mar 2001 12:02:22 +0000 Jim Meyering (uint64_t): Define to uintmax_t if
Fri, 02 Mar 2001 03:12:47 +0000 Jim Meyering from GNU libc