summaryrefslogtreecommitdiff
path: root/lib/clean-temp.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* 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
| | | | | | * clean-temp.c (includes): Pull in headers according to what other modules are in use. (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
* 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