]> diplodocus.org Git - nmh/history - uip/aliasbr.c
vector.c: Move interface to own file.
[nmh] / uip / aliasbr.c
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-09-18 Ralph CorderoyStrip parenthesis from `return (state = OK);' and similar.
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-08-28 Ralph Corderoyaliasbr.c: Remove duplicate prototypes. Others in...
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph CorderoyReplace add(foo, NULL) with mh_xstrdup(foo).
2017-08-22 Ralph CorderoyReformat else-if that are split over two or more lines...
2017-08-22 Ralph CorderoyConvert some Boolean variables to the bool type.
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-20 Ralph Corderoyuip/aliasbr.c: Remove dead code used for Unix groups.
2017-05-18 Ken HornsteinRemove support for aliases based on Unix groups.
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.
2017-04-17 Ralph CorderoyDon't ignore bit 5 of a char when comparing alias names.
2017-04-16 Ralph Corderoyuip/aliasbr.c: Add FIXME to prove test of add()'s retur...
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
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-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-05 David LevineAdded comment about not supporting trailing semicolons
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 David LevineRemoved unused function seek_home().
2012-10-15 David LevineThe first alias contained in a blind list is now expand...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinRemove DBMPWD, make it the default.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-01-26 Dan HarklessJust added a comment explaining that akvalue() does...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision