summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-12-11 19:45:52 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-12-11 19:45:52 (GMT)
commit5f40c6221b5fef57dec3b1b96604a0391e831d23 (patch)
treec7ddaa8af8d33a33ffe0ec446a5781b058762e7b /ChangeLog
parent3b26635ef7f745eeaaf7d1ecc4f89c48b04cb1f5 (diff)
downloadtcl-5f40c6221b5fef57dec3b1b96604a0391e831d23.zip
tcl-5f40c6221b5fef57dec3b1b96604a0391e831d23.tar.gz
tcl-5f40c6221b5fef57dec3b1b96604a0391e831d23.tar.bz2
small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1d1f5d..97567d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclCompCmds.c:
+ * generic/tclCompile.c:
+ * generic/tclExecute.c: consistency patch, to make all
+ instructions that pop a variable number of Tcl_Obj's off the
+ execution stack take the number of popped objects as first
+ operand. Modified *only* the new instructions
+ INST_LIST_INDEX_MULTI and INST_LSET_FLAT, so this has no effect on
+ bytecodes generated up to tcl8.4a3 inclusive.
+
+2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclExecute.c: fix debug messages in INST_LSET_LIST.
2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>