lib/clean-temp.c


Log

Author Commit Date CI Message
Bruno Haible 90988ede 2007-06-09T11:11:14 Update after allocsa -> malloca renaming.
Bruno Haible e062ed7a 2007-03-16T00:30:06 Allow the use of a destructor for the values stored in the list.
Bruno Haible aa450ef4 2007-02-18T15:42:40 mkdtemp.h is replaced with <stdlib.h>.
Bruno Haible c33ce489 2007-02-16T02:58:04 Make use of _O_TEMPORARY on native Woe32 platforms.
Bruno Haible 854ebf64 2007-01-14T11:32:10 New module 'fchdir'.
Bruno Haible 7c6d5072 2006-11-06T13:03:10 Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Bruno Haible 20668199 2006-10-31T19:18:54 Make it compile in C++ mode.
Bruno Haible d4dbda64 2006-10-17T12:47:49 Avoid a gcc warning.
Bruno Haible 9779c750 2006-10-07T15:09:14 Comment changes.
Eric Blake 1e875448 2006-10-06T23:13:53 * clean-temp.h (close_stream_temp): New declaration. * clean-temp.c (includes): Pull in headers according to what other modules are in use. (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
Bruno Haible 05477f4d 2006-10-06T21:37:28 Return an error indicator.
Bruno Haible 0bf9d2e4 2006-10-06T21:20:20 Provide a fallback for PATH_MAX.
Bruno Haible bd63935b 2006-10-06T12:17:22 Have clean-temp register file open descriptors to temporary files.
Bruno Haible 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Bruno Haible 0a622660 2006-07-24T16:45:17 New module 'clean-temp'.