diff options
author | andreask <andreask> | 2011-05-17 21:38:46 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-05-17 21:38:46 (GMT) |
commit | 23c320cea6647facf962db57c34c5cd85b9432b6 (patch) | |
tree | b5e7c39efe55151da282aae8a06fc6d25a81b1e5 /ChangeLog | |
parent | 3b2326b2cb12d8d9376f464d61e70ef88433d2c5 (diff) | |
parent | ae8c7e936a3c00a11a29a50f2b80df021acbea51 (diff) | |
download | tcl-23c320cea6647facf962db57c34c5cd85b9432b6.zip tcl-23c320cea6647facf962db57c34c5cd85b9432b6.tar.gz tcl-23c320cea6647facf962db57c34c5cd85b9432b6.tar.bz2 |
Merged core-8-5-branch, fixup of TIP 280 location mapping.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-05-17 Andreas Kupries <andreask@activestate.com> + + * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed + * generic/tclBasic.c (TclArgumentBCEnter): the cause of a violation + of my assertion that 'ePtr->nline == objc' in TclArgumentBCEnter. + When a bytecode was grown during jump fixup the pc -> command line + mapping was not updated. When things aligned just wrong the mapping + would direct command A to the data for command B, with a different + number of arguments. + 2011-05-11 Reinhard Max <max@suse.de> * unix/tclUnixSock.c (TcpWatchProc): No need to check for server |