summaryrefslogtreecommitdiffstats
path: root/tempfile.c
AgeCommit message (Expand)AuthorLines
2017-02-17tempfile: set errno to a known value before calling ferror()Jeff King-2/+7
2017-02-16tempfile: avoid "ferror | fclose" trickJeff King-6/+2
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen-1/+6
2015-08-10register_tempfile(): new function to handle an existing temporary fileMichael Haggerty-0/+8
2015-08-10tempfile: add several functions for creating temporary filesMichael Haggerty-0/+53
2015-08-10prepare_tempfile_object(): new function, extracted from create_tempfile()Michael Haggerty-7/+13
2015-08-10tempfile: a new module for handling temporary filesMichael Haggerty-0/+238