summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-04-05 19:26:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-04-05 19:26:34 (GMT)
commitb1d0f3126ec21021d3ddfe55871c4e366887e0b5 (patch)
treed3e09b315235fa448b73c898e119e8b389ae0325 /ChangeLog
parent7964355d7cac82483f0b85355050cb0d919a96fb (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c7cc7e..2c762b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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