Fix spelling and encoding errors in manpages and an error message
[mmh] / uip / mhbuild.c
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-11-10 markus schnalkeNo error-checking for error-checking alloc functions
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-10-21 markus schnalkeCoding style adjustments for nmh-imported code
2015-10-10 Philipp Takacsporte encode_rfc2047 from nmh
2015-09-06 Philipp Takacsreplaced calloc with mh_xcalloc
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-03-11 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-22 Philipp Takacsnonstatic function for atexit, check if atexit fails
2015-01-16 Philipp TakacsReplace done with exit at uip
2014-09-24 markus schnalkemhbuild: Transfer-encode MIME parts of type application...
2013-05-27 markus schnalkemhbuild: Don't fail if one attaches an rfc822 message...
2012-06-28 markus schnalkeCompletely removed the backup-prefix (,). We move to...
2012-06-28 markus schnalkemhbuild: Fixed order of file names in error messages.
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-05-01 markus schnalkemhbuild: Removed -contentid switch, which was an Outloo...
2012-05-01 markus schnalkemhbuild: Don't list anything (removed -list and -header).
2012-05-01 markus schnalkemhbuild: Removed -rfc934mode switch, which is only...
2012-05-01 markus schnalkemhbuild: Removed the -ebcdicsafe switch.
2012-05-01 markus schnalkemhlist, mhbuild: Always evaluate realsizes of the MIME...
2012-04-12 markus schnalkemhshow/mhstore: Removed support for retrieving message...
2012-04-12 markus schnalkemhbuild: Removed support for creating message/external...
2012-04-11 markus schnalkeRemove caching of external MIME parts.
2012-04-11 markus schnalkeRemoved RFC 1864 (Content-MD5) support. I.e. -check...
2012-03-27 markus schnalkeFixed `mhbuild -check': use the correct file.
2012-03-27 markus schnalkeCompletely remove the use of TIME_WITH_SYS_TIME.
2012-03-26 markus schnalkeClean up process wait to use POSIX waitpid() interface.
2012-03-24 markus schnalkeIn-sourced copyip() and could make the code simpler.
2012-03-22 markus schnalkeMerged mhbuildsbr.c into mhbuild.c, cause it is not...
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
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-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
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-01-31 David LevineAdded -nocontentid (and -contentid, for symmetry) switc...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
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-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision