]> diplodocus.org Git - nmh/shortlog
nmh
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
2013-02-05 Ken HornsteinStart of the signed/unsigned char cleanup.
2013-02-04 David LevineTweaked logic in brkstring.c and showfile.c to get...
2013-02-02 Ken HornsteinMake sure we don't link getcwidth with the nmh libraries.
2013-02-02 David LevineAdded support for "-" to indicate stdout to output_mess...
2013-02-02 David LevineRemoved unlink of "core" from signal handler of mhlist...
2013-02-02 David LevineRemoved myuid and mygid variables, they're no longer...
2013-02-02 Ken HornsteinCast wchar_t to long unsigned int to deal with differin...
2013-02-02 David LevineSuppress warning from test-manpages that groff can...
2013-02-02 David LevineThe Solaris compiler was right about unreachable statem...
2013-02-02 David LevineAdded l modifier to X printf conversions of wchar_t's.
2013-02-02 David LevineRemoved unused vec[0] relic from before argsplit conver...
2013-02-02 David LevineAdded trailing newline to sed input in mhmail when...
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.
next