]> diplodocus.org Git - nmh/history - test
If -[no]concat is given to show(1), have it use showmimeproc instead
[nmh] / test /
2014-04-11 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-04-11 Ken HornsteinUse a dynamically-allocated buffer for character set...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 David LevineThe size reported by mhshow test-charset is different...
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-21 Ken HornsteinRemove support for -pause/-nopause switches to mhshow...
2014-03-11 David LevineFixed test-mkstemp to work on platforms that don't...
2014-03-07 David LevineFixed test/getcwidth.c to build without MULTIBYTE_SUPPORT.
2014-03-07 David LevineRemove backup file at end of test-ext-params, and a...
2014-03-06 Ken HornsteinUpdate test to match reality
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-06 Ken HornsteinMore tests for extended-parameter parsing.
2014-03-05 Ken HornsteinA more complicated RFC 2231 parsing example.
2014-03-05 Ken HornsteinAdd message/external-body test.
2014-03-05 Ken HornsteinSome tests for RFC 2231 decoding; seems like it works...
2014-03-03 David LevineIn test/common.sh.in trap, cd to $MH_TEST_DIR before...
2014-03-03 David LevineAdded mkstemp(1), wrapper around mkstemp(3)/mkstemps...
2014-03-03 Ken HornsteinSwitch over get_ctinfo() to determine the filename...
2014-03-02 David LevineAdded check of -noverbose to test-mhstore.
2014-03-01 David Levinemhstore(1) now obeys its -noverbose switch.
2014-03-01 David LevineFix to commit a2806483a53fcdb62ca8e2bec4f4e023355f4470
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-27 Ken HornsteinRe-do length calculation for parameter output, and...
2014-02-27 David LevineUpdated mhparam, man pages, and test-mhparam to reflect...
2014-02-26 Ken HornsteinAdd test for long + encoded line; does not pass right...
2014-02-26 Ken HornsteinA new test for longer lines.
2014-02-25 Ken HornsteinFirst basic test of extended parameter output: working!
2014-02-25 Ken HornsteinBeginnings of test suite for RFC 2231 support; does...
2014-02-25 David LevineFixed m_getfld() to not return EOF indicator, so that...
2014-02-20 David LevineGeneralized %{charset} display string escape to any...
2014-02-19 David LevineRemoved leading "exec " inserted in show_content_aux2...
2014-02-16 David LevineAdded MH libdir to PATH in test-textcharset because...
2014-02-16 David LevineAdded support for %{charset} display string escape...
2014-02-11 David LevineRemoved the -[no]textcharset switches that were added...
2014-02-09 David LevineUse test_skip in test-textcharset if not built with...
2014-02-09 David LevineNeed to set locale to something other than UTF-8 on...
2014-02-09 David LevineAdded -[no]textcharset switches to mhshow(1). These...
2014-02-09 David LevineUse $MH shortcut for the profile in a few of the tests.
2014-02-09 David LevineIn test-mhfixmsg, look at configuration to see if iconv...
2014-02-09 David LevineRemove mhbuild backup files at end of a couple of tests...
2014-02-09 David LevineChanged "codeset" to "charset" for (and in) mhfixmsg...
2014-02-05 Ken HornsteinAdjust the quoted-printable output routine to continue...
2014-02-04 Ken HornsteinAdd test for -maxunencoded.
2014-02-04 Ken HornsteinA few more C-T-E tests.
2014-02-04 Ken HornsteinStill more CTE tests to cover (hopefully) all of tbe...
2014-02-04 Ken HornsteinMore CTE tests.
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinAdd a new base64 CTE test.
2014-02-04 Ken HornsteinAdd a new (but incomplete) test for mhbuild's new funct...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-02-01 Ken HornsteinChange mhstore test slightly to test canonical line...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-02-01 David LevineRemoved set +e where not needed in test-mhfixmsg.
2014-02-01 David LevineFixed test-mhfixmsg check attempted -decode of binary...
2014-01-31 Ken HornsteinAdd -width when appropriate for this test.
2014-01-29 David LevineUnset LANG, LC_ALL, and LC_TYPE in common.sh so that...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-24 David LevineSeparate export from assignment in test-dist and test...
2014-01-23 Ken HornsteinHm, maybe I can't put environment variable assignments...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinFlesh out test-attach, and set it to run as part of...
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 Ken HornsteinFixed this to use Attach instead of Nmh-Attachment.
2014-01-22 Ken HornsteinFix a bunch of tests for the mhbuild changes; still...
2014-01-20 David LevineUse LC_ALL instead of LC_CTYPE in test-pick because...
2014-01-20 David LevineFixed three LC_ALL settings:
2014-01-20 Ken HornsteinCompletely deprecate support for MM_CHARSET.
2014-01-19 Ken HornsteinAdd a test for dist to make sure it works with headers...
2014-01-15 David LevineRemoved the tests of attach -v -a from test-attach...
2014-01-14 David LevineModified last check added to test-scan-multibyte so...
2014-01-14 David LevineSkip the last check that I added to test-scan-multibyte...
2014-01-14 David LevineIn cpstripped(), check for negative return value from...
2014-01-13 David LevineBetter fix for test-attach-detach on platforms without...
2014-01-12 David LevineHacked test-attach-detach to pass on Solaris.
2014-01-12 David LevineFinal fix to test-attach-detach: on some platforms...
2014-01-12 David LevineReally fix mode of file that's used in test-attach...
2014-01-12 David LevineOne final fix to test-attach-detach.
2014-01-12 David LevineFixed test-attach-detach to work with any umask, and...
2014-01-12 David LevineAdded -v and -a switches to whatnow attach so the user...
2014-01-11 David LevineCalculate port numbers in test suite based on uid so...
2014-01-11 David LevineReworked attach to add charset to Content-Type string for
2014-01-11 Ken HornsteinChange test-mhmail so it can handle a MIMETYPEPROC...
2014-01-11 Ken HornsteinMore tests, but not quite there yet.
2014-01-10 Ken HornsteinA bit closer, but don't run the test just yet.
2014-01-09 David LevineReplace use of awk with sed in test-anno because it...
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-08 David LevineClarified advisory message it test-mhfixmsg if a text...
2014-01-07 David LevineHere's a better fix for the whatnow tests: set and...
2014-01-06 David LevineRemoved remaining run_prog's from tests that set an
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-29 David LevineGeneralized the valgrind suppression for sendmsg via...
2013-12-29 David LevineAdded test/valgrind.supp to EXTRA_DIST in Makefile...
2013-12-29 David LevineRemoved one run_prog from test-pick because it loses...
2013-12-28 David LevineAdded support for running the test suite with valgrind...
2013-12-22 David LevineIn test-mhmail, insert semicolon in output of "file...
2013-12-22 David LevineRemoved temporary printouts.
next