summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-01-17 00:52:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-01-17 00:52:18 (GMT)
commit72e7c5746f7b65dde16f1956a8ff610feba195f5 (patch)
treed4d17ffb8719b7c855c61dc53e7c649c58d507c3 /ChangeLog
parentad2ff95ba8c9da2c069721644be9afd430a123a9 (diff)
downloadtcl-72e7c5746f7b65dde16f1956a8ff610feba195f5.zip
tcl-72e7c5746f7b65dde16f1956a8ff610feba195f5.tar.gz
tcl-72e7c5746f7b65dde16f1956a8ff610feba195f5.tar.bz2
Fix a shimmering bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b248a1f..fcd1540 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclCmdIL.c (Tcl_LassignObjCmd): Add more shimmering
+ protection for when the list is also one of the variables.
+
2004-01-17 Donal K. Fellows <dkf@users.sf.net>
BASIC IMPLEMENTATION OF TIP#57