diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-11 19:45:52 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-11 19:45:52 (GMT) |
commit | 5f40c6221b5fef57dec3b1b96604a0391e831d23 (patch) | |
tree | c7ddaa8af8d33a33ffe0ec446a5781b058762e7b /ChangeLog | |
parent | 3b26635ef7f745eeaaf7d1ecc4f89c48b04cb1f5 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |