summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 18:14:13 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 18:14:13 (GMT)
commit86011ea4066f2ab0939bb04f67619c14d867d7b3 (patch)
treee37faf604ee8353da4fe77ef63803a2c11cc1715 /ChangeLog
parentbd136b6ef509499b965502fe7b8ffc28bbc8ff0b (diff)
downloadtcl-86011ea4066f2ab0939bb04f67619c14d867d7b3.zip
tcl-86011ea4066f2ab0939bb04f67619c14d867d7b3.tar.gz
tcl-86011ea4066f2ab0939bb04f67619c14d867d7b3.tar.bz2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e42b10..f1d502b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2007-06-14 Miguel Sofer <msofer@users.sf.net>
* generic/tclInt.decls: Modif to the internals of TclObjInterpProc