]> diplodocus.org Git - nmh/history - sbr/m_mktemp.c
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr / m_mktemp.c
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...