| 2016-11-19 |
Ralph Corderoy | Split a few more if-then statements into two lines... |
blob | commitdiff | raw |
| 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 |
| 2013-01-11 |
David Levine | Started revising m_getfld() code to replace direct... |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
David Levine | Added comments to and started cleaning up m_getfld.c. |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
David Levine | When read_more() loads more bytes, save some from the... |
blob | commitdiff | raw | diff to current |
| 2012-12-27 |
David Levine | Corrected fseek() emulation to fix test/bad-input/test... |
blob | commitdiff | raw | diff to current |
| 2012-12-27 |
David Levine | Replace use of ftell() in mhparse.c:get_content() by... |
blob | commitdiff | raw | diff to current |
| 2012-12-26 |
David Levine | Restored an explicit refill of the buffer in m_getfld... |
blob | commitdiff | raw | diff to current |
| 2012-12-25 |
David Levine | Replaced all the stdio buffer access in m_getfld.c... |
blob | commitdiff | raw | diff to current |
| 2012-12-23 |
David Levine | Updated m_getfld() interface description. |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed msg_style and msg_delim to be file static to... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed type of name argument to m_getfld() from unsign... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Added m_getfld () interface description. |
blob | commitdiff | raw | diff to current |
| 2012-04-15 |
David Levine | Added declaration of __srget() on Cygwin. Used point... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2008-12-26 |
Peter Maydell | * sbr/m_getfld.c: fix two bugs which could cause us... |
blob | commitdiff | raw | diff to current |
| 2008-10-23 |
David Levine | * sbr/m_getfld.c: in warning message, use NAMESZ-2... |
blob | commitdiff | raw | diff to current |
| 2008-08-13 |
Eric Gillespie | * test/tests/bad-input/test-header: Add test for it. |
blob | commitdiff | raw | diff to current |
| 2008-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
blob | commitdiff | raw | diff to current |
| 2007-11-08 |
Joel Reicher | Insert types for args of some function pointers to... |
blob | commitdiff | raw | diff to current |
| 2006-01-02 |
Josh Bressers | * patch #3966: Create a mh_xmalloc function to prevent... |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-12-14 |
Shantonu Sen | Resolve the circular dependency of libmh on libmts... |
blob | commitdiff | raw | diff to current |
| 2000-09-08 |
Shantonu Sen | Updated #include's to point to new location of mts... |
blob | commitdiff | raw | diff to current |
| 2000-05-28 |
Ruud de Rooij | Fixed m_getfld bug which caused segmentation faults... |
blob | commitdiff | raw | diff to current |
| 2000-01-26 |
Dan Harkless | Dan Winship informed me that the right fix when gcc... |
blob | commitdiff | raw | diff to current |
| 2000-01-25 |
Dan Harkless | Put in a prototype for stdio internal function _filbuf... |
blob | commitdiff | raw | diff to current |
| 1999-09-12 |
Doug Morris | Lots of little code cleanups to prevent warnings -... |
blob | commitdiff | raw | diff to current |
| next |