]> diplodocus.org Git - nmh/history - uip/mhbuild.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhbuild.c
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-26 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-25 David LevineMerge remote-tracking branch 'origin' into smtputf8
2016-09-24 David LevineRenamed mhbuild -headerencoding 8bit to utf-8.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-23 David LevineAdded SMTPUTF8 (RFC 6531) support:
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2014-05-08 Paul Foxeliminate use of fgets() in mhbuild.c
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-21 David LevineReplaced use of m_mktemp() with m_mktemp2() so that...
2014-01-20 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-11-08 Ken HornsteinFix handling of -headerencoding switch.
2013-10-31 Ken HornsteinSupport the -headerencoding switch to select the header...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-04 Ken HornsteinRemove support for -ebcdicsafe/-noebcdicsafe switches...
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-07 David LevineRemoved the following environment variables, deprecated...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-05-31 Paul FoxImplement the following changes:
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
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