]> diplodocus.org Git - nmh/history - uip/mkstemp.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / mkstemp.c
2017-08-28 Ralph CorderoyMake functions with no external callers by name static.
2017-08-26 Ralph CorderoyAdd gcc's alloc_size function attribute.
2017-08-26 David LevineChanged failure exit status of mkstemp(1) from 255...
2017-05-15 Ralph Corderoyh/utils.h: Move in nmh_init() prototype from h/prototyp...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2014-03-15 David LevineFixed some of the issues noted by clang --analyze with
2014-03-07 David LevineFixed a few very minor issues that cppcheck noticed.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-03 David LevineAdded mkstemp(1), wrapper around mkstemp(3)/mkstemps...