]> diplodocus.org Git - nmh/history - uip/picksbr.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / picksbr.c
2016-11-13 Ralph CorderoyReplace many add(s, NULL) with mh_xstrdup(s).
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
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 macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-08-03 David LevineAdded -debug switch to pick(1) and deprecated $MHPDEBUG.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
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-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-11-25 David LevineIn pick(1), attempt to decode each header field as...
2012-11-24 David LevineFixed pick(1) to properly unfold multiple-line header...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-15 Ken HornsteinClean up prototypes.
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2009-12-30 David Levine * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
2007-04-29 Peter MaydellRename functions to avoid clash with C library exp2().
2006-04-22 Paul Foxfixes case where a very long character-class range...
2006-03-31 Paul Foxthis commit:
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
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-01-26 Dan HarklessDan Winship informed me that the right fix when gcc...
2000-01-25 Dan HarklessTypecast to get rid of warnings that index into cc...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision