]> diplodocus.org Git - nmh/history - uip/install-mh.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / uip / install-mh.c
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineWelcome message enhancements:
2016-09-28 David LevineAdded welcome message when nmh detects that its version...
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-30 David LevineAdded initial "MH-Profile-Version: 1.0\n" line to newly...
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 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...
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-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
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