]> diplodocus.org Git - nmh/shortlog
nmh
2013-02-02 David LevineSet MHTMPDIR to try to keep all test-related files...
2013-02-02 David LevineMore test-mhmail probing.
2013-02-02 David LevineTry this test-mhmail probe.
2013-02-02 David LevineMore test-mhmail probing.
2013-02-02 David LevineModified test-mhmail probe.
2013-02-02 David LevineAdded temporary probe to test-mhmail.
2013-02-02 Ken HornsteinConvert post over to use new argsplit code.
2013-02-02 Ken HornsteinHandle the case where (on Solaris) the width of U+2019...
2013-02-02 Ken HornsteinRework multibyte test so it will calculate the width...
2013-02-02 David LevineIn setup_test(), set PATH after install.
2013-02-02 David LevineAdded set -x to test-ali.
2013-02-02 David LevineMaybe the mkdir in setup_test() needs a -p?
2013-02-02 David LevineMore test-ali diagnostics for Solaris.
2013-02-02 David LevineUse test -t 1 instead of test -w in test-pick.
2013-02-02 David LevineMore setup_test() and test-ali attempts on Solaris.
2013-02-02 David LevineRemoved the ls of folder from setup_test().
2013-02-02 David LevineTry full path to folder in setup_test().
2013-02-02 David LevineMaybe the PATH needs to be exported again in setup_test()?
2013-02-01 David LevineSo folder does exist the first time through setup_test().
2013-02-01 David LevineSuppressed display of info message when test-eom-align...
2013-02-01 David LevineTemporarily added ls of folder to setup_test().
2013-02-01 David LevineIn setup_test(), create the Mail directory if it doesn't
2013-02-01 Ken HornsteinIgnore the return status of diff, so we don't exit...
2013-02-01 Ken HornsteinAdd some diagnostics to determine what is going wrong.
2013-02-01 David LevineIt looks like the first test fails on Solaris because it
2013-02-01 Ken HornsteinIf the multibyte width test fails, dump the values...
2013-02-01 David LevineAdded diagnostic to setup_test() to try to figure out
2013-02-01 David LevineRestored test-ali to its prior condition. It failed...
2013-02-01 Ken HornsteinMake sure we created the test file even if we don't...
2013-02-01 Ken HornsteinMove ICONV_ENABLED so it always gets initialized even...
2013-02-01 Ken HornsteinIf we don't have iconv, skip the multibyte test that...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Ken HornsteinMore code converted to use argsplit().
2013-02-01 Lyndon NerenbergFix configure tests for -Wfoo option support.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-02-01 Lyndon NerenbergUpdate manpages to use .TP for tagged paragraphs (part I).
2013-02-01 Lyndon NerenbergUpdate manpages to use .TP for tagged paragraphs (part I).
2013-02-01 Lyndon NerenbergUpdate the manpage template documentation.
2013-02-01 David LevineMore probing of test-ali on Solaris: exit before the
2013-02-01 David LevineOK, test-pick should be good on Solaris now.
2013-02-01 David LevineAdded exit to test-ali, temporarily, to isolate failure on
2013-02-01 David LevineMore homing in on the test-pick warning. Also, removed
2013-02-01 David LevineRemoved an used sed invocation from test-mhmail. I...
2013-02-01 Ken HornsteinFix some warnings for Solaris.
2013-02-01 David Levineit looks like the write to /dev/tty is causing the...
2013-02-01 David LevineRemoved sizes from mhlist output. Apparently tar files are
2013-02-01 David LevineRedirected stderr to /dev/null in the test for presence of
2013-02-01 Ken HornsteinSet the locale for one of the "pick" invocations to...
2013-01-31 Lyndon NerenbergUse cmp(1) to compare acheieved and expected test results.
2013-01-31 Lyndon NerenbergWrap 'pick -subject foobar 13' test with set +e/-e.
2013-01-31 Lyndon NerenbergChange the MD5FMT macro in configure.ac to not emit...
2013-01-31 Lyndon NerenbergHow hard can it be to write a portable shell function...
2013-01-31 Lyndon NerenbergHush progress indicator during tests when stdout is...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-31 Lyndon NerenbergIPPROTO_TCP requires <netinet/in.h>
2013-01-30 Ken HornsteinMore changes to use argsplit() for helper programs.
2013-01-29 Ken HornsteinSwitch the editor invocation over to use argsplit().
2013-01-29 Ken HornsteinThe start of the use of argsplit() to process command...
2013-01-29 David LevineChanged m_getfld() buffer size to 4096 from 8192, to...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-29 David LevineAdded scan_reset_m_getfld_state(), for msh only. It...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-27 David LevineIn the sortm warning message, say "file modification...
2013-01-27 David LevineChanged sortm warning message from an amonish() to...
2013-01-27 David LevineFixed a couple of calls to m_getfld(): they were in...
2013-01-26 David LevineDeprecated msh(1).
2013-01-26 David LevineIn build_nmh's output from the test suite: retain
2013-01-26 David LevineEnabled colorized test output (PASS/FAIL/summary) by...
2013-01-26 David LevineReworked the new documentation in m_getfld.c.
2013-01-26 Ken HornsteinHandle the case in the test suite where wcwidth() can...
2013-01-24 Ken HornsteinFix the format engine so it properly keeps track of...
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-24 Ken HornsteinFix a bug leading to message corruption with inc when...
2013-01-24 David LevineBrought over changes to test-pop from master to m_getfl...
2013-01-24 David LevineAdded scan and inc from mbox with multiple messages.
2013-01-24 David LevineAdded test-msg-buffer-boundaries.
2013-01-24 David LevineBrought over changes to test-pop from m_getfld branch.
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-22 David LevineRemoved unnecessary m_getfld_state_destroy() from scan.c.
2013-01-22 David LevineReworked enter_getfld() and Peek().
2013-01-21 Ken HornsteinFix a bug leading to message corruption with inc when...
2013-01-21 David LevinePlugged small memory leak in m_unknown().
2013-01-21 David LevineReplaced hard-coded value with MAX_DELIMITER_SIZE in...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-21 Ken HornsteinFix memory leak in arglist code
2013-01-20 David LevineAdded scan and inc from mbox with multiple messages.
2013-01-20 David LevineUpdated test-inc-scanout on master to match version of
2013-01-19 David LevineAdded a FILE * to the m_getfld_state struct so that...
2013-01-19 David LevineMoved all file static data in m_getfld.c into the
2013-01-19 David LevineAdded check of -pack to test-pop.
2013-01-19 David LevineFixed test-header to work on Cygwin, which has a BUFSIZ of
2013-01-18 Ken HornsteinBeginning of implementation of new argsplit() function...
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-18 David LevineMinimized message files reads in m_getfld() when the...
2013-01-18 David LevineAdded test-msg-buffer-boundaries.
2013-01-17 David LevineMore cleanup of m_getfld(), changed some variable names.
2013-01-17 David LevineAdded check of header field body with more than 511
2013-01-17 David LevineCleaned up m_getfld() code a bit. The most notable...
2013-01-16 David LevineAdded check of a header with name that's 998 bytes...
2013-01-16 David LevineRemoved the for-loop that was used to get a header...
next