summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-08 01:44:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-08 01:44:17 (GMT)
commit9f0660744ceb5e04221cf4090d5e68aa8a718baa (patch)
treecea2c1c0dc09b070dfb1811e3b66647c00ca21b4 /ChangeLog
parent52c2de3cb8140e9017dbdc839a06b995670d2ed6 (diff)
downloadtcl-9f0660744ceb5e04221cf4090d5e68aa8a718baa.zip
tcl-9f0660744ceb5e04221cf4090d5e68aa8a718baa.tar.gz
tcl-9f0660744ceb5e04221cf4090d5e68aa8a718baa.tar.bz2
[3603557]: Increase the maximum depth of recursion used when duplicating an
automaton in response to encountering a "wild" RE that hit the previous limit. Allow the limit (DUPTRAVERSE_MAX_DEPTH) to be set by defining its value in the Makefile. Problem reported by Jonathan Mills.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c76bbe3..3047cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-02-08 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/regc_nfa.c (duptraverse): [Bug 3603557]: Increase the
+ maximum depth of recursion used when duplicating an automaton in
+ response to encountering a "wild" RE that hit the previous limit.
+ Allow the limit (DUPTRAVERSE_MAX_DEPTH) to be set by defining its
+ value in the Makefile. Problem reported by Jonathan Mills.
+
2013-02-05 Don Porter <dgp@users.sourceforge.net>
* win/tclWinFile.c: [Bug 3603434] Make sure TclpObjNormalizePath()