]> diplodocus.org Git - nmh/history - sbr/path.c
new.c: Order two return statements to match comment.
[nmh] / sbr / path.c
2017-09-11 Ralph Corderoypath.c: Add comments declaring return values must be...
2017-09-11 Ralph Corderoypath.c: Remove path()'s test for expath() returning...
2017-09-11 Ralph Corderoypath.c: Re-format path() to make it more clear what...
2017-08-22 Ralph CorderoyReformat else-if that are split over two or more lines...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-01 Ralph Corderoypath.c: Simplify compath()'s flow; return, don't break...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse LEN() to save having to consider the -1.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyReplace getcpy() with mh_xstrdup().
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision