]> diplodocus.org Git - nmh/history - uip/forwsbr.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / forwsbr.c
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...