Add %(unmailto) format function for List-Post headers
[mmh] / sbr / fmt_compile.c
2016-09-06 markus schnalkeAdd %(unmailto) format function for List-Post headers
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2016-03-25 m@mmmmarascio.xyzremove unnecessary casts
2015-09-06 Philipp Takacsinclude h/utils.h
2015-09-06 David LevineAdded mh_xcalloc().
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-01-14 markus schnalkeCleanup of code layout only
2012-04-11 markus schnalkeRemoved #ifdef lint.
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeAdd some comments to the format compiler and engine.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-02-08 markus schnalkeRemoved unnecessary prototypes.
2012-01-25 markus schnalkeRemoved LBL compile condition (format: addtoseq).
2012-01-05 markus schnalkeRemoved the non-LOCALE character code and the #ifdefs...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-08-03 Peter MaydellAdd protective 'do { ... } while (0)' wrappers to multi...
2008-08-03 Peter MaydellWhen doing an if-test on the result of a function which...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdated sbr functions to include <h/tws.h> instead...
2000-04-09 Doug Morrisbug fix - prevents core-dumping on scan -format '1'
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-04-30 Doug MorrisInitial revision