]> diplodocus.org Git - nmh/history - uip/ap.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / ap.c
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
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-12-05 Ken HornsteinGarbage collect "normalize".
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
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...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-15 Ken HornsteinBeginnings of conversion of code to new format interface.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
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...
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-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