log lib/clean-temp.c @ 40238:3ac749aa0041

age author description
Sat, 16 Mar 2019 22:56:21 +0100 Bruno Haible fatal-signal: Pass the signal number to the action.
Thu, 14 Mar 2019 09:49:24 +0100 Bruno Haible all: Update URLs to msdn.microsoft.com.
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Thu, 03 May 2018 23:09:42 +0200 Bruno Haible Simplify code. Drop support for Borland C++ on Windows.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Thu, 14 Sep 2017 00:35:56 +0200 Bruno Haible all: Replace many more http URLs by https URLs. Update stale URLs.
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Sun, 03 Apr 2016 14:01:43 -0700 Paul Eggert Prefer American spelling for "initialize"
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Thu, 22 May 2014 00:05:01 -0700 Paul Eggert fchdir: port 'open' and 'close' redefinitions to AIX 7.1
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Sun, 29 Jul 2012 00:30:48 +0200 John Darrington clean-temp: Fix memory leak.
Wed, 20 Jun 2012 23:30:48 +0200 John Darrington tmpfile, clean-temp: Fix invocation of GetVersionEx.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Fri, 05 Aug 2011 03:01:01 +0200 Bruno Haible pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.
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, 14 Dec 2009 00:24:41 +0100 Bruno Haible Move the malloc checking from module 'list' to new module 'xlist'.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sat, 09 Jun 2007 11:11:14 +0000 Bruno Haible Update after allocsa -> malloca renaming.
Fri, 16 Mar 2007 00:30:06 +0000 Bruno Haible Allow the use of a destructor for the values stored in the list.
Sun, 18 Feb 2007 15:42:40 +0000 Bruno Haible mkdtemp.h is replaced with <stdlib.h>.
Fri, 16 Feb 2007 02:58:04 +0000 Bruno Haible Make use of _O_TEMPORARY on native Woe32 platforms.
Sun, 14 Jan 2007 11:32:10 +0000 Bruno Haible New module 'fchdir'.
Mon, 06 Nov 2006 13:03:10 +0000 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Tue, 31 Oct 2006 19:18:54 +0000 Bruno Haible Make it compile in C++ mode.
Tue, 17 Oct 2006 12:47:49 +0000 Bruno Haible Avoid a gcc warning.
Sat, 07 Oct 2006 15:09:14 +0000 Bruno Haible Comment changes.
Fri, 06 Oct 2006 23:13:53 +0000 Eric Blake * clean-temp.h (close_stream_temp): New declaration.
Fri, 06 Oct 2006 21:37:28 +0000 Bruno Haible Return an error indicator.
Fri, 06 Oct 2006 21:20:20 +0000 Bruno Haible Provide a fallback for PATH_MAX.
Fri, 06 Oct 2006 12:17:22 +0000 Bruno Haible Have clean-temp register file open descriptors to temporary files.
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Mon, 24 Jul 2006 16:45:17 +0000 Bruno Haible New module 'clean-temp'.