diff options
author | mig <mig> | 2012-02-06 16:43:46 (GMT) |
---|---|---|
committer | mig <mig> | 2012-02-06 16:43:46 (GMT) |
commit | 3726e1f19cfa86bd6348c60bc1b600512748db4f (patch) | |
tree | 13aebbdee5531d588f3da83aea837ff321dba2af /ChangeLog | |
parent | f6491ee624f67b79e27052355b92065d83cf48ec (diff) | |
download | tcl-3726e1f19cfa86bd6348c60bc1b600512748db4f.zip tcl-3726e1f19cfa86bd6348c60bc1b600512748db4f.tar.gz tcl-3726e1f19cfa86bd6348c60bc1b600512748db4f.tar.bz2 |
Fix for [Bug 3484621]: insure that execution traces on bytecoded commands
bump the interp's compile epoch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-06 Miguel Sofer <msofer@users.sf.net> + + * generic/tclTrace.c: Fix for [Bug 3484621]: insure that + * tests/trace.test: execution traces on bytecoded commands bump + the interp's compile epoch. + 2012-02-02 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclUniData.c: [Frq 3464401] Support Unicode 6.1 |