Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-17 | tempfile: set errno to a known value before calling ferror() | Jeff King | 1 | -2/+7 |
2017-02-16 | tempfile: avoid "ferror | fclose" trick | Jeff King | 1 | -6/+2 |
2016-08-23 | mingw: ensure temporary file handles are not inherited by child processes | Ben Wijen | 1 | -1/+6 |
2015-08-10 | register_tempfile(): new function to handle an existing temporary file | Michael Haggerty | 1 | -0/+8 |
2015-08-10 | tempfile: add several functions for creating temporary files | Michael Haggerty | 1 | -0/+53 |
2015-08-10 | prepare_tempfile_object(): new function, extracted from create_tempfile() | Michael Haggerty | 1 | -7/+13 |
2015-08-10 | tempfile: a new module for handling temporary files | Michael Haggerty | 1 | -0/+238 |