summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-02-15 15:32:30 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-02-15 15:32:30 (GMT)
commit02a26d7bcd80d7c7f7a2733ebecdbfb89d1212c5 (patch)
tree722bb5b087351a5a88a8ddd7a8872c13aeb97257 /ChangeLog
parente1bfb4b3a06ef2a5199b7587116f35242d185e98 (diff)
parentd14317916c9328450a7afd6cfa2168a6c5a7224f (diff)
downloadtcl-02a26d7bcd80d7c7f7a2733ebecdbfb89d1212c5.zip
tcl-02a26d7bcd80d7c7f7a2733ebecdbfb89d1212c5.tar.gz
tcl-02a26d7bcd80d7c7f7a2733ebecdbfb89d1212c5.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 97fcc85..5993378 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-14 Harald Oehlmann <oehhar@users.sf.net>
* library/msgcat/msgcat.tcl: [Bug 3604576]: Catch missing registry entry