summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-09-27 23:35:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-09-27 23:35:00 (GMT)
commit542215ff7f7979ba967987a746cfa8dd723425c6 (patch)
treeee39b9892f7f31b268ddf1be96f7e575475f35d1 /ChangeLog
parentf2bc477e968be829da18b8a9e84c8e7a3029b386 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ded99e1..645e262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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