]> diplodocus.org Git - nmh/history - uip/fmtdump.c
Escape literal leading full stop in man/new.man.
[nmh] / uip / fmtdump.c
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-19 David LevineRemoved #ifdef FT_PAUSE protection.
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace putc() with putchar().
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
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-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-16 Ken HornsteinFix missing argument to fmt_free().
2012-11-15 Ken HornsteinBeginnings of conversion of code to new format interface.
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2011-12-11 David LevineRemoved unused local variables to eliminate warnings...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
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-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