summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-16 17:25:48 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-16 17:25:48 (GMT)
commita76b6923bb681fdc5ed9f24e8ab74c40dfd2fca9 (patch)
tree3f8dd99cbcec2ce52436ede0fb72387897aab0c8 /ChangeLog
parentd3dd7920cd97f2c402d6fdc5c4acdb3e60c8f9cb (diff)
downloadtcl-a76b6923bb681fdc5ed9f24e8ab74c40dfd2fca9.zip
tcl-a76b6923bb681fdc5ed9f24e8ab74c40dfd2fca9.tar.gz
tcl-a76b6923bb681fdc5ed9f24e8ab74c40dfd2fca9.tar.bz2
* generic/tclCompile.h:
* generic/tclCompile.c: * generic/tclExecute.c: changed implementation of {expand}, last chance while in alpha as ... ***POTENTIAL INCOMPATIBILITY*** Scripts precompiled with ProComp under previous tcl8.5a versions may malfunction due to changed instruction numbers for INST_LIST_INDEX_IMM, INST_LIST_RANGE_IMM and INST_START_CMD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66885c4..47c4e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-05-16 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.h:
+ * generic/tclCompile.c:
+ * generic/tclExecute.c: changed implementation of {expand}, last
+ chance while in alpha as ...
+
+ ***POTENTIAL INCOMPATIBILITY***
+ Scripts precompiled with ProComp under previous tcl8.5a versions
+ may malfunction due to changed instruction numbers for
+ INST_LIST_INDEX_IMM, INST_LIST_RANGE_IMM and INST_START_CMD.
+
2004-05-14 Kevin B. Kenny <kennykb@acm.org>
* generic/tclInt.decls: Promoted TclpLocaltime and TclpGmtime