]> diplodocus.org Git - nmh/history - uip/mhlsbr.c
sbr/utils.c: Add HasSuffix(s, suffix).
[nmh] / uip / mhlsbr.c
2016-10-22 Ralph CorderoyUse ToUpper() instead of loop.
2016-10-22 Ralph Corderoyputcomp(): Use local to avoid repeating tautological...
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet toupper()'s parameter.
2016-10-21 Ralph CorderoyDon't `else' after goto. Simplify control flow.
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-19 Ralph CorderoyReplace strchr() condition with TrimSuffixC().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
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.
2016-06-26 David LevineMoved free(cp) to right after last (and only) use of...
2016-06-26 David LevineMoved free(cp) to right after last (and only) use of...
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2014-12-24 David LevineAlways initialize those two variables made static in...
2014-12-21 David LevineRearranged code to avoid "might be clobbered by longjmp...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-15 David LevineAn "rtrim" flag has been added to mhl to remove any...
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
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-08-04 David LevineRemoved mhlsbr(). It was only used by msh, too.
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-01-28 David Levinemhl() needs to set invo_name, too.
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-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-10-19 David LevineAdded volatile qualifier in a couple of places to get...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergRevert "Move a variable manipulation outside the contex...
2013-07-01 Lyndon NerenbergMove a variable manipulation outside the context of...
2013-07-01 Lyndon NerenbergCopy a parameter off the call stack to quell a longjmp...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-31 David LevineMoved #include <sys/wait.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 HornsteinMore work to convert programs over to the use of argspl...
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 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
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-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinMake sure we strip off a newline from components we...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-17 Ken HornsteinMore (and hopefully for now) the final cleanup for...
2012-11-17 Ken HornsteinBasic support for the new world API; seems to work!
2012-11-16 Ken HornsteinPartial work for mhl; still more stuff to do.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-04-02 Ken HornsteinWhoops, fix a typo in my last commit.
2012-04-02 Ken HornsteinImplement fix in 59b086daa57105e8fbd8b1e6ba60be6a845faf...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-25 Ken HornsteinAdd support for %(size).
2012-03-21 David LevineFixed harmless compile warnings.
2012-03-21 Ken HornsteinUse _exit() instead of exit() so our writer process...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-01 David LevineAdded #includes to pick up declaration of waitpid()
2012-01-31 Ken HornsteinWhoops, I need to make sure the buffer I pass to putcom...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-28 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
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 LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-14 David LevineChanged types and added casts so that build is clean...
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-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-06 Earl Hood#ifdef AI_ADDRCONFIG since older IPv4-only systems...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
next