summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-02-15 14:30:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-02-15 14:30:44 (GMT)
commitb12908345e9ef71275b47409f0cec91af99c2530 (patch)
treecd68e19b8f1450a2d30e5b79eb5d2103a675c402 /ChangeLog
parent00e736695a8c441fd7613f99a6a67fc101302477 (diff)
parent46df7f7566778f6e653d25f063fc6a57649e36a6 (diff)
downloadtcl-b12908345e9ef71275b47409f0cec91af99c2530.zip
tcl-b12908345e9ef71275b47409f0cec91af99c2530.tar.gz
tcl-b12908345e9ef71275b47409f0cec91af99c2530.tar.bz2
3604074 Fix regexp optimization to stop hanging on the expression
((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27c09e2..81d2616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-02-15 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/regc_nfa.c: [Bug 3604074] Fix regexp optimization to
+ * tests/regexp.test: stop hanging on the expression
+ ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery.
+
2013-02-05 Don Porter <dgp@users.sourceforge.net>
* win/tclWinFile.c: [Bug 3603434] Make sure TclpObjNormalizePath()