diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-06-16 20:46:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-06-16 20:46:13 (GMT) |
commit | 1922e1e0453740ff32919883b05862a382ab33d4 (patch) | |
tree | adfeec6f376b7100375606692df978fce9a0ad09 /ChangeLog | |
parent | a8d8152bcfcdacd4b0a55d00a657e61191178db8 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |