diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-06-16 19:59:03 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-06-16 19:59:03 (GMT) |
commit | ec43fe476600ee215c4012baea54bdb62f394cd2 (patch) | |
tree | bf30b6c5c0c10d99339dfab0a4956c11b4efc38d /ChangeLog | |
parent | 52a5824083b50f66194e6987b001cc68bc04cb10 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |