summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-10-20 13:34:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-10-20 13:34:09 (GMT)
commitaf0efce59e0440d75633b2dac8ab9ecd39806a30 (patch)
treee6696e5723dc7f6b5911fdaaec323e228b564d7a /ChangeLog
parent278b4c9ebf643183f815790c3c646b71937f8268 (diff)
downloadtcl-af0efce59e0440d75633b2dac8ab9ecd39806a30.zip
tcl-af0efce59e0440d75633b2dac8ab9ecd39806a30.tar.gz
tcl-af0efce59e0440d75633b2dac8ab9ecd39806a30.tar.bz2
* generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation
* generic/tclCompile.c (tclInstructionTable): of [dict for] so that * generic/tclExecute.c (TEBCresume): it no longer makes any use of INST_DICT_DONE now that's not needed, and make it clearer in the implementation of the instruction that it's just a deprecated form of unset operation. Followup to my commit of 2010-10-16.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d07a302..95d6896 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation
+ * generic/tclCompile.c (tclInstructionTable): of [dict for] so that
+ * generic/tclExecute.c (TEBCresume): it no longer makes any
+ use of INST_DICT_DONE now that's not needed, and make it clearer in
+ the implementation of the instruction that it's just a deprecated form
+ of unset operation. Followup to my commit of 2010-10-16.
+
2010-10-19 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that