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 | e723893895a63b2eed1367d036f6f8dfa351674f (patch) | |
tree | b5636b91856852a868140af8910b834288bcd06b /ChangeLog | |
parent | 2b788a21e46559d0e4de15b7b9adc5fb81d59f12 (diff) | |
parent | e0623615e3e41739740f01c94c66447eb95442e7 (diff) | |
download | tcl-e723893895a63b2eed1367d036f6f8dfa351674f.zip tcl-e723893895a63b2eed1367d036f6f8dfa351674f.tar.gz tcl-e723893895a63b2eed1367d036f6f8dfa351674f.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 |