summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-08 13:28:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-08 13:28:06 (GMT)
commitce11fef50dff5048c2dfa81c6639fbb6a65b51e0 (patch)
treee98a894ddce06416177582863563bdfd99a39e79 /ChangeLog
parent7ca3af3ebfc7d24e2f628a1fc5b2058c2d9410c2 (diff)
parent98040fe8bcb5786e0e2743bc32dc10b576f86f93 (diff)
downloadtcl-ce11fef50dff5048c2dfa81c6639fbb6a65b51e0.zip
tcl-ce11fef50dff5048c2dfa81c6639fbb6a65b51e0.tar.gz
tcl-ce11fef50dff5048c2dfa81c6639fbb6a65b51e0.tar.bz2
Merge trunk.
Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, TclSetBooleanObj. Change various function to macros: Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tcl_DbNewBooleanObj, Tcl_SetBooleanObj, Tcl_AddErrorInfo, Tcl_AddObjErrorInfo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01103bb..617b05d 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()