]> diplodocus.org Git - nmh/shortlog
nmh
2013-03-18 David LevineFixed procmail example in mhfixmsg man page.
2013-03-17 David LevineRemoved color-tests from AM_INIT_AUTOMAKE because the...
2013-03-17 David LevineAdded mhfixmsg(1).
2013-03-17 David LevineFixed typo in fmmtest man page.
2013-03-16 Ken HornsteinAdd information about locking support entries to the...
2013-03-16 Ken HornsteinSupport for locking tests in the test suite.
2013-03-15 Ken HornsteinTurns out the close function can be called with FILE...
2013-03-15 Ken HornsteinMostly complete now, but not yet functional.
2013-03-15 David LevineCorrected comment describing copy_seqs().
2013-03-15 David LevineChanged c_cefile member of struct Content from pointer to
2013-03-15 David LevineAdded -[no]retainsequences switches to refile(1).
2013-03-15 David LevineChanged loop in dumpwidth() to go from [0, 0xffff)...
2013-03-15 David LevineChanged detection of warning in build_nmh for sign...
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-03-12 Ken HornsteinChange sample disposition from "application" to "attach...
2013-03-11 David LevineAdded check that writesomecmd() isn't at the end of...
2013-03-11 David LevineIgnore the sign mismatch warning when sbr/dtimep.c...
2013-03-08 David LevineFixed spelling of "preserve" in refile man page.
2013-03-08 David LevineIn the locking discussion of mh-folders(5), discourage...
2013-03-06 David LevineAdded lockmethod pseudocomponent to mhparam so that...
2013-03-05 Ken HornsteinUpdate with more information.
2013-03-04 David LevineAdded a bit more on sequences to mh-folders.man.
2013-03-03 David LevineAdded beginnings of storage format spec to new mh-folde...
2013-03-03 David LevineFixed typo in rmmproc.messageid.
2013-02-28 David LevineReworked internals of MIME parser's reverse_parts(...
2013-02-28 David LevineAdded tolower(), toupper(), and toascii() to
2013-02-27 David LevineAdded a handful of functions to the parser to allow...
2013-02-27 David LevineAdded nmh_strcasestr() because POSIX doesn't have strca...
2013-02-26 Ken HornsteinSupport RFC 2231 language tags in RFC 2047 header strings.
2013-02-26 David LevineAdded cpytrim() function. Unlike trimcpy(), it does...
2013-02-26 David LevineAdded const qualifier to arguments of concat() and...
2013-02-25 David LevineAdded find_str() and rfind_str() to sbr/utils.c
2013-02-25 David LevineAdded const qualifier to char * arguments of add()...
2013-02-22 Ken HornsteinAdd support for LS_UNQUOTE instruction.
2013-02-22 Ken HornsteinFix the code to print out an unknown instruction. ...
2013-02-22 Ken HornsteinWhoops, forgot a \ when adding fmttest.man to man_SRCS.
2013-02-22 Ken HornsteinQuote the arguments to the .I macro so the manpage...
2013-02-22 Ken HornsteinDocument new fmttest program.
2013-02-22 Ken HornsteinFix a few issues resulting from m_getfld() API changes.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-22 Ken HornsteinAdd a lot more text to the man page; it should be in...
2013-02-22 Ken HornsteinUpdate instruction output to be a bit more cleaner
2013-02-22 David LevineFixed write8Bit() to use fread()/fwrite() instead of
2013-02-21 Ken HornsteinFlesh this out so finally it's halfway useful.
2013-02-21 Ken HornsteinRearrange options a bit and support the -nodump flag...
2013-02-21 Ken HornsteinBring this up to best practices.
2013-02-21 Ken HornsteinMinor updates for fmttest man page.
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport for the address duplication done by repl, and...
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-20 Ken HornsteinMake generating the ChangeLog work if you're building...
2013-02-20 Ken HornsteinThe beginnings of a fmttest man page.
2013-02-20 David LevineIn m_getfld.c, cast the returns of valid characters to
2013-02-19 Ken HornsteinApply David Levine's fix from whomfile() to sendfile...
2013-02-19 David LevineRemoved addition of whomproc to the vec array in whomfile()
2013-02-19 David LevineAdded locking discussion to rcvstore(1) man page.
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-18 David Levine"RFC-2045 to RFC-2049" instead of "thru".
2013-02-16 David LevineWhen output_content() outputs a non-MIME message with...
2013-02-16 David LevineAdded mention of rcvstore(1) to inc(1) man page.
2013-02-16 David LevinePlugged small memory leak in etcpath().
2013-02-16 David LevineIn InitMultiPart(), always set bogus_mp_content if...
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-16 Ken HornsteinSlightly more useful, but still more work to do.
2013-02-15 Ken HornsteinAdd more functionality to fmttest; it's starting to...
2013-02-15 David LevineAdded a couple of global variables to mhparse.c to...
2013-02-14 Ken HornsteinMore work on fmttest, but still plenty more to go.
2013-02-14 Ken HornsteinCorrect man page information for %(width) format instru...
2013-02-14 David LevineAdded support for multiple message/file arguments to
2013-02-13 Ken HornsteinClean up argument handling to fmttest, as a precursor...
2013-02-13 Ken HornsteinRemove support for -mail, -saml, -send, and -soml switc...
2013-02-13 Ken HornsteinConvert fmttest over to the new argument processing...
2013-02-13 Ken HornsteinDocument argsplit changes in mh-profile man page.
2013-02-13 David LevineFixed typo in mhlist man page. Also removed sendfiles(1)
2013-02-13 Ken HornsteinRemove installproc from the test since we don't have...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
2013-02-11 Ken HornsteinAdd a new test for the MIME functionality in burst.
2013-02-11 David LevineMultipart parts might have content before the first...
2013-02-11 David LevineAdded etc/rmmproc.messageid, which shows how to try...
2013-02-08 Ken HornsteinMake burst(1) be able to burst MIME-formatted messages...
2013-02-08 Ken HornsteinCreate a central prototype for free_content().
2013-02-07 Ken HornsteinMore conversion to argsplit().
2013-02-07 Ken HornsteinMove etc/gen-ctype-checked into an Automake primary...
2013-02-07 David LevineWhen debugging is enabled, replace the ctype functions...
2013-02-07 David LevineAdded global variable skip_mp_cte_check to turn off...
2013-02-07 David Levineoutput_content() assumed that ci->ci_values[0] was...
2013-02-06 Ken HornsteinMore work to convert programs over to the use of argspl...
2013-02-06 Ken HornsteinMake sure these stdarg lists are properly terminated...
2013-02-06 Ken HornsteinRemove warning suppression we no longer need. Hooray!
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
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...
next