]> diplodocus.org Git - nmh/history - uip/replsbr.c
Simplified m_strn() per Ralph's suggestions.
[nmh] / uip / replsbr.c
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-07 Ralph Corderoyuip/replsbr.c: Replace single use of SBUFSIZ with NMH_B...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
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-16 Ralph CorderoyReplace some strdup() with mh_xstrdup().
2016-12-21 Ken HornsteinMake the -fcc switch to repl actually work properly...
2016-12-19 David LevineRemoved obsolete comment about use of getcpy().
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...
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-05-30 David LevineUndid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd...
2014-05-28 David LevineAdded mention of "Reply to <address>?" prompt to repl...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-10-28 Ken HornsteinFix bug found by LLVM.
2013-04-21 David LevineAdded quoting of local part of invalid address in messa...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-02 David LevineThe Solaris compiler was right about unreachable statem...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
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-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinConvert repl to the new world format API.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-29 David LevineRemoved the one remaining unused #ifdef ISI.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
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-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
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-29 Oliver Kiddleremove trailing newlines from components to fix bug...
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-10-05 Oliver KiddleHarald Geyer: back out fork/vfork workaround and handle...
2005-05-18 Oliver Kiddletest/report error writing to stdout
2003-06-26 Glenn Burkhardtfix for bug #578 repl leaks umask; there are several...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision