summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-16 20:46:13 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-16 20:46:13 (GMT)
commit1922e1e0453740ff32919883b05862a382ab33d4 (patch)
treeadfeec6f376b7100375606692df978fce9a0ad09 /ChangeLog
parenta8d8152bcfcdacd4b0a55d00a657e61191178db8 (diff)
downloadtcl-1922e1e0453740ff32919883b05862a382ab33d4.zip
tcl-1922e1e0453740ff32919883b05862a382ab33d4.tar.gz
tcl-1922e1e0453740ff32919883b05862a382ab33d4.tar.bz2
* generic/tclCmdIL.c (InfoFrameCmd): 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 27b5b16..e86606f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-16 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclCmdIL.c (InfoFrameCmd): 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 Andreas Kupries <andreask@activestate.com>
* generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional