diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-08 01:44:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-08 01:44:17 (GMT) |
commit | 3c8b0820ea8c617e68e7f455a5d62b237f16bb2c (patch) | |
tree | cea2c1c0dc09b070dfb1811e3b66647c00ca21b4 /ChangeLog | |
parent | 78fd03de10e26eef255074fab73cc2f016a70db2 (diff) | |
download | tcl-3c8b0820ea8c617e68e7f455a5d62b237f16bb2c.zip tcl-3c8b0820ea8c617e68e7f455a5d62b237f16bb2c.tar.gz tcl-3c8b0820ea8c617e68e7f455a5d62b237f16bb2c.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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() |