]> diplodocus.org Git - nmh/history - uip/rmf.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / uip / rmf.c
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-19 Ralph CorderoyUse LEN() on string constants instead of strlen().
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
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-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...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-05 Ken HornsteinGarbage collect all of the old UCI #ifdef'd code.
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
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...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2005-11-14 Peter Maydell[bug #9813] Don't crash after removing the folder if...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-08-23 Jon SteinhartAdded external program hooks.
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-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision