Changed type of name argument to m_getfld() from unsigned char *
[mmh] / h / prototypes.h
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-04-20 Ken HornsteinImplment -noatfile in a different way; it turns out...
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-21 Ken HornsteinSupport for readline command history, editing, and...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
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-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2008-06-02 Peter MaydellBack out previous, completely broken, change (due to...
2008-06-02 Peter MaydellIf we're compiling with gcc, mark adios() as never...
2008-05-04 Peter Maydellbug #23167: sbr/ruserpass.c (ruserpass): make bad permi...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-01-07 Josh Bressers* Remove sbr/strerror.c -- strerror(3) is defined in...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2005-12-07 Jon SteinhartFixed a bug where anno -append put the headers in the...
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2005-01-27 Oliver KiddleOn systems where it is available, use nl_langinfo to...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2000-05-09 Dan Harkless* Changed configure.in to use gcc -Wall even without...
2000-01-25 Dan HarklessOn AIX 4.1, snprintf() is defined in libc.a but there...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessChanged done() from returning void to returning int...
1999-04-30 Doug MorrisInitial revision