summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-09 14:12:05 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-09 14:12:05 (GMT)
commite723893895a63b2eed1367d036f6f8dfa351674f (patch)
treeb5636b91856852a868140af8910b834288bcd06b /ChangeLog
parent2b788a21e46559d0e4de15b7b9adc5fb81d59f12 (diff)
parente0623615e3e41739740f01c94c66447eb95442e7 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0b623b..8e1a8b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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