]> diplodocus.org Git - nmh/history - uip/scansbr.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / scansbr.c
2016-11-10 Ralph Corderoyuip/scansbr.c: Use fputs(3) instead of mh_fputs().
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
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-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-09-02 David LevineDon't let scan() use too large a width (BUFSIZ for...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-26 David LevineRemoved msh relics from scansbr.c, including a global.
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-10-28 Ken HornsteinFix up warnings reported by LLVM.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-06 Ken HornsteinFINALLY clean up our signed/unsigned character warning...
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 LevineAdded scan_reset_m_getfld_state(), for msh only. It...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-24 Ken HornsteinFix a bug leading to message corruption with inc when...
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 Ken HornsteinFix a bug leading to message corruption with inc when...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2012-12-25 David LevineFixed formatting of last change to scansbr.c.
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-11 Ken HornsteinRemove the peeking into the stdio internals inside...
2012-11-19 Ken HornsteinMerge branch 'format-memory-rework'
2012-11-19 Ken HornsteinConvert scan() to the new world format API.
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-21 Ken HornsteinRevert previous change to get rid of MULTIBYTE_SUPPORT...
2012-03-21 Ken HornsteinIt turns out that as part of POSIXification we got...
2012-03-19 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-03-19 Ken HornsteinFix a bug where a message header ending right on the...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
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...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-08-08 Eric Gillespie * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add...
2008-05-22 Peter MaydellDon't use MB_CUR_MAX if we aren't compiled with multiby...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-16 Oliver Kiddle*** empty log message ***
2006-01-16 Oliver Kiddlemultiply buffer size by MB_CUR_MAX so multi-byte chars fit
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-05-28 Ruud de Rooij* Applied patch from Peter Maydell to uip/scansbr.c...
2000-02-29 Dan HarklessUpped the version number to 1.0.3+dev (ideally this...
1999-04-30 Doug MorrisInitial revision