]> diplodocus.org Git - nmh/history - sbr/m_getfld.c
new.c: Order two return statements to match comment.
[nmh] / sbr / m_getfld.c
2013-01-11 David LevineStarted revising m_getfld() code to replace direct...
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...
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-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-04-15 David LevineAdded declaration of __srget() on Cygwin. Used point...
2012-01-09 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-12-26 Peter Maydell* sbr/m_getfld.c: fix two bugs which could cause us...
2008-10-23 David Levine * sbr/m_getfld.c: in warning message, use NAMESZ-2...
2008-08-13 Eric Gillespie * test/tests/bad-input/test-header: Add test for it.
2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-28 Ruud de RooijFixed m_getfld bug which caused segmentation faults...
2000-01-26 Dan HarklessDan Winship informed me that the right fix when gcc...
2000-01-25 Dan HarklessPut in a prototype for stdio internal function _filbuf...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-10 Doug Morrisconfigure, configure.in stamp-h.in, and uip/Makefile...
1999-05-13 Dan HarklessChange ordering of a conditional to prevent a bad point...
1999-04-30 Doug MorrisInitial revision