]> diplodocus.org Git - nmh/history - uip/mhshowsbr.c
pending-release-notes: add mhshow's "-prefer", and mh-format's %(kibi/kilo)
[nmh] / uip / mhshowsbr.c
2015-02-04 Paul Foxmhshow: ensure that -part always shows every part requested
2015-02-04 Paul Foxmhshow: fix display of alternatives after certain neste...
2015-02-04 Paul Foxmhshow: simplify code -- the DONE status was adding...
2015-02-03 Paul Foxdrop the second argument to part_ok(), since it is...
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2014-12-21 David LevineRemoved unnecessary #includes of setjmp.h.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-20 Paul Foxprevent spurious errors when requesting specific messag...
2014-11-08 David LevineChanged content_charset() to not cache, so the user...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-16 Ken HornsteinHandle unknown message types in the generic content...
2014-05-16 Ken HornsteinOutput a newline if the last character in a text/plain...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 Ken HornsteinTreat unknown top-level content types as "application...
2014-05-07 Paul Foxmodify mhshow marker format to include the size of...
2014-05-07 Paul Foxmake the %(size) function useful in mhshow marker line...
2014-05-05 David LevineReplaced use of norm_charmap() in mhshow and mhfixmsg...
2014-05-04 David LevineIn mhshow, copy result of call to norm_charmap() and...
2014-04-29 Paul Foxmhshow: apply marker form to all part separators
2014-04-26 Paul Foxmhshow: suppress error for undisplayable parts, if...
2014-04-13 David LevineIf mhfixmsg's call to convert_charset() fails, output...
2014-04-13 Ken HornsteinIf c_termproc is set, include a default display command...
2014-04-11 David LevineFixed showproc for RFC 822 messages. Thanks to Mikhail for
2014-04-11 Paul Foxmhshow: properly report the name of a failing display...
2014-04-11 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-04-11 Ken HornsteinUse a dynamically-allocated buffer for character set...
2014-04-10 Ken HornsteinFix bug in error message when reporting character set...
2014-04-10 Ken HornsteinFix test for inlineonly.
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 David LevineUse *ct->c_ceclosefnx() instead of clsoe_encoding(...
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 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 HornsteinMove pidcheck() into mhshowsbr.c (the only consumer...
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 HornsteinRemove unneeded assignment.
2014-03-06 Ken HornsteinFix up some warnings and problems when iconv doesn...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
2014-03-02 Ken HornsteinMore cleaned and conversion to the new parameter API.
2014-03-01 David LevineFix to commit a2806483a53fcdb62ca8e2bec4f4e023355f4470
2014-02-27 David LevineFixed quoting of filename, expanded C-T parameter value...
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-20 David LevineFix to commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3
2014-02-20 David LevineGeneralized %{charset} display string escape to any...
2014-02-20 David LevineRefined commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3...
2014-02-19 David LevineMigrated show_content_aux2() to argsplit().
2014-02-19 David LevineRemoved redundant quoting of %f and %F in display strin...
2014-02-19 David LevineRemoved leading "exec " inserted in show_content_aux2...
2014-02-18 David LevineSilenced warnings when built without iconv.
2014-02-16 David LevineAdded support for %{charset} display string escape...
2014-02-16 David LevineFactored out duplicate code into parse_display_string...
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-02-09 David LevineChanged "codeset" to "charset" for (and in) mhfixmsg...
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-05-04 David LevineReplaced hard-coded "more" with DEFAULT_PAGER in show_t...
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-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-12-07 Paul Foxmhshow: properly treat unknown multipart subtypes...
2012-11-03 David LevineFixed comparison to be signed instead of unsigned.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-04 Lyndon NerenbergRemove #ifdef around use of sigsetjmp().
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2011-12-25 David LevineChanged second argument of calls to part_ok() and type_...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-01-25 Josh Bressers* uip/mhshowsbr.c (show_all_messages): Be more generous...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
next