]> diplodocus.org Git - nmh/history - uip/mhshowsbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhshowsbr.c
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-15 David LevinePlugged memory leak in convert_content_charset().
2016-10-15 David LevineFixed mhshow warn message when it can't convert charact...
2016-06-26 David LevineWrapped code block of conditional statement with {...
2016-06-26 David LevineWrapped code block of conditional statement with {...
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-19 David LevineAdded check of return value of write() to quash compile...
2016-03-19 Ken HornsteinRecover properly if the character conversion fails.
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-12 David LevineReplaced individual assignment of array elements, one...
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 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...
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
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...
next