diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-09 14:12:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-09 14:12:05 (GMT) |
commit | ba7223881b8ae57b0edb93eae8dd280190dfd78e (patch) | |
tree | b5636b91856852a868140af8910b834288bcd06b /ChangeLog | |
parent | 991ddbd26c7c24de6598ff9fe61a1d9f13186548 (diff) | |
parent | 6652de82ba5502a042b2be29a5cf7e04b73fca4b (diff) | |
download | tcl-ba7223881b8ae57b0edb93eae8dd280190dfd78e.zip tcl-ba7223881b8ae57b0edb93eae8dd280190dfd78e.tar.gz tcl-ba7223881b8ae57b0edb93eae8dd280190dfd78e.tar.bz2 |
[3609693] Must strip the internal representation of procedure-like methods in
order to ensure that any bound references to instance variables are removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-09-09 Donal Fellows <dkf@users.sf.net> + + * generic/tclOOMethod.c (CloneProcedureMethod): [Bug 3609693]: Strip + the internal representation of method bodies during cloning in order + to ensure that any bound references to instance variables are removed. + 2013-09-01 Donal Fellows <dkf@users.sf.net> * generic/tclBinary.c (BinaryDecodeHex): [Bug b98fa55285]: Ensure that |