summaryrefslogtreecommitdiff
path: root/lib/clean-temp.c
Commit message (Expand)AuthorAgeFilesLines
* clean-temp-simple: Remove dependency upon xalloc, xalloc-die, xlist.Bruno Haible2021-03-231-3/+6
* clean-temp-simple: New module.Bruno Haible2021-03-221-374/+19
* fatal-signal: Remove dependency upon xalloc.Bruno Haible2021-03-221-1/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* thread-optim: Export function-like macros only.Bruno Haible2020-08-121-34/+34
* clean-temp: Use module 'thread-optim'.Bruno Haible2020-08-081-23/+42
* clean-temp: Add support for temporary files with given mode.Bruno Haible2020-07-041-3/+28
* clean-temp: Add support for temporary files with unpredictable names.Bruno Haible2020-07-041-4/+33
* clean-temp: Add support for temporary files anywhere in the file system.Bruno Haible2020-07-041-63/+181
* clean-temp: Improve comments.Bruno Haible2020-07-041-2/+15
* clean-temp: Fix last commit.Bruno Haible2020-07-041-0/+2
* clean-temp: Make multithread-safe, part 2.Bruno Haible2020-07-041-77/+226
* clean-temp: Make multithread-safe, part 1.Bruno Haible2020-07-041-0/+50
* clean-temp: Fix wrong errno in error message.Bruno Haible2020-06-281-1/+2
* clean-temp: Don't force deletion of temporary files on native Windows.Bruno Haible2020-06-281-4/+4
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+8
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* 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