summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-15 22:01:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-15 22:01:03 (GMT)
commitcdb09f0ded89acc8b7a6b269f50fc8cd15da9739 (patch)
treed9b1b39a8a0517ecc9bbd810273e0cb13e7ca980 /ChangeLog
parenta4ad9e9083662f62f8f3df8f9901a114be5cbf24 (diff)
downloadtcl-cdb09f0ded89acc8b7a6b269f50fc8cd15da9739.zip
tcl-cdb09f0ded89acc8b7a6b269f50fc8cd15da9739.tar.gz
tcl-cdb09f0ded89acc8b7a6b269f50fc8cd15da9739.tar.bz2
* generic/regc_nfa.c: Fixed infinite loop in the regexp compiler
* generic/regcomp.c: [Bug 1810038]. Corrected looping logic in * tests/regexp.test: fixempties() to avoid wasting time walking a list of dead states [Bug 1832612]. Convert optst() from expensive no-op to a cheap no-op. Improve newline usage in debug output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 354f9f5..fbe8165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-15 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler
+ * generic/regcomp.c: [Bug 1810038]. Corrected looping logic in
+ * tests/regexp.test: fixempties() to avoid wasting time walking a
+ list of dead states [Bug 1832612]. Convert optst() from expensive
+ no-op to a cheap no-op. Improve newline usage in debug output.
+
2007-11-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of