mh_xstrdup arguments now const
[mmh] / sbr / context_read.c
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2012-06-28 markus schnalkeRemoved context_foil(). We don't need it anymore.
2012-03-22 markus schnalkeUpdated message, as `install-mh' had been replaced...
2012-03-22 markus schnalkeRework of Editor/defaulteditor, similar to Pager/defaul...
2012-03-22 markus schnalkemoreproc is now Pager/defaultpager; removed -moreproc...
2011-12-23 markus schnalkeSplit nmh dir into mmh dir (~/.mmh) and mail storage...
2011-12-09 markus schnalkeWe have `NULL' in order to not need to write `(char...
2011-12-09 markus schnalkeRemoved void casts for ignored return values of functio...
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-01 markus schnalkeBroke long lines.
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2005-12-14 Josh Bressers* Fedora Bug #163760: sbr/context_read.c (context_read...
2005-11-19 Peter MaydellSpecial-case an MHCONTEXT of "/dev/null" and don't...
2005-11-13 Peter MaydellUse context/ctxpath==NULL to indicate that no context...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2003-09-05 Ken HornsteinFix from branch.
2003-09-05 Ken HornsteinMerge in locking fixes into the main line.
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision