diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-15 18:14:13 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-15 18:14:13 (GMT) |
commit | 86011ea4066f2ab0939bb04f67619c14d867d7b3 (patch) | |
tree | e37faf604ee8353da4fe77ef63803a2c11cc1715 /ChangeLog | |
parent | bd136b6ef509499b965502fe7b8ffc28bbc8ff0b (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |