summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-16 19:59:03 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-16 19:59:03 (GMT)
commitec43fe476600ee215c4012baea54bdb62f394cd2 (patch)
treebf30b6c5c0c10d99339dfab0a4956c11b4efc38d /ChangeLog
parent52a5824083b50f66194e6987b001cc68bc04cb10 (diff)
downloadtcl-ec43fe476600ee215c4012baea54bdb62f394cd2.zip
tcl-ec43fe476600ee215c4012baea54bdb62f394cd2.tar.gz
tcl-ec43fe476600ee215c4012baea54bdb62f394cd2.tar.bz2
* generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the
* tests/info.test: information for key 'proc' out of the TCL_LOCATION_BC branch to after the switch, this is common to all frame types. Updated the testsuite to match. This was exposed by the 2008-06-08 commit (Miguel), switching uplevel from direct eval to compilation. Fixes [Bug 1987851].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec79e0b..417e7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-06-16 Andreas Kupries <andreask@activestate.com>
+ * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the
+ * tests/info.test: information for key 'proc' out of the
+ TCL_LOCATION_BC branch to after the switch, this is common to all
+ frame types. Updated the testsuite to match. This was exposed by
+ the 2008-06-08 commit (Miguel), switching uplevel from direct eval
+ to compilation. Fixes [Bug 1987851].
+
+2008-06-16 Andreas Kupries <andreask@activestate.com>
+
* tests/ioTrans.test (iortrans-11.*): Fixed same issue as for
iortrans.tf-11.*, cleanup of temp file, making this a followup to
the entry on 2008-06-10 by myself.