summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-13 16:26:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-13 16:26:31 (GMT)
commit76a2ced0a1bab38668ad8bbf071794a9e437ed18 (patch)
tree1156a6ef53e1ff3c861e47696b776b8b7284c681 /ChangeLog
parenta3ba8079a4c6747f3fd58413e35cd0e2d3adee3d (diff)
downloadtcl-76a2ced0a1bab38668ad8bbf071794a9e437ed18.zip
tcl-76a2ced0a1bab38668ad8bbf071794a9e437ed18.tar.gz
tcl-76a2ced0a1bab38668ad8bbf071794a9e437ed18.tar.bz2
* generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for
* tests/foreach.test (foreach-10.1): the value list each iteration of the loop as defense against shimmers. [Bug 1671087]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 253c4e7..e76ab9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-03-13 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for
+ * tests/foreach.test (foreach-10.1): the value list each iteration
+ of the loop as defense against shimmers. [Bug 1671087]
+
* generic/tclVar.c (TclArraySet): Re-fetch pointers for the list
* tests/var.test (var-17.1): argument of [array set] each time
through the loop as defense against possible shimmer issues.