]> diplodocus.org Git - nmh/history - uip/mhshowsbr.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / mhshowsbr.c
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...
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-08-07 Ruud de RooijModify umask set by mhshow to enable user execute bit...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-04-06 Dan HarklessApplied Eric Schnoebelen <eric@cirr.com>'s mhshowsbr...
2000-02-28 Ruud de Rooij * Fix security hole in mhshowsbr.c which allowed untru...
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision