diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-09-27 23:35:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-09-27 23:35:00 (GMT) |
commit | 542215ff7f7979ba967987a746cfa8dd723425c6 (patch) | |
tree | ee39b9892f7f31b268ddf1be96f7e575475f35d1 /ChangeLog | |
parent | f2bc477e968be829da18b8a9e84c8e7a3029b386 (diff) | |
download | tcl-542215ff7f7979ba967987a746cfa8dd723425c6.zip tcl-542215ff7f7979ba967987a746cfa8dd723425c6.tar.gz tcl-542215ff7f7979ba967987a746cfa8dd723425c6.tar.bz2 |
* generic/regc_color.c (uncolorchain):
* generic/regc_nfa.c (freearc): changed tests and asserts to
equivalent formulation, designed to avoid an explicit comparison
to NULL and satisfy coverity that 6 and 9 are not bugs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ REGEXP_MCCE_ENABLE. This silences coverity bugs 7, 16, 80 + * generic/regc_color.c (uncolorchain): + * generic/regc_nfa.c (freearc): changed tests and asserts to + equivalent formulation, designed to avoid an explicit comparison + to NULL and satisfy coverity that 6 and 9 are not bugs. + 2006-09-27 Andreas Kupries <andreask@activestate.com> * tests/pkg.test: Added test for version comparison at the 32bit |