]> diplodocus.org Git - nmh/history - uip/pick.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / pick.c
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyDon't test -reverse's boolean on every message number.
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-03-12 Eric GillespieImplement the -reverse option to pick(1) to change...
2014-08-03 David LevineAdded -debug switch to pick(1) and deprecated $MHPDEBUG.
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-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
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-12-06 Paul Foxpick: add -nosequence command line switch
2012-06-07 David LevineChanged exit status of each nmh command's -version...
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...
2008-08-14 Eric Gillespie * uip/pick.c: Ensure valid sequence name as soon as...
2008-08-14 Eric Gillespie * uip/pick.c: Print matching messages immediately...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
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...
2003-09-30 Glenn Burkhardtfix handling of "-list" and "-seq" options, so behavior...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision