]> diplodocus.org Git - nmh/history - test
Replace GNUism with standard touch flag in test-scan-file.
[nmh] / test /
2020-09-19 Eric GillespieReplace GNUism with standard touch flag in test-scan...
2020-09-11 David LevineFixed memory corruption in post(1) and inc(1) when...
2020-05-25 David LevineAdded start_test/finish_test to a bunch of tests.
2020-05-10 David LevineReplaced use of snprintf() with memcpy()/memmove().
2020-03-15 David LevineRefined number of bytes copied to buffer in several...
2020-03-15 David LevineSubtracted 1 from size argument in some calls to strncp...
2020-02-22 Stephen Gildeapatch: Maildir support for "scan -file"
2020-01-20 David LevineRemoved unused fail label.
2020-01-20 Conrad HughesPatch for mhical to support "BYDAY=-1SU"-type RRULEs.
2019-12-25 David LevineFixed source charset in mhfixmsg textcharset verbose...
2019-08-25 David LevineAdded warning if the profile contains a post entry.
2019-08-25 David LevineMoved run_without_input() from test-version-check to...
2019-08-10 David LevineAdded test of encoded Resent-To: and Resent-cc:.
2019-07-14 David Levineshow and mhl now decode more addresses in header fields.
2019-06-09 Alexander Zangerl- Fixed bcc to work with sendmail/pipe [Bug 55700].
2019-06-09 David LevineFixed inc(1) and %(me) to not obey Local-Mailbox profil...
2019-05-18 Ken HornsteinClean up more whitespace errors
2019-05-17 Ken HornsteinRemove final traces of TMA support
2019-05-13 Ken HornsteinCleanup MIME header handling in mhbuild
2019-05-04 Ken HornsteinRemove support for message/partial
2019-04-24 David LevineCommented out full output device test in test-scan.
2019-04-24 Ken HornsteinRemoval of Content-MD5 support
2019-04-23 Ken HornsteinMerge branch 'pop-stls'
2019-04-23 Ken HornsteinLoosen up valgrind suppression
2019-04-07 David LevineAdded -checkbase switch to mhfixmsg(1).
2018-11-10 David LevineAdded -attendee switch to mhical(1).
2018-10-31 David LevineAdded full output test to test-scan.
2018-10-30 David LevineRevert "scan(1) now checks for full output device ...
2018-10-28 David Levinescan(1) now checks for full output device [Bug #50925].
2018-02-20 David LevineFixed mhshow/test-charset to work on all tested platforms.
2018-02-10 Ken HornsteinAdd a few more MacOS X valgrind suppressions
2018-02-09 David LevineGeneralized gdbm 1.13 Memcheck:Param suppression a...
2018-02-08 David LevineFixed mhshow part markers when displaying multiple...
2018-02-03 David LevineRemoved comment about testing noiconv portion of get_pa...
2018-02-03 Ralph Corderoytest-charset: Fix test when HAVE_ICONV is false.
2018-01-25 Ralph Corderoytest-charset: Divulge mhshow output if iconv_open(3...
2018-01-24 Ralph Corderoymhfixmsg.man: Replace UTF-8 `ยง' with `\(sc' troff escape.
2018-01-23 Ralph Corderoymhshow: Avoid SEGV when user's command has two or fewer...
2018-01-20 Ralph Corderoytest-whom: Send whom's stderr down pipe; don't discard.
2018-01-20 Ralph Corderoytest-msgchk: Send msgchk's stderr down pipe; don't...
2018-01-20 Ralph Corderoytest: Send command's stderr down pipe; don't discard.
2018-01-20 Ralph Corderoytest/common.sh.in: Unset libcurl(3)'s proxy environment...
2018-01-20 Ralph Corderoytest-subpart: Send mhshow's stderr down pipe; don't...
2018-01-20 Ralph Corderoytest-textcharset: Send mhshow's stderr down pipe; don...
2018-01-19 David LevineFilter test output to remove added whitespace.
2018-01-18 David LevineWrapped uses of %{charset} in mhn.defaults with double...
2018-01-17 Ralph CorderoyAdd test-fmttest for cpstripped(), cptrimmed(), and...
2018-01-15 David LevineFixed rcvdist to pass switch arguments to post(1).
2018-01-14 David LevineAdded mhfixmsg -[no]decodeheaderfieldbodies switches.
2017-11-27 Ralph Corderoytest-mhfixmsg: pwd(1)'s `-P' needed to avoid failure...
2017-11-26 David LevineUse ISO-2022-KR instead of EBCDIC-US in test-charset...
2017-11-26 Ralph CorderoyFix tests that assume the backup prefix is a comma.
2017-11-25 Ralph Corderoymhshow/test-charset: Protect question mark from shell...
2017-11-24 David LevineReworked parameter value tests to reflect Ralph's ...
2017-11-12 Ralph CorderoyRemove symbols-wanted comments after #include.
2017-10-27 Ralph CorderoyDelete "blank" lines at start of files to bring content...
2017-09-26 David LevineRemove mmdf_magic and empty_line temp files on success.
2017-09-24 Ralph Corderoyinc/test-eom-align: Cut down on the flicker by re-order...
2017-09-24 Ralph Corderoyinc/test-eom-align: Replace case on $MBOX_TYPE with...
2017-09-24 Ralph Corderoyinc/test-eom-align: rm(1) unwanted +inbox emails, not...
2017-09-24 Ralph Corderoyinc/test-eom-align: Create test mboxes in less steps.
2017-09-24 Ralph Corderoyinc/test-eom-align: Fix MMDF-mbox `B' size calculation.
2017-09-24 Ralph Corderoyinc/test-eom-align: Fix MMDF-mbox `A' size calculation.
2017-09-24 Ralph Corderoytest/common.sh.in: Only rm(1) if the cd(1) succeeds.
2017-09-23 Ralph Corderoymhshow/test-charset: Test iconv(1)'s result, not just...
2017-09-23 Ralph Corderoymhshow/test-charset: printf(1)'s octal doesn't need...
2017-09-23 Ralph Corderoyinc/test-eom-align: Use octal, not hex, in printf(1...
2017-09-23 Ralph Corderoymhshow/test-charset: Use octal, not hex, in printf...
2017-09-22 David LevineAdded tests of MMDF mailbox format to test-eom-align.
2017-09-22 Ralph Corderoyrunpty.c: Move child slave code into new run_command().
2017-09-22 Ralph Corderoyrunpty.c: Handle fork(2) failure first, rather than...
2017-09-22 Ralph Corderoyrunpty.c: Factor duplicate code into new open_master_pty().
2017-09-22 Ralph Corderoyrunpty.c: Replace fprintf()+exit() pairs with new die().
2017-09-10 Ralph Corderoypidstatus(): Rewrite to print stopped and continued...
2017-09-10 Ralph CorderoyReplace printf("%s\n", foo) and similar with puts(foo).
2017-09-09 Ralph Corderoytest/getcanon.c: exit(3) with 0 or 1, not -1 or symboli...
2017-09-09 Ralph Corderoytest/getfullname.c: Move return case first in if-else...
2017-09-08 Ralph Corderoycontent_error(): Don't strlen(invo_name) that might...
2017-09-05 David LevineRevised expected output with -prefer in test/mhlist...
2017-09-03 Ralph Corderoyfakehttp.c: Remove unused LINESIZE macro; never used.
2017-08-27 Ralph Corderoymhparam: exit(3) zero if all components found, else...
2017-08-27 Ralph Corderoypick: Remove support for MHPDEBUG environment variable.
2017-08-26 David LevineTreat %(myhost) failure to match canonical hostname...
2017-08-26 David LevineChanged failure exit status of mkstemp(1) from 255...
2017-08-24 Ralph Corderoymhlist -verbose: Don't duplicate message/external-body...
2017-08-23 Ralph Corderoysh scripts: Remove `else' after exit at end of then...
2017-08-19 Ralph Corderoytest-sendfiles: Feed `lzma -cd' stdin rather than a...
2017-08-17 Leonardo Taccarimhical expected an ics file as input and after just...
2017-08-17 Ralph CorderoyBoth f_typestr(): Rebuild switch from FT_* to string...
2017-08-15 Ralph Corderoygetcwidth.c: Use WCHAR_MAX, not __WCHAR_MAX__.
2017-08-09 Ralph Corderoytest/getcwidth.c: Allow for 8-bit and 16-bit wchar_t.
2017-08-09 Ralph Corderoyfmtdump.c: Add string for FT_LS_UNQUOTE case.
2017-08-09 Ralph Corderoymhparse.c: Use constant indent for second line of messages.
2017-08-09 David LevineFixed scan to handle empty files without violating...
2017-08-05 Ralph Corderoytest/getcwidth: Add --ctype to dump locale's iswprint...
2017-08-05 Ralph Corderoytest/getcwidth: Expand --dump beyond Unicode's BMP.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-08-01 Ken HornsteinImplemented test for this patch.
2017-08-01 David LevineRestricted application of the adjustment in m_Eom().
2017-07-23 David LevineAdded some specific tests to test-eom-align.
next