| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
blob | commitdiff | raw |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw | diff to current |
| 2017-08-10 |
Ralph Corderoy | m_getfld() et al: Add wrapper without FILE *iob parameter. |
blob | commitdiff | raw | diff to current |
| 2017-08-10 |
Ralph Corderoy | m_getfld.c: Make m_getfld_state_init() public. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to call Getc() and Ungetc(). |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Peek() to match Getc()'s structure. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Use intmax_t and PRIdMAX to printf off_t... |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | leave_getfld(): Don't follow fseeko(SEEK_SET) with... |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Alter Ungetc() to die if it can't rewind. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Remove Ungetc()'s `c' parameter. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | Teach gcc(1) that adios() and friends take printf formats. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld.c: Check ftello(3) and fseeko(3) for errors. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | struct m_getfld_state: Re-order members in more top... |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
blob | commitdiff | raw | diff to current |
| 2017-08-09 |
David Levine | Fixed scan to handle empty files without violating... |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
Ralph Corderoy | Move m_getfld's MS_* mbox-type macros to the only user. |
blob | commitdiff | raw | diff to current |
| 2017-08-01 |
David Levine | Restricted application of the adjustment in m_Eom(). |
blob | commitdiff | raw | diff to current |
| 2017-07-31 |
David Levine | Hacked m_Eom() to fix test-eom-align. |
blob | commitdiff | raw | diff to current |
| 2017-07-29 |
David Levine | Restored local variable to m_Eom(), to not truncate... |
blob | commitdiff | raw | diff to current |
| 2017-07-29 |
David Levine | Removed a local variable from m_Eom(). |
blob | commitdiff | raw | diff to current |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
blob | commitdiff | raw | diff to current |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
blob | commitdiff | raw | diff to current |
| 2017-05-23 |
Ralph Corderoy | sbr/m_getfld.c: Fix and improve `delim' comment. |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Use existing macros min() and max() more. |
blob | commitdiff | raw | diff to current |
| 2017-05-01 |
Ralph Corderoy | m_getfld.c: Remove else after break in m_unknown()... |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-23 |
Ralph Corderoy | Remove unneeded incomplete, member-less `struct tag;'. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2017-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
blob | commitdiff | raw | diff to current |
| 2016-11-19 |
Ralph Corderoy | Split a few more if-then statements into two lines... |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Shuffle `delim' assignments slightly. |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | Revert "m_getfld: Shorten fdelimlen by one; it was... |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Replace matchc() with memmem(3). |
blob | commitdiff | raw | diff to current |
| 2016-11-12 |
Ralph Corderoy | m_getfld: Remove never-true test in matchc(). |
blob | commitdiff | raw | diff to current |
| 2016-11-11 |
Ralph Corderoy | m_getfld: Shorten fdelimlen by one; it was too long. |
blob | commitdiff | raw | diff to current |
| 2016-10-30 |
David Levine | Set first character of name[] buffer in BODY state. |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | POSIX, 2016 Ed, removes bcopy(3). Stop referring to it. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
David Levine | Have m_getfld() pass back indication of missing blank... |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Change all Getc() callers to use EOF, not comparisons... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't increment bytes_read if returning EOF. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Fix spelling in comment. Alter case to match identifier. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Simply enter_getfld()'s structure, no functional change. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Stop one lseek(2) per header fetched by m_getfld.c... |
blob | commitdiff | raw | diff to current |
| 2016-09-06 |
David Levine | Removed incorrect increment of read position pointer... |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Removed second argument from m_Eom() in m_getfld.c... |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Here's a better fix to m_Eom() in m_getfld.c than commit |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Removed eom_action from m_getfld.c because it was only... |
blob | commitdiff | raw | diff to current |
| 2014-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
blob | commitdiff | raw | diff to current |
| 2014-03-15 |
David Levine | Compare character with EOF using signed comparison... |
blob | commitdiff | raw | diff to current |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
blob | commitdiff | raw | diff to current |
| 2014-02-25 |
David Levine | Fixed m_getfld() to not return EOF indicator, so that... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
David Levine | Fixed m_getfld() bug introduced in commit |
blob | commitdiff | raw | diff to current |
| 2013-05-02 |
David Levine | Fixed problem with m_getfld() with long headers reported by |
blob | commitdiff | raw | diff to current |
| 2013-04-16 |
David Levine | Plugged memory leak in m_unknown(). |
blob | commitdiff | raw | diff to current |
| 2013-04-16 |
David Levine | Fixed problem in m_getfld() reported by Paul Fox. ... |
blob | commitdiff | raw | diff to current |
| 2013-03-30 |
David Levine | Moved #include <assert.h> to h/nmh.h. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-20 |
David Levine | In m_getfld.c, cast the returns of valid characters to |
blob | commitdiff | raw | diff to current |
| 2013-02-05 |
David Levine | Changed m_getfld() to use char instead of unsigned... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
David Levine | Changed m_getfld() buffer size to 4096 from 8192, to... |
blob | commitdiff | raw | diff to current |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-26 |
David Levine | Reworked the new documentation in m_getfld.c. |
blob | commitdiff | raw | diff to current |
| 2013-01-24 |
David Levine | Added functions for inc, msh, rcvtty, and scan to access |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-22 |
David Levine | Reworked enter_getfld() and Peek(). |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Plugged small memory leak in m_unknown(). |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Replaced hard-coded value with MAX_DELIMITER_SIZE in... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-19 |
David Levine | Added a FILE * to the m_getfld_state struct so that... |
blob | commitdiff | raw | diff to current |
| 2013-01-19 |
David Levine | Moved all file static data in m_getfld.c into the |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Minimized message files reads in m_getfld() when the... |
blob | commitdiff | raw | diff to current |
| 2013-01-17 |
David Levine | More cleanup of m_getfld(), changed some variable names. |
blob | commitdiff | raw | diff to current |
| 2013-01-17 |
David Levine | Cleaned up m_getfld() code a bit. The most notable... |
blob | commitdiff | raw | diff to current |
| 2013-01-16 |
David Levine | Added check of a header with name that's 998 bytes... |
blob | commitdiff | raw | diff to current |
| 2013-01-16 |
David Levine | Removed the for-loop that was used to get a header... |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
David Levine | Renamed a couple of m_getfld auxiliary functions. |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
David Levine | Cleaned up m_getfld's read_more(). |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
David Levine | In m_getfld(), fixed the loop that handles the FLDPLUS... |
blob | commitdiff | raw | diff to current |
| 2013-01-15 |
David Levine | m_getfld() now supports interleaving calls with |
blob | commitdiff | raw | diff to current |
| 2013-01-14 |
David Levine | Cleaned up a bit. |
blob | commitdiff | raw | diff to current |
| 2013-01-14 |
David Levine | Added support for m_getfld() callers interleaving fseek... |
blob | commitdiff | raw | diff to current |
| 2013-01-13 |
David Levine | Added bytes_read to m_getfld() buffer state. This... |
blob | commitdiff | raw | diff to current |
| 2013-01-12 |
David Levine | Removed "sleazy hack" of negative bufsz because commit |
blob | commitdiff | raw | diff to current |
| 2013-01-12 |
David Levine | Cleaned up FLDPLUS handling in m_getfld(). As part... |
blob | commitdiff | raw | diff to current |
| 2013-01-12 |
David Levine | Very minor cleanup to m_getfld() to remove an increment... |
blob | commitdiff | raw | diff to current |
| next |