summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreask <andreask>2011-05-17 21:38:46 (GMT)
committerandreask <andreask>2011-05-17 21:38:46 (GMT)
commit23c320cea6647facf962db57c34c5cd85b9432b6 (patch)
treeb5e7c39efe55151da282aae8a06fc6d25a81b1e5 /ChangeLog
parent3b2326b2cb12d8d9376f464d61e70ef88433d2c5 (diff)
parentae8c7e936a3c00a11a29a50f2b80df021acbea51 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41cf780..6e64b7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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