]> diplodocus.org Git - nmh/history - uip/burst.c
Simplified m_strn() per Ralph's suggestions.
[nmh] / uip / burst.c
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph Corderoyh/mhparse.h: Move mhfree.c's free_content prototype...
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
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.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-21 David LevineReplaced use of m_mktemp() with m_mktemp2() so that...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-08 Ken HornsteinMake burst(1) be able to burst MIME-formatted messages...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-11-29 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-11-29 Paul Foxburst: eliminate use of MAXARGS
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-07 David LevineInitialized local wasdlm to prevent uninitialized use.
2012-03-05 Ken HornsteinFix burst so it actually complies with RFC 934. This...
2012-02-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-28 Ken HornsteinFix bug #1466. It turns out that RFC 934 specifies...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessPreviously contained the code:
1999-04-30 Doug MorrisInitial revision