]> diplodocus.org Git - nmh/history - sbr/mf.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / mf.c
2017-08-20 Ralph Corderoysbr/mf.c: Simplify logic, ditching endless for-loops...
2017-08-20 Ralph Corderoysbr/mf.c: Remove QUOTE macro, use its '\\' definition...
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-13 Ralph Corderoysbr/mf.c: Rename path to routepath to avoid h/mh.h...
2017-05-09 Ralph Corderoysbr/mf.c: Simplify isat(); it's /^ at /i.
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-22 Ralph Corderoysbr/mf.c: Remove unused functions: isfrom, lequal,...
2017-04-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet toupper()'s parameter.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2013-07-02 David LevineAdded unsigned char cast of char argument to isascii...
2013-07-01 Ken HornsteinReject email addresses which contain 8-bit characters.
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-04-21 David LevineReplaced calls to static getcpy() in mf.c with calls...
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-13 Peter MaydellFix buffer overrun in address parsing code (would only...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.