]> diplodocus.org Git - nmh/history - uip/fmttest.c
Added context_find_prefix().
[nmh] / uip / fmttest.c
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-04 David LevineFixed mlistfree() so that it doesn't dereference a...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-31 David LevineFixed read of body in fmttest to limit size to that...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-24 David LevineAdded const to last argument of trace_cb signature...
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-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-02 Ken HornsteinSwitch from the M-X format for characters with the...
2013-12-31 Ken HornsteinChange fmttest to use litputs() on str and output buffe...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-03 Ken HornsteinAdd support for a -file switch to handle messages that...
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-13 Ken HornsteinFix up date mode so it works without providing a format...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinAdd support for LS_UNQUOTE instruction.
2013-02-22 Ken HornsteinFix the code to print out an unknown instruction. ...
2013-02-22 Ken HornsteinFix a few issues resulting from m_getfld() API changes.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-22 Ken HornsteinUpdate instruction output to be a bit more cleaner
2013-02-21 Ken HornsteinRearrange options a bit and support the -nodump flag...
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport for the address duplication done by repl, and...
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 Ken HornsteinSlightly more useful, but still more work to do.
2013-02-15 Ken HornsteinAdd more functionality to fmttest; it's starting to...
2013-02-14 Ken HornsteinMore work on fmttest, but still plenty more to go.
2013-02-13 Ken HornsteinClean up argument handling to fmttest, as a precursor...
2013-02-13 Ken HornsteinConvert fmttest over to the new argument processing...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2012-12-10 Ken HornsteinThe beginnings of a program to test format functions...