]> diplodocus.org Git - nmh/history - uip
Test for unquoting, but it doesn't work yet.
[nmh] / uip /
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 HornsteinFINALLY clean up our signed/unsigned character warning...
2013-02-05 Ken HornsteinStart of the signed/unsigned char cleanup.
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 David LevineThe Solaris compiler was right about unreachable statem...
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 Ken HornsteinConvert post over to use new argsplit code.
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
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 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-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-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-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 Ken HornsteinFix a bug leading to message corruption with inc when...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-15 David Levinem_getfld() now supports interleaving calls with
2013-01-13 David LevineRemoved unused local char_read from forwsbr.c.
2013-01-10 David LevineAdded explicit third initializer to some swit struct...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2013-01-05 David LevineExpanded warning message for invalid Content-Transfer...
2013-01-04 Ken HornsteinRemove support for -ebcdicsafe/-noebcdicsafe switches...
2013-01-04 David LevineRemoved discard() call in post(8). It was only used...
2012-12-27 David LevineReplace use of ftell() in mhparse.c:get_content() by...
2012-12-25 David LevineFixed formatting of last change to scansbr.c.
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-12 David LevineRemoved a few #ifndef JLR/#endif pairs because they...
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-12-11 Ken HornsteinRemove the peeking into the stdio internals inside...
2012-12-10 Ken HornsteinThe beginnings of a program to test format functions...
2012-12-07 Paul Foxmhshow: properly treat unknown multipart subtypes...
2012-12-06 Paul Foxpick: add -nosequence command line switch
2012-12-03 David LevineFix to 25581a94c5113eb78b2baf7110408df96efc4418: always...
2012-11-29 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-11-29 Paul Foxshow: remove unused variable
2012-11-29 Paul Foxshow: remove unreachable code
2012-11-29 Paul Foxshow: remove MAXARGS limit when running any of the...
2012-11-29 Paul Foxforw: remove MAXARGS limit when running mhlproc
2012-11-29 Paul Foxburst: eliminate use of MAXARGS
2012-11-25 David LevineIn pick(1), attempt to decode each header field as...
2012-11-25 Ken HornsteinAdd support for a -nosasl switch.
2012-11-24 David LevineFixed pick(1) to properly unfold multiple-line header...
2012-11-24 Ken HornsteinDocument the -port switch to inc. Also, fix the -port...
2012-11-23 David Levineslocal used to support two different formats for three of
2012-11-20 David LevineFixed a couple of signed-unsigned comparisons.
2012-11-19 Oliver KiddleYozo TODA: fix for mhshow-charset- directives in .mh_pr...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinMake sure we strip off a newline from components we...
2012-11-19 Ken HornsteinConvert repl to the new world format API.
2012-11-19 Ken HornsteinSupport for the new world format API for comp and forw.
2012-11-19 Ken HornsteinConvert scan() to the new world format API.
2012-11-19 Ken HornsteinChange API a bit.
2012-11-19 Ken HornsteinRemove unused variable.
2012-11-17 Ken HornsteinFinished work on rcvdist to convert to new world format...
2012-11-17 Ken HornsteinMore (and hopefully for now) the final cleanup for...
2012-11-17 Ken HornsteinBasic support for the new world API; seems to work!
2012-11-16 Ken HornsteinPartial work for mhl; still more stuff to do.
2012-11-16 Ken HornsteinFix missing argument to fmt_free().
2012-11-15 Ken HornsteinBeginnings of conversion of code to new format interface.
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-11-03 David LevineFixed comparison to be signed instead of unsigned.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-10-27 David LevineAdded -check/-nocheck switches to sortm(1). Also remov...
2012-10-24 David LevineCyrus SASL 2.1.25 introduced the sasl_callback_ft proto...
2012-10-21 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-21 David LevineUpdated sendfiles(1):
2012-10-20 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-20 David LevineFixed the trap to work with posh.
2012-10-20 David LevineFixed the trap in mhmail.
2012-10-19 David LevineCleaned up uip/mhmail. Added chmod +x of spost in...
2012-10-16 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-16 David LevineCleaned up some printf's.
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 David LevineRemoved unused function seek_home().
2012-10-15 David LevineThe first alias contained in a blind list is now expand...
2012-10-15 David LevineChanged error message to say that blind lists aren't
2012-10-13 David LevineDon't allow blind aliases with sendmail/pipe mts. ...
2012-10-13 David LevineRemoved potential buffer overflow in ali.c by replacing...
2012-10-12 David LevineFixed sortm(1) verbose message and man page to reflect...
2012-10-12 David LevineAdded -noall/-all switches to sortm(1).
2012-09-23 David LevineWhen determining the path of the script inside mhmail...
next