]> diplodocus.org Git - nmh/history - sbr/context_replace.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / context_replace.c
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
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...
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision