]> diplodocus.org Git - nmh/shortlog
nmh
2013-12-05 David LevineIn test-mhfixmsg, make sure that $HOME is writeable...
2013-12-05 David LevineReally fixed mhmail.
2013-12-05 David LevineRemoved temporary hack.
2013-12-05 David LevineRemoved temporary hack to enable debug from configure.ac.
2013-12-05 David LevineFixed test-mhmail failure on Solaris: its tail doesn...
2013-12-05 Ken HornsteinUpdate pending-release-notes regarding removal of the...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-05 David LevineAdded temporary diagnostic hack to test-mhmail.
2013-12-05 David LevineThe buildbot is up, put in hacks to enable debug and...
2013-12-05 David LevineFixed m_getfld() bug introduced in commit
2013-12-05 David LevineUse ICONV_CONST in declaration of variable that's passed to
2013-12-05 David LevineAdded identifier to each check in test-mhlist to help...
2013-12-05 David LevineAdded comment about not supporting trailing semicolons
2013-12-05 David LevineUndid temporary hacks, it looks like the buildbot is...
2013-12-05 David LevineTemporarily added a few hacks to diagnose problems...
2013-12-04 Ken HornsteinFix another warning.
2013-12-04 Ken HornsteinA few more tests; I think that's enough for now.
2013-12-04 Ken HornsteinFix a few warnings.
2013-12-04 Ken HornsteinMore tests (but not quite finished yet).
2013-12-04 Ken HornsteinFix cut & paste mistake.
2013-12-04 Ken HornsteinMore man page minor fixup.
2013-12-04 Ken HornsteinSlightly clarify mhbuild man page.
2013-12-04 Ken HornsteinMinor typo fix.
2013-12-04 Ken HornsteinNote changes to mhbuild.
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-04 Ken HornsteinSupport for more tests.
2013-12-04 Ken HornsteinWhoops, shouldn't use autoincrement with a macro; forgo...
2013-12-03 Ken HornsteinFirst round of tests! Still want to do more before...
2013-12-03 Ken HornsteinAdd support for a -file switch to handle messages that...
2013-12-03 Ken HornsteinDon't put a space after the trailing semicolon for...
2013-12-03 Ken HornsteinUse pref_encoding() to select the default encoding...
2013-12-03 Ken HornsteinDo proper group handling, and fix a bug in the q-p...
2013-12-02 Ken HornsteinI think we're very close to get address encoding workin...
2013-12-02 Ken HornsteinDocument a few more things.
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-12-02 Ken HornsteinRemove code to set the signature buffer; it turns out...
2013-11-27 Ken HornsteinMore work, but still stuff to do.
2013-11-25 Ken HornsteinFix up a few warnings and problems.
2013-11-21 Ken HornsteinMore work on address portion of RFC 2047 encoder.
2013-11-14 Ken HornsteinA little bit closer to working for address headers.
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinFix up the unquote test, with help from Lyndon and...
2013-11-14 Ken HornsteinTest for unquoting, but it doesn't work yet.
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-14 Ken HornsteinDocument snprintb() a bit.
2013-11-14 Ken HornsteinActually check the output buffer length all of the...
2013-11-13 Ken HornsteinStart work on address header parsing.
2013-11-13 Ken HornsteinFix up date mode so it works without providing a format...
2013-11-11 Ken HornsteinDocument things a bit more.
2013-11-10 Ken HornsteinA number of bug fixes:
2013-11-09 Ken HornsteinDon't increment the buffer pointer for the NUL string...
2013-11-09 Ken HornsteinAdd support for -changecur and -nochangecur to mhlist(1).
2013-11-08 Ken HornsteinA little closer, but still has problems.
2013-11-08 Ken HornsteinFix handling of -headerencoding switch.
2013-11-07 Ken HornsteinGetting closer to getting base64 header encoding working.
2013-11-03 David LevineRemoved spurious space before a period in rcvpack man...
2013-11-03 David LevineCleaned up the "stripped CRs" mhfixmsg verbose message.
2013-10-31 Ken HornsteinBeginning stubs to support base64 header encoding.
2013-10-31 Ken HornsteinSupport the -headerencoding switch to select the header...
2013-10-31 Ken HornsteinSwitch to the (correct) casting of char to unsigned...
2013-10-31 Ken HornsteinFix some space calculation/whitespace handling bugs.
2013-10-30 Ken HornsteinFix qpspecial() macro test, and do proper casts to...
2013-10-30 Ken HornsteinIt looks like simple quoted-printable encoding of heade...
2013-10-30 Ken HornsteinRemove unused argument.
2013-10-30 Ken HornsteinFix up a few miscalculations.
2013-10-29 Ken HornsteinA hopefully-functional quoted-printable encoder
2013-10-28 Ken HornsteinTest to make sure mhshow is actually invoking a charset...
2013-10-28 Ken HornsteinFix bug found by LLVM.
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-10-27 David LevineInterpret a full path argument to mhfixmsg as a filenam...
2013-10-23 Ken HornsteinA little tiny bit closer to working.
2013-10-23 David LevineSuccess! Clean build on the buildbot Solaris11 host.
2013-10-23 David LevineOoops, fixed typo in configure.ac.
2013-10-23 David LevineSee if this cleans up the Solaris build on the buildbot.
2013-10-23 David LevineMore probing: print out sbr/dtimep.c.
2013-10-23 David LevineOK, Solaris on the buildbot uses flex 2.5.35.
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-22 Ken HornsteinMinor comment update.
2013-10-21 Ken HornsteinStart of RFC 2047 encoding code. Not complete in the...
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.
next