]> diplodocus.org Git - nmh/shortlog
nmh
2013-12-10 David LevineRemoved +w from SunStudio cc, it caused compilation...
2013-12-10 David LevineThat worked. Now try +w2 with SunStudio cc.
2013-12-10 David LevineOf course that didn't work. Try specifying the SunStudio
2013-12-10 David LevineThat didn't work. Set PATH to pick up SunStudio cc.
2013-12-10 David LevineUse SolarisStudio cc if available.
2013-12-10 David LevineAdded temporary probe to find cc on Solaris.
2013-12-10 David LevineRemoved temporary favor of cc over gcc.
2013-12-10 David LevineTemporarily favor cc over gcc to try it out on Solaris.
2013-12-09 David LevineCommit 9c663383ab54e0290781ac1c25d790ce03160e08 introduced
2013-12-09 Ken HornsteinClean up comments, and update information on file locking.
2013-12-09 David LevineRemoved dependence of build_nmh on ldd by adding sasl...
2013-12-08 Ken HornsteinFix one of the POP tests to work on wide terminals.
2013-12-08 David LevineRemoved temporary diagnostic to determine gcc version...
2013-12-08 David LevineAdded temporary diagnostic to see what version of gcc is
2013-12-08 David LevineWith the fix of 4929cad323afc87404752a1e88664a7f42cbb737,
2013-12-08 David LevineTry this sed command for squeeze_lines().
2013-12-08 David LevineAdded -eval 'set document.browse.margin_width = 0'...
2013-12-08 David LevineThat didn't work, so try this awk command from Robert...
2013-12-08 David LevineFixed squeeze_lines() test function to be compatible...
2013-12-08 David LevineFixed test-mhfixmsg to work with elinks, which inserted...
2013-12-07 David LevineAdded notes to README.developers about write access to
2013-12-07 David LevineReplaced hard-coded use of "," with `mhparam sbackup` in
2013-12-07 David LevineDisable clang complaint about unused -ansi when linking by
2013-12-07 David LevineRemoved bash-isms from inc/test-deb359167.
2013-12-07 David LevineSkip inc/test-deb359167 on FreeBSD >= 10 because its...
2013-12-06 Lyndon Nerenbergtest/common.sh.in: use awk to pick off first output...
2013-12-06 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-12-06 David LevineRenamed test/getfqdn to test/getcanon.
2013-12-06 Ken HornsteinI give up for now; revert these debugging commits.
2013-12-06 Ken HornsteinOne final check to make sure the binary isn't stripped
2013-12-06 Ken HornsteinSigh. Make sure the binaries aren't stripped as well.
2013-12-06 Ken HornsteinSwitch to default of -g so hopefully we can get somethi...
2013-12-06 Ken HornsteinSigh, I always forget this is errno.h, not sys/errno.h.
2013-12-06 Ken HornsteinHave getfqdn fall back to printing out the given hostna...
2013-12-06 David LevineThat didn't work, either. Restoring configure.ac.
2013-12-06 David LevineThat didn't work, try adding -pedantic-errors.
2013-12-06 David LevineThe linker on FreeBSD 10 doesn't like -ansi. So added a
2013-12-05 David LevineClean up mhbuild backup files left by test-header-encode.
2013-12-05 David LevineBetter fix than commit 605d80e7cf0d02d4bab9387f03b4e1d4...
2013-12-05 David LevineFix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a:
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...
next