]> diplodocus.org Git - nmh/history - test/format
Protect repl -file against dereference of null mp.
[nmh] / test / format /
2016-11-09 Ralph Corderoytest-fmtdump: Increase uip/fmtdump.c coverage.
2016-11-08 Ralph CorderoyAdd test/format/test-ap to get 100% uip/ap.c coverage.
2016-11-08 Ralph Corderoyuip/dp.c: Increase coverage to 100%.
2016-11-01 Ralph Corderoytest: Remove the " # gcov" comment from check_exit...
2016-10-31 Ralph CorderoyUse new check_exit in `# gcov' tests.
2016-10-31 David LevineReplaced use of ! with || true, for ultimate Bourne...
2016-10-30 Ralph CorderoyGet coverage of quite a few of the `ambiguous switch...
2016-09-26 David LevineReplaced use of GNU sed extension.
2016-09-26 David LevineReworked BUGS section of nmh(7) man page, and added...
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-07-14 David LevineUnquoted addresses in mhshow and scan output. Suggested by
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2014-12-27 David LevineChanged direct access to etc files in a couple of tests...
2014-12-18 David LevineFixed format engine output of negative number with...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-04 David LevineFixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-08-29 David Levinefmt_scan() no longer subtracts 1 from the width. This...
2014-01-08 David LevineFixed typo in last commit of test-curses.
2014-01-08 David LevineAdded -Txterm-color to tput invocations that didn't...
2014-01-08 David LevineIn test-curses, use termcap codes if terminfo capabilities
2014-01-06 Ken HornsteinAdd a test for the new curses-based format escapes.
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2013-12-28 David LevineAdded support for running the test suite with valgrind...
2013-12-06 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-12-06 David LevineRenamed test/getfqdn to test/getcanon.
2013-12-05 David LevineRemoved temporary hack.
2013-12-05 David LevineThe buildbot is up, put in hacks to enable debug and...
2013-12-05 David LevineUndid temporary hacks, it looks like the buildbot is...
2013-12-05 David LevineTemporarily added a few hacks to diagnose problems...
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-11-14 Ken HornsteinFix up the unquote test, with help from Lyndon and...
2013-11-14 Ken HornsteinTest for unquoting, but it doesn't work yet.
2013-02-22 Ken HornsteinMerge branch 'format-test'
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-24 Ken HornsteinFix the format engine so it properly keeps track of...
2012-10-20 David LevineFixed printf's in test suite.
2012-07-02 David LevineAdded test-dp, test-fmtdump, test-prompter, test-rcvstore,
2012-06-29 David LevineFixed ismymbox() to look at Local-Mailbox as well as
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-05-06 David LevineRemove any existing Local-Mailbox: profile component...
2012-04-25 Oliver Kiddlefuther test suite fixes to work on Solaris
2012-04-25 David LevineFixed test suite to work with Solaris Bourne shell:
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-14 David LevineAdded test/getfqnd.c, a replacement for "hostname"...
2012-02-28 David LevineFixed to report failure if getfulname hadn't been built...
2012-02-21 David LevineMigrated a couple more tests to use run_test() in commo...
2012-02-18 David LevineConsolidated runtest and check_string test functions.
2012-02-18 David LevineEnclosed program name and directory in double quotes...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-17 David LevineRearranged test suite environment variables so that...
2012-02-15 Ken HornsteinCreate test cases for the new format functions for...