summaryrefslogtreecommitdiffstats
path: root/tempfile.c
Commit message (Expand)AuthorAgeFilesLines
* tempfile: set errno to a known value before calling ferror()Jeff King2017-02-171-2/+7
* tempfile: avoid "ferror | fclose" trickJeff King2017-02-161-6/+2
* mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-231-1/+6
* register_tempfile(): new function to handle an existing temporary fileMichael Haggerty2015-08-101-0/+8
* tempfile: add several functions for creating temporary filesMichael Haggerty2015-08-101-0/+53
* prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty2015-08-101-7/+13
* tempfile: a new module for handling temporary filesMichael Haggerty2015-08-101-0/+238