]> diplodocus.org Git - nmh/history - sbr/m_mktemp.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / m_mktemp.c
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Create with missing prototypes.
2017-05-15 Ralph CorderoySpecify function parameters in prototypes, mainly void.
2017-05-15 Ralph CorderoyUse `void' in prototypes for functions with no parameters.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2014-02-04 David LevineReordered a bit of code in signal handler. Noted in...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-01-26 David LevineNo longer look at TMP environment variable for temporar...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-22 David LevineExpose get_temp_dir().
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-01-11 Ken HornsteinFix two errors in the conversion to m_mktemp2():
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-06 Earl HoodFixed variable declaration so older compilers will...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...