]> diplodocus.org Git - nmh/history - sbr/m_getfld.c
mhlsbr.c: Don't strchr(3) non-string NUL-less buffer.
[nmh] / sbr / m_getfld.c
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-08-10 Ralph Corderoym_getfld() et al: Add wrapper without FILE *iob parameter.
2017-08-10 Ralph Corderoym_getfld.c: Make m_getfld_state_init() public.
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to call Getc() and Ungetc().
2017-08-09 Ralph Corderoym_getfld.c: Alter Peek() to match Getc()'s structure.
2017-08-09 Ralph Corderoym_getfld.c: Use intmax_t and PRIdMAX to printf off_t...
2017-08-09 Ralph Corderoyleave_getfld(): Don't follow fseeko(SEEK_SET) with...
2017-08-09 Ralph Corderoym_getfld.c: Alter Ungetc() to die if it can't rewind.
2017-08-09 Ralph Corderoym_getfld.c: Remove Ungetc()'s `c' parameter.
2017-08-09 Ralph CorderoyTeach gcc(1) that adios() and friends take printf formats.
2017-08-09 Ralph Corderoym_getfld.c: Check ftello(3) and fseeko(3) for errors.
2017-08-09 Ralph Corderoystruct m_getfld_state: Re-order members in more top...
2017-08-09 Ralph Corderoym_getfld() and friends: Add commentary.
2017-08-09 David LevineFixed scan to handle empty files without violating...
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-08-01 Ralph CorderoyMove m_getfld's MS_* mbox-type macros to the only user.
2017-08-01 David LevineRestricted application of the adjustment in m_Eom().
2017-07-31 David LevineHacked m_Eom() to fix test-eom-align.
2017-07-29 David LevineRestored local variable to m_Eom(), to not truncate...
2017-07-29 David LevineRemoved a local variable from m_Eom().
2017-05-28 Ralph Corderoyh/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM.
2017-05-28 Ralph Corderoysbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead.
2017-05-23 Ralph Corderoysbr/m_getfld.c: Fix and improve `delim' comment.
2017-05-12 Ralph CorderoyUse existing macros min() and max() more.
2017-05-01 Ralph Corderoym_getfld.c: Remove else after break in m_unknown()...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-23 Ralph CorderoyRemove unneeded incomplete, member-less `struct tag;'.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-11-19 Ralph CorderoySplit a few more if-then statements into two lines...
2016-11-12 Ralph Corderoym_getfld: Shuffle `delim' assignments slightly.
2016-11-12 Ralph CorderoyRevert "m_getfld: Shorten fdelimlen by one; it was...
2016-11-12 Ralph Corderoym_getfld: Replace matchc() with memmem(3).
2016-11-12 Ralph Corderoym_getfld: Remove never-true test in matchc().
2016-11-11 Ralph Corderoym_getfld: Shorten fdelimlen by one; it was too long.
2016-10-30 David LevineSet first character of name[] buffer in BODY state.
2016-10-22 Ralph CorderoyPOSIX, 2016 Ed, removes bcopy(3). Stop referring to it.
2016-10-21 David LevineHave m_getfld() pass back indication of missing blank...
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyChange all Getc() callers to use EOF, not comparisons...
2016-10-16 Ralph CorderoyDon't increment bytes_read if returning EOF.
2016-10-16 Ralph CorderoyFix spelling in comment. Alter case to match identifier.
2016-10-16 Ralph CorderoySimply enter_getfld()'s structure, no functional change.
2016-10-16 Ralph CorderoyStop one lseek(2) per header fetched by m_getfld.c...
2016-09-06 David LevineRemoved incorrect increment of read position pointer...
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-11 David LevineAdded mh_xcalloc().
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-04 David LevineRemoved second argument from m_Eom() in m_getfld.c...
2014-08-04 David LevineHere's a better fix to m_Eom() in m_getfld.c than commit
2014-08-04 David LevineRemoved eom_action from m_getfld.c because it was only...
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2014-03-15 David LevineCompare character with EOF using signed comparison...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-25 David LevineFixed m_getfld() to not return EOF indicator, so that...
2013-12-05 David LevineFixed m_getfld() bug introduced in commit
2013-05-02 David LevineFixed problem with m_getfld() with long headers reported by
2013-04-16 David LevinePlugged memory leak in m_unknown().
2013-04-16 David LevineFixed problem in m_getfld() reported by Paul Fox. ...
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 David LevineIn m_getfld.c, cast the returns of valid characters to
2013-02-05 David LevineChanged m_getfld() to use char instead of unsigned...
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-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 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 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-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 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-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...
next