]> diplodocus.org Git - nmh/history - uip/flist.c
sbr/utils.c: Add HasSuffix(s, suffix).
[nmh] / uip / flist.c
2016-10-24 Ralph CorderoyRename EndsWithC() to HasSuffixC().
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyAdd EndsWithC(char *s, int c) and call it in some initi...
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-14 David LevineDisabled the optimization to stop stat'ing directory...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
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-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-11-02 Oliver Kiddlespeed up flist by skipping stat on files with numbers...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-05-13 Dan HarklessProperly deal with relative folder names. Problem noted...
1999-04-30 Doug MorrisInitial revision