diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-09-27 22:39:39 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-09-27 22:39:39 (GMT) |
commit | f2bc477e968be829da18b8a9e84c8e7a3029b386 (patch) | |
tree | 1cdcd627c638c5c17222e14978daf30c3d83a13c /ChangeLog | |
parent | 3fe8faa0d5b71da69e9ca5fdb5c9ae58d1c58e29 (diff) | |
download | tcl-f2bc477e968be829da18b8a9e84c8e7a3029b386.zip tcl-f2bc477e968be829da18b8a9e84c8e7a3029b386.tar.gz tcl-f2bc477e968be829da18b8a9e84c8e7a3029b386.tar.bz2 |
changed last commit - ifdef'ing out unused mcce (multi char collation
elements) code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-09-27 Miguel Sofer <msofer@users.sf.net> + + * generic/regc_color.c (singleton): + * generic/regc_cvec.c (addmcce): + * generic/regcomp.c (compile, dovec): the static function addmcce does + nothing when called with two NULL pointers; the only call is by + compile with two NULL pointers (regcomp.c #includes + regc_cvec.c). + Large parts (all?) the code for mcce (multi character collating + element) that we do not use is ifdef'ed out with the macro + REGEXP_MCCE_ENABLE. + This silences coverity bugs 7, 16, 80 + 2006-09-27 Andreas Kupries <andreask@activestate.com> * tests/pkg.test: Added test for version comparison at the 32bit |