]> diplodocus.org Git - nmh/history - uip/mhshow.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / mhshow.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-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
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-04 Paul Foximplement -prefer, for multipart/alternative preferences
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-10-11 David LevineAdded mh_xcalloc().
2014-04-10 Ken HornsteinA bad cut-and-paste job made -noinlineonly not work...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinChange from "concat" to "concatsw" so we don't conflict...
2014-04-09 Ken HornsteinAdd new flags for -concat/-noconcat, -inlineonly/-noinl...
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-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
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-02-11 David LevineRemoved the -[no]textcharset switches that were added...
2014-02-09 David LevineAdded -[no]textcharset switches to mhshow(1). These...
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-05-04 David LevineRemoved unused declaration of "nolist" from mhshow.c.
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...
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-05-24 David LevineUpdate the current folder and current message and synch...
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