]> diplodocus.org Git - nmh/history - uip/mkstemp.c
fdcompare.c: Move interface to own file.
[nmh] / uip / mkstemp.c
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
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...