]> diplodocus.org Git - nmh/history - sbr/context_read.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / context_read.c
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-05-16 Ralph Corderoysbr/makedir.c: Move prototype from h/prototypes.h to...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-23 Ralph CorderoyRemove return statements at end of void functions.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-01-20 Richard M KreuterSet MH to the resolved, absolute pathname inside contex...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
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