]> diplodocus.org Git - nmh/history - sbr/folder_delmsgs.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / folder_delmsgs.c
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2014-03-07 David LevineFixed a few very minor issues that cppcheck noticed.
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().
2013-03-24 Ken HornsteinChange folder_delmsgs() to save context and sequence...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-30 Ken HornsteinMore changes to use argsplit() for helper programs.
2012-11-27 Paul FoxArtificial argv limits.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2004-10-12 Jon SteinhartFixed bug that was producing an incorrect path for...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision