Rearranged whitespace (and comments) in all the code!
[mmh] / h / prototypes.h
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
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