]> diplodocus.org Git - nmh/history - uip/forwsbr.c
Simplified m_strn() per Ralph's suggestions.
[nmh] / uip / forwsbr.c
2017-05-25 Ralph CorderoyDon't cast lseek(2)'s offset to off_t when it's 0.
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
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.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-02 David LevineThe Solaris compiler was right about unreachable statem...
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-27 David LevineFixed a couple of calls to m_getfld(): they were in...
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
2013-01-13 David LevineRemoved unused local char_read from forwsbr.c.
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-11-20 David LevineFixed a couple of signed-unsigned comparisons.
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinSupport for the new world format API for comp and forw.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-19 David LevineChanged permissions from 0755 to 0644 on a few .c files.
2012-03-24 Ken HornsteinAdd this support for setting the CT_ADDR flag.
2012-02-26 David LevineChanged type of a local to unsigned and removed local...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...