diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-05 19:26:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-05 19:26:34 (GMT) |
commit | b1d0f3126ec21021d3ddfe55871c4e366887e0b5 (patch) | |
tree | d3e09b315235fa448b73c898e119e8b389ae0325 /ChangeLog | |
parent | 7964355d7cac82483f0b85355050cb0d919a96fb (diff) | |
download | tcl-b1d0f3126ec21021d3ddfe55871c4e366887e0b5.zip tcl-b1d0f3126ec21021d3ddfe55871c4e366887e0b5.tar.gz tcl-b1d0f3126ec21021d3ddfe55871c4e366887e0b5.tar.bz2 |
* Corrected [subst] so that return codes
TCL_BREAK and TCL_CONTINUE returned by variable substitution
have the same effect as when those codes are returned by command
substitution. [Bug 536879]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-04-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c (Tcl_SubstObj): + * tests/subst.test: Corrected [subst] so that return codes + TCL_BREAK and TCL_CONTINUE returned by variable substitution + have the same effect as when those codes are returned by command + substitution. [Bug 536879] + 2002-04-03 Jeff Hobbs <jeffh@ActiveState.com> * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias |