mhshow: suppress pause actions if stdout isn't a tty
[mmh] / sbr /
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-06 Ken HornsteinPatch from Harvey Eneman: fixes problem on some systems...
2012-02-04 Ken HornsteinWhoops, used "buffer" when I meant "buf".
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-27 Ken HornsteinFix long-standing problem with getans(); handle the...
2012-01-27 Ken HornsteinConvert to the use of siglongjmp()
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
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-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-17 David LevinePass int instead of char to iscntrl() and isspace(...
2012-01-14 David LevineArgument to alrmser is unused.
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded -Wunused-macros with gcc, if supported. Added...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-11 David LevineRemoved unused global zones and local z form dtimezone ().
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-11 Ken HornsteinFix two errors in the conversion to m_mktemp2():
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinClean up time handling; always assume we have tzset...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David LevineRemoved hard-coded -I.. and -I../.. from INCLUDES,...
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-06 Ken HornsteinRemove last vestiges of #ifdef BANG
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2012-01-04 Lyndon NerenbergAdd back missing include of <sys/wait.h>
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergMake use of mkstemp() unconditional (vs. mktemp().
2012-01-04 Lyndon NerenbergRemove compatibility functions that are always provided...
2012-01-04 Lyndon NerenbergCollapse termio/termios/sgtty terminal interface code...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-01-04 Lyndon NerenbergDeprecate uname() in favour of (Posix) gethostname().
2011-12-28 David LevineMoved #endif so that lockit () is only declared with...
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-20 Peter MaydellSuppress tsort diagnostic waffle
2010-12-20 Peter MaydellFix unused-function warnings in lex output
2010-12-20 Peter MaydellFix used-uninitialised warning in fmt_rfc2047.c
2010-12-20 Peter MaydellFix warning in sbr/folder_addmsg.c by code cleanup
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2010-02-06 Earl HoodFixed variable declaration so older compilers will...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2009-01-21 Ken HornsteinFix warning in getaddrinfo() call.
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2009-01-16 Ken HornsteinMove freeaddrinfo() to inside of our loop; this prevent...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-12-26 Peter Maydell* sbr/m_getfld.c: fix two bugs which could cause us...
2008-10-23 David Levine * sbr/m_getfld.c: in warning message, use NAMESZ-2...
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
2008-08-13 Eric Gillespie * test/tests/bad-input/test-header: Add test for it.
2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-08-03 Peter MaydellAdd protective 'do { ... } while (0)' wrappers to multi...
2008-08-03 Peter MaydellWhen doing an if-test on the result of a function which...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2008-05-21 Peter MaydellDon't rely on realloc() to follow POSIX in handling...
2008-05-21 Peter MaydellAdd some table size declarations for the benefit of...
2008-05-20 Peter MaydellUpdate comment now we don't use lex -o.
2008-05-18 David Levine* sbr/addrsbr.c: removed "err" from conditional, becaus...
2008-05-16 Oliver Kiddledon't use $< in target rules in makefiles, as POSIX...
2008-05-04 Peter Maydellbug #23167: sbr/ruserpass.c (ruserpass): make bad permi...
2008-05-04 Peter Maydell* bug #23163: various minor fixes for the benefit of...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2007-08-21 Josh Bressers* Red Hat Bug #253342: inc.c, utils.c, utils.h: When...
2007-04-29 Peter MaydellSuppress 'uninitialised variable' warning.
2007-04-29 Peter MaydellMinor rearrangement so variables/functions used only...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-24 Joel Reicherssequal() does not check for a substring, but for a...
2006-04-14 Joel ReicherCreated function open_form() to open form file or fallb...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-04-11 Joel ReicherCompleting the .cvsignore list(s).
2006-03-09 Josh Bressers* sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-03-05 Oliver Kiddleand close iconv handle if encoded block empty
2006-03-05 Oliver Kiddledon't try to malloc 0 bytes if an RFC2047 encoded block...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
next