summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-16 20:44:30 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-16 20:44:30 (GMT)
commit32d107e23b1d9d75d74c00fdd52dde8992156169 (patch)
tree9d6de1eb31f6101cb24b542829483e5fa2e46fab /ChangeLog
parent0d6b55f2fe8c7feec7aad55b859d0f5af8e46ec0 (diff)
downloadtcl-32d107e23b1d9d75d74c00fdd52dde8992156169.zip
tcl-32d107e23b1d9d75d74c00fdd52dde8992156169.tar.gz
tcl-32d107e23b1d9d75d74c00fdd52dde8992156169.tar.bz2
* generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the
* tests/info.test: head branch :: Moved the code looking up the 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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 586941a..e79000e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-16 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the
+ * tests/info.test: head branch :: Moved the code looking up the
+ 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-12 Daniel Steffen <das@users.sourceforge.net>
* unix/Makefile.in: add complete deps on tclDTrace.h.