No need to define the month and day names a second time
[mmh] / uip / whom.c
2016-05-08 Philipp Takacsdon't warn if lenerr is ignored
2016-05-01 Philipp Takacsbetter error handling
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-10-25 markus schnalkeAdd DCC support into whom
2015-05-02 Philipp Takacsbugfix for a memory-reuse bug spost and whom
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-16 Philipp TakacsReplace done with exit at uip
2014-11-20 markus schnalkeFixed a possible uninitialized variable access.
2012-07-07 markus schnalkewhom: Suppress the separator if no hidden rcpts are...
2012-07-06 markus schnalkeRe-added whom(1). This implementation is written from...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-04 markus schnalkeRemoved TLS support. We don't need it anymore as we...
2011-10-04 markus schnalkeRemoved SASL support. We don't need it anymore because...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
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 HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision