]> diplodocus.org Git - nmh/shortlog
nmh
2013-10-23 David LevineMore probing: added flex -V.
2013-10-23 David LevineAdded back an enhanced hack to configure.ac to try...
2013-10-23 David LevineReverted commit 9caa7da143644ed93c6ba6351f48fa1327ad4392
2013-10-23 David LevineAdded hack to configure.ac to work around bug in flex...
2013-10-21 Ken HornsteinSome comments describing the MIME structures.
2013-10-19 David LevineAdded volatile qualifier in a couple of places to get...
2013-10-19 David LevineAllow mhfixmsg to strip carriage returns from ISO-8850...
2013-10-19 David LevineAdded docs/README-iCalendar.
2013-10-18 Ken HornsteinImplemented -build switch for comp, at the request...
2013-10-18 Ken HornsteinMinor comment cleanup.
2013-10-17 Ken HornsteinUpdate the mh-sequence(5) man page with details of...
2013-10-16 Ken HornsteinAdd locking support to the version of the sequence...
2013-10-15 Ken HornsteinRemove support for NOPUBLICSEQ.
2013-10-15 Ken HornsteinRemove unneeded stat() call; was a leftover from the...
2013-10-06 David LevineThe Content-Disposition type needs to be "inline" for...
2013-09-19 David LevineAdded script name to test-mhfixmsg printout.
2013-09-19 David LevineDon't check -replacetextplain in test-mhfixmsg if skipp...
2013-09-19 David LevineRun output of -replacetextplain test through uniq.
2013-08-19 David LevineAdded -replacetextplain switch to mhfixmsg. If enabled...
2013-07-02 David LevineAdded unsigned char cast of char argument to isascii...
2013-07-01 Ken HornsteinReject email addresses which contain 8-bit characters.
2013-07-01 Ken HornsteinAdd warnings about the use of %(decode) on addresses.
2013-07-01 Ken HornsteinIf mbtowc() fails to handle a character, replace the...
2013-07-01 David LevineIn test-mhfixmsg, run output through uniq before head...
2013-07-01 David LevinePunted on comparing that html part in test-mhfixmsg...
2013-07-01 David LevineTry this formatting change to test-mhfixmsg.
2013-07-01 David LevineOne more formatting chagned to the input in test-mhfixm...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergRevert "Move a variable manipulation outside the contex...
2013-07-01 David LevineChanged formatting of the input in test-mhfixmsg that...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergMove a variable manipulation outside the context of...
2013-07-01 David LevineRestored test-mhfixmsg. Not sure what to do about...
2013-07-01 Lyndon NerenbergCopy a parameter off the call stack to quell a longjmp...
2013-07-01 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-07-01 David LevineSee if the rest of test-mhfixmsg will pass on Solaris.
2013-06-30 Lyndon NerenbergRemove spurious return statements after exit().
2013-06-30 David LevineOK, fixed test-mhfixmsg on Solaris 11, where BUFSIZ...
2013-06-30 David LevineAdded to the Solaris debug printout.
2013-06-30 David LevineRemoved exit() after a longjmp() in uip/sendsbr.c to...
2013-06-30 David LevineMore debugging of test-mhfixmsg on Solaris.
2013-06-30 David LevineFixed removal of <> in test-dist and test-rcvdist.
2013-06-30 David LevineRemove any <> surrounding localmbox in test-dist and...
2013-06-30 David LevineThat didn't work, fixed location of mhn.defaults in...
2013-06-30 David LevineAdded debug printouts to see why the test fails on...
2013-06-30 Lyndon NerenbergPrefer /usr/sbin/sendmail over /usr/lib/sendmail.
2013-06-30 Lyndon NerenbergAdd compilation guard around lkopen_flock.
2013-06-30 Lyndon NerenbergIf we're searching for commands, prefer xpg4 versions...
2013-06-12 David LevineRemoved hyphen from all occurrences of RFC-*.
2013-06-12 David LevineChanged all bare occurrences of 822/2822 to RFC 822...
2013-06-12 David LevineChanged "separated by spaces" in mh-sequence man page to
2013-06-12 David LevineChanged a couple of occurrences of "white-space" to...
2013-05-26 Lyndon Nerenbergconflict(8): style - move deprecation notice into DESCR...
2013-05-26 Lyndon NerenbergRemove SYNOPSIS from nmh(7).
2013-05-26 Lyndon NerenbergDelete SYNOPSIS from section 5 manpages.
2013-05-26 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-05-26 Lyndon NerenbergFix typo.
2013-05-26 David LevineAdded note to pending-release-notes that "*" address...
2013-05-26 Lyndon NerenbergStupid typo in manpage.
2013-05-26 Lyndon NerenbergClean up mh-alias(5) manpage.
2013-05-12 David LevineFixed strip_crs() in mhfixmsg to work even if it's the
2013-05-07 David LevineFixed number of bytes to fread() in strip_crs() in...
2013-05-05 Lyndon NerenbergMore .ta -> .TP manpage cleanup.
2013-05-04 David LevinePer Ralph's suggestion, added note that "moreproc"...
2013-05-04 David LevineReplaced hard-coded "more" with DEFAULT_PAGER in show_t...
2013-05-04 David LevineWhen the mhfixmsg -decodetext switch is enabled, each...
2013-05-04 David LevineRemoved unused declaration of "nolist" from mhshow.c.
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-05-03 David LevineFixed failure reported by Valdis of post to retrieve...
2013-05-02 David LevineFixed problem with m_getfld() with long headers reported by
2013-05-02 David LevineSet the return status from the check() function of...
2013-05-01 David LevineRemoved remaining #includes of stdio.h and stdlib.h...
2013-05-01 David LevineApplied what was done to uip/send.c in commit
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-04-29 David LevineRemoved some #includes of unistd.h and stdio.h because...
2013-04-29 David LevineRedirect some outputs in the test suite to standard...
2013-04-28 David LevineFix to commit af429a902add614e35cd76d15172a4ccb70a3be1 to
2013-04-28 David LevineTweaked check of -outfile in test-mhstore.
2013-04-28 David LevineAllow -clobber with mhstore -outfile.
2013-04-28 David LevineAdded -outfile switch to mhstore(1).
2013-04-28 David LevineRefined error message from check() shell function of...
2013-04-28 Ken HornsteinRemove extra arguments from two anno tests; the check...
2013-04-27 David LevineRemoved #include of sys/param.h from sbr/makedir.c...
2013-04-27 David LevineAllow mhfixmsg -reformat to succeed even when decode...
2013-04-27 David LevineAdded support for 'ignore space' argument to check...
2013-04-23 David LevineCompleted commit 52a236230220232fd632b5aa88eb9bb31dba34...
2013-04-21 David LevineReplaced calls to static getcpy() in mf.c with calls...
2013-04-21 David LevineAdded quoting of local part of invalid address in messa...
2013-04-21 David LevineFixed small formatting glitch in repl man page.
2013-04-21 David LevineAdded const to arguments of mf functions.
2013-04-21 David LevineAdded const to argument of getname().
2013-04-21 David LevineAdded const to argument of getcpy().
2013-04-20 David LevineRefined commit 9b70e8396d50989db2177547515594bc15ee8b17...
2013-04-20 David LevineAdded mention to mhlist(1) man page, in response to...
2013-04-19 Paul Foxtest-mark: add tests for relative message selections
2013-04-19 Paul Foxmh-sequence.man: document new '=+' and '=-' for selecti...
2013-04-19 Paul Foxm_convert: 'foo=n' and 'foo=+/-n' now select msgs with...
2013-04-19 David LevineFixed permissions of maildelivery file in test-slocal...
2013-04-16 David LevinePlugged memory leak in m_unknown().
2013-04-16 David LevineAdded date to test message with two blank lines between...
next