]> diplodocus.org Git - nmh/history - sbr/fmt_scan.c
Fix invalid pointer arithmetic.
[nmh] / sbr / fmt_scan.c
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-08-28 Ralph CorderoyDon't cast zero to a non-function pointer; use NULL...
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-22 Ralph CorderoyAdd ZERO(p) for the typical memset(p, 0, sizeof *p...
2017-08-17 Ralph Corderoycpnumber(): Cast desired width to size_t to silence...
2017-08-17 Ken HornsteinFix bug in cpnumber().
2017-08-06 Ralph Corderoycpstripped(): Rewrite multi-byte version.
2017-08-05 Ralph Corderoycpstripped(), single-byte: Simplify logic.
2017-08-05 Ralph Corderoycpstripped: Split into two versions, each with a single...
2017-05-16 Ralph Corderoysbr/unquote.c: Move prototype from h/prototypes.h to...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-10 Ralph Corderoysbr/fmt_scan.c: Fix `foo%-42{bar}' right-justification...
2017-04-26 Ralph Corderoysbr/fmt_scan.c: Only wcwidth(3) a valid mbtowc(3) result.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph Corderoytws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
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-01 David LevineCheck for sufficient room for multi-column character.
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-21 Ralph CorderoyAssume POSIX ctype.h; don't vet tolower()'s parameter.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-08-23 Ken HornsteinIf str == buffer, then do NOT do a strncpy(buffer,...
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2014-12-18 David LevineFixed format engine output of negative number with...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-04 David LevineFixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-25 David LevineFixed dst format escape to return 1 instead of 16,...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-07 David LevineOn some platforms, -D_FORTIFY_SOURCE=2 warns about...
2014-08-29 David Levinefmt_scan() no longer subtracts 1 from the width. This...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-06-17 Lyndon NerenbergAdd missing variable initializations on fmt_scan().
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-14 David LevineIn cpstripped(), check for negative return value from...
2014-01-04 Ken HornsteinSupport for sending color escape sequences retrieved...
2014-01-02 Ken HornsteinFix problem with %(putlit) and %(zputlit) causing a...
2013-12-31 Ken HornsteinMake sure that branching instructions are traced even...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-07-01 Ken HornsteinIf mbtowc() fails to handle a character, replace the...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-20 Ken HornsteinBasic format tracing support; seems to work!
2013-02-20 Ken HornsteinSupport callbacks into the format engine. This is...
2013-02-05 Ken HornsteinStart of the signed/unsigned char cleanup.
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-27 David LevineMerge branch 'm_getfld'
2013-01-24 Ken HornsteinFix the format engine so it properly keeps track of...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-16 David LevineCheck that a character array isn't empty before looking...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2013-01-04 David LevineIn cpstripped() and cptrimmed(), if a multibyte charact...
2012-12-12 David LevineRemoved a few #ifndef JLR/#endif pairs because they...
2012-11-05 David LevineAdded format support for zputlit function escape. ...
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-05-26 Ken HornsteinSupport for handling multibyte encodings in cpstripped...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-24 Ken HornsteinSigh. Turns out last change broke a few tests, because...
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
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-13 Ken HornsteinCreate proper prototypes for formataddr() and concataddr().
2012-02-16 Ken HornsteinReport an error when the width used by putaddr is less...
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevinePass int instead of char to iscntrl() and isspace(...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 David LevineFixed trivial compile warnings.
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-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-01-18 Oliver Kiddleadd autoconf magic to support old systems that don...
2006-01-18 Oliver Kiddlefix bug with insertion of newline being wrong if the...
2006-01-17 Oliver Kiddlemore robust multi-byte/column support for field widths
2006-01-16 Josh Bressers* sbr/fmt_scan.c: Add the missing wchar.h include
2006-01-15 Josh Bressers* sbr/fmt_scan.c:PUTSF() Fix an off by one formatting...
2006-01-15 Josh Bressers* sbr/fmt_scan.c: Turn the PUTSF macro into a function...
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2003-09-30 Glenn Burkhardtrestored use of PUTDF() macro; was broken in versions...
next