add free_field as standard for struct field
[mmh] / uip / rcvdist.c
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkeConvert rcvdist and repl from m_getfld() to m_getfld2()
2015-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-09-06 Philipp Takacsreplaced calloc with 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-02-22 Philipp Takacsnonstatic function for atexit, check if atexit fails
2015-01-16 Philipp TakacsReplace done with exit at uip
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeDon't require a length for switch prefixes without...
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-22 markus schnalkeCall spost directly, not via postproc. Remove the postp...
2012-03-21 markus schnalkeRework in dist tools: removed -file switch; don't fork...
2012-02-10 markus schnalkeRemoved `-format string' switches but made -form accept...
2012-02-09 markus schnalkeAugmented new_fs() with an additional argument for...
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-01-28 markus schnalkeRemoved the -width switch from send, spost and repl.
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
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...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
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-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision