]> diplodocus.org Git - nmh/history - uip/mhn.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhn.c
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-03 Paul Foxdrop the second argument to part_ok(), since it is...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-10-11 David LevineAdded mh_xcalloc().
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinChange things so we only supply a form filename; most...
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-05 David LevineUpdate context and sequences before showing messages...
2014-03-26 Ken HornsteinStart of changes for mhshow; compiles, but does nothing...
2014-03-21 Ken HornsteinRemove support for -pause/-nopause switches to mhshow...
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-03-01 David Levinemhstore(1) now obeys its -noverbose switch.
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 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-02 David LevineRemoved unlink of "core" from signal handler of mhlist...
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-04 Ken HornsteinRemove support for -ebcdicsafe/-noebcdicsafe switches...
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-07 David LevineRemoved the following environment variables, deprecated...
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...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David Levinegcc -Wempty-body warned that the check of the result...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherRefactor cts pointer and free()ing on abnormal exit...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
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-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