summaryrefslogtreecommitdiff
path: root/lib/clean-temp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warnings on 64-bit mode mingw.Bruno Haible2019-04-271-4/+1
* Help making signal handlers more reliable.Bruno Haible2019-03-191-1/+1
* fatal-signal: Pass the signal number to the action.Bruno Haible2019-03-161-2/+2
* all: Update URLs to msdn.microsoft.com.Bruno Haible2019-03-141-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-4/+4
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-2/+2
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Prefer American spelling for "initialize"Paul Eggert2016-04-031-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* fchdir: port 'open' and 'close' redefinitions to AIX 7.1Paul Eggert2014-05-221-7/+0
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* clean-temp: Fix memory leak.John Darrington2012-07-291-1/+4
* tmpfile, clean-temp: Fix invocation of GetVersionEx.John Darrington2012-06-201-0/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* pathmax: Leave PATH_MAX undefined on the Hurd, and a constant otherwise.Bruno Haible2011-08-051-6/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
* Move the malloc checking from module 'list' to new module 'xlist'.Bruno Haible2009-12-141-1/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-104/+104
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Update after allocsa -> malloca renaming.Bruno Haible2007-06-091-6/+6
* Allow the use of a destructor for the values stored in the list.Bruno Haible2007-03-161-3/+6
* mkdtemp.h is replaced with <stdlib.h>.Bruno Haible2007-02-181-1/+0
* Make use of _O_TEMPORARY on native Woe32 platforms.Bruno Haible2007-02-161-4/+64
* New module 'fchdir'.Bruno Haible2007-01-141-0/+7
* Simplify xmalloc expressions. Add overflow check in xmalloc arguments.Bruno Haible2006-11-061-3/+2
* Make it compile in C++ mode.Bruno Haible2006-10-311-10/+10
* Avoid a gcc warning.Bruno Haible2006-10-171-0/+3
* Comment changes.Bruno Haible2006-10-071-2/+2
* * clean-temp.h (close_stream_temp): New declaration.Eric Blake2006-10-061-0/+32
* Return an error indicator.Bruno Haible2006-10-061-22/+48
* Provide a fallback for PATH_MAX.Bruno Haible2006-10-061-0/+9
* Have clean-temp register file open descriptors to temporary files.Bruno Haible2006-10-061-0/+163
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
* New module 'clean-temp'.Bruno Haible2006-07-241-0/+485