]> diplodocus.org Git - nmh/history - sbr/fmt_new.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / fmt_new.c
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
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.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-26 David LevineAdded free_fs(), corresponding to new_fs().
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision