]> diplodocus.org Git - nmh/history - uip/dp.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / dp.c
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-03 Ralph Corderoyap.c, dp.c: exit(3) with 0 or 1, not [0, MAX_EXIT].
2017-08-28 Ralph CorderoyMove terminal.c's prototypes from prototypes.h to new...
2017-08-27 Ralph CorderoyAdd MAX_EXIT, value 120, to limit some more exit(3...
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-11-05 Ralph Corderoyuip/ap, uip/dp: Remove unneeded char **arguments.
2016-11-05 Ralph Corderoydp: Fix write past end of dates[] array.
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-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
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-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-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