]> diplodocus.org Git - nmh/history - sbr
A few more C-T-E tests.
[nmh] / sbr /
2013-04-21 David LevineAdded const to argument of getname().
2013-04-21 David LevineAdded const to argument of getcpy().
2013-04-19 Paul Foxm_convert: 'foo=n' and 'foo=+/-n' now select msgs with...
2013-04-16 David LevinePlugged memory leak in m_unknown().
2013-04-16 David LevineFixed problem in m_getfld() reported by Paul Fox. ...
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-04-14 David LevineRemoved #include of sys/wait.h from sbr/pidstatus.c...
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-04-03 David LevineAdded port number to "Connecting to" message with ...
2013-03-31 David LevineMoved #include <sys/wait.h> to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-03-27 Ken HornsteinWarn the user if too many sequences exist during sequen...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-24 Ken HornsteinChange folder_delmsgs() to save context and sequence...
2013-03-21 Ken HornsteinMake sure to mark the sequence file as closed in the...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-21 Ken HornsteinDon't lock and write the sequence files until after...
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
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-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-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 HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-20 David LevineIn m_getfld.c, cast the returns of valid characters to
2013-02-19 Ken Hornsteinfmttest is actually starting to get useful now. Some...
2013-02-16 Ken HornsteinRemove dead UUCP address parsing code. Sadly, this...
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-12 Ken HornsteinFinal conversion to new argsplit() code.
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 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-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Ken HornsteinMore code converted to use argsplit().
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 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.
next