]> diplodocus.org Git - nmh/history - sbr
Minor autoconf style cleanup.
[nmh] / sbr /
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 HornsteinThe start of the use of argsplit() to process command...
2013-01-29 David LevineChanged m_getfld() buffer size to 4096 from 8192, to...
2013-01-29 David LevineAdded m_getfld_track_filepos() for callers to indicate...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-26 David LevineReworked the new documentation in m_getfld.c.
2013-01-24 Ken HornsteinFix the format engine so it properly keeps track of...
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-22 David LevineReworked enter_getfld() and Peek().
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevinePlugged small memory leak in m_unknown().
2013-01-21 David LevineReplaced hard-coded value with MAX_DELIMITER_SIZE in...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-21 Ken HornsteinFix memory leak in arglist code
2013-01-19 David LevineAdded a FILE * to the m_getfld_state struct so that...
2013-01-19 David LevineMoved all file static data in m_getfld.c into the
2013-01-18 Ken HornsteinBeginning of implementation of new argsplit() function...
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-18 David LevineMinimized message files reads in m_getfld() when the...
2013-01-17 David LevineMore cleanup of m_getfld(), changed some variable names.
2013-01-17 David LevineCleaned up m_getfld() code a bit. The most notable...
2013-01-16 David LevineAdded check of a header with name that's 998 bytes...
2013-01-16 David LevineRemoved the for-loop that was used to get a header...
2013-01-16 David LevineCheck that a character array isn't empty before looking...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-15 David LevineRenamed a couple of m_getfld auxiliary functions.
2013-01-15 David LevineCleaned up m_getfld's read_more().
2013-01-15 David LevineIn m_getfld(), fixed the loop that handles the FLDPLUS...
2013-01-15 David Levinem_getfld() now supports interleaving calls with
2013-01-14 David LevineCleaned up a bit.
2013-01-14 David LevineAdded support for m_getfld() callers interleaving fseek...
2013-01-13 David LevineAdded bytes_read to m_getfld() buffer state. This...
2013-01-12 David LevineRemoved "sleazy hack" of negative bufsz because commit
2013-01-12 David LevineCleaned up FLDPLUS handling in m_getfld(). As part...
2013-01-12 David LevineVery minor cleanup to m_getfld() to remove an increment...
2013-01-11 David LevineStarted revising m_getfld() code to replace direct...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2013-01-10 David LevineAdded comments to and started cleaning up m_getfld.c.
2013-01-10 David LevineWhen read_more() loads more bytes, save some from the...
2013-01-07 Ken HornsteinFix bug where a "cur" sequence that was outside the...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2013-01-04 David LevineIn cpstripped() and cptrimmed(), if a multibyte charact...
2013-01-03 David LevineFixed decoding of header fields when they contain a...
2012-12-27 David LevineCorrected fseek() emulation to fix test/bad-input/test...
2012-12-27 David LevineReplace use of ftell() in mhparse.c:get_content() by...
2012-12-26 David LevineRestored an explicit refill of the buffer in m_getfld...
2012-12-26 David LevineRemoved call to fpurge() and its platform-specific...
2012-12-25 David LevineReplaced all the stdio buffer access in m_getfld.c...
2012-12-23 David LevineUpdated m_getfld() interface description.
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-12-22 David LevineChanged type of name argument to m_getfld() from unsign...
2012-12-22 David LevineAdded m_getfld () interface description.
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-11-29 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-11-27 Paul Foxapp_msgarg: de-obfuscate
2012-11-27 Paul FoxArtificial argv limits.
2012-11-20 David LevineFixed a couple of signed-unsigned comparisons.
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinWhoops, with the new world order we need to make sure...
2012-11-19 Ken HornsteinChange fmt_findcasecmp() to fmt_findcasecomp(). The...
2012-11-19 Ken HornsteinChange API a bit.
2012-11-17 Ken HornsteinAdd missing functions for manipulating component text.
2012-11-15 Ken HornsteinFix a few bugs:
2012-11-15 Ken HornsteinAdd some comments to explain how format loop support...
2012-11-15 Ken HornsteinAdd refcounting to struct comp.
2012-11-15 Ken HornsteinBeginnings of the changes to fmt_compile for memory...
2012-11-13 Ken HornsteinChange %(putlit) and %(zputlit) to take TF_EXPR instead...
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 Lyndon NerenbergAllow $PAGER to override the compiled-in default pager...
2012-10-14 Ralph CorderoyFixed "mark -sequence cur -delete all" to work for...
2012-08-18 David LevineCleaned up message_id().
2012-07-22 David LevineTidied up for loop in message_id().
2012-07-22 David LevineWith -messageid random, make the part after the @ more...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-15 David LevineRemoved debugging statement and added comments to the...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-06-29 David LevineSimplified getm() a bit, removing a goto.
2012-06-29 David LevineFixed ismymbox() to look at Local-Mailbox as well as
2012-06-20 David LevineRefinement to e30560d793ff5bc704dadc2eab9d31100ad4636b...
2012-06-19 David LevineChanged permissions from 0755 to 0644 on a few .c files.
2012-06-09 David LevineAdded warning to all nmh programs for multiple profile...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-05-26 Ken HornsteinSupport for handling multibyte encodings in cpstripped...
2012-05-12 David LevineSIGNATURE/Local-Mailbox are not used by post, but just...
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-05-06 David LevineAdded check for EPERM when checking errno after a faile...
2012-04-15 David LevineAdded declaration of __srget() on Cygwin. Used point...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
next