summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 19:58:12 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 19:58:12 (GMT)
commit0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7 (patch)
tree114caa92372378b34872fb87a22a3b9063b08f63 /ChangeLog
parent86011ea4066f2ab0939bb04f67619c14d867d7b3 (diff)
downloadtcl-0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7.zip
tcl-0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7.tar.gz
tcl-0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7.tar.bz2
* generic/tclCompile.c: reverted TclEvalObjvInternal and
* generic/tclExecute.c: INST_INVOKE to essentially what they were * generic/tclBasic.c: previous to the commit of 2007-04-03 [Patch 1693802] and the subsequent optimisations, as they break the new trace tests described below. * generic/trace.test: added tests 36 to 38 for dynamic trace creation and addition. These tests expose a change in dynamics due to a recent round of optimisations. The "correct" behaviour is not described in docs nor TIP 62.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d502b..043c57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
2007-06-15 Miguel Sofer <msofer@users.sf.net>
- * generic/trace.test: added tests 36.* for dynamic trace creation
- and addition. These tests expose a change in dynamics due to a
- recent round of optimisations. The "correct" behaviour is not
- described in docs nor TIP 62. Currently test 36.2 fails, the opts
- will be rolled back.
+ * generic/tclCompile.c: reverted TclEvalObjvInternal and
+ * generic/tclExecute.c: INST_INVOKE to essentially what they were
+ * generic/tclBasic.c: previous to the commit of 2007-04-03
+ [Patch 1693802] and the subsequent optimisations, as they break
+ the new trace tests described below.
+
+ * generic/trace.test: added tests 36 to 38 for dynamic trace
+ creation and addition. These tests expose a change in dynamics due
+ to a recent round of optimisations. The "correct" behaviour is not
+ described in docs nor TIP 62.
2007-06-14 Miguel Sofer <msofer@users.sf.net>