|
From: Don P. <dg...@us...> - 2009-09-18 21:13:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv319 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to recursive parsing calls to convert O(N^2) operations of [subst] to O(N). |