]> diplodocus.org Git - nmh/history - uip/mhshowsbr.c
getpass.c: Move interface to own file.
[nmh] / uip / mhshowsbr.c
2017-11-12 Ralph Corderoytrimcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoycheck_charset.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoypidstatus.c: Move interface to own file.
2017-11-12 Ralph Corderoyarglist.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-09-24 Ralph CorderoyReplace `sizeof (char)' with 1, then remove if a multip...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-18 Ralph CorderoyReplace `_exit(-1)' with `_exit(1)'.
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-09 Ralph CorderoyOnly call fork(2) once, not up to five times on failure.
2017-08-28 Ralph CorderoyFix spelling in comment.
2017-08-28 Ralph CorderoyDelete declarations already available from included...
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-27 Ralph CorderoyReplace strlen("foo") with LEN("foo").
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-06-17 David LevineRearranged statements to eliminate memory allocation.
2017-06-17 David LevineShow display program name and arguments in error messag...
2017-05-18 Ralph Corderoyuip/mhshowsbr.c: Increase buffer size for showing-conte...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhshowsbr.c: Create header file with exports' decla...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-01 Ralph Corderoymhshowsbr.c: Remove else after break in iconv_start().
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
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.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace putc() with putchar().
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...
next