summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-12 14:51:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-12 14:51:30 (GMT)
commit08c08fbd919645722f3a2fe5db61c2e4dfa97d2c (patch)
tree6e718b7c6384b7ada1efaa63ce6b8177eb7ca225 /ChangeLog
parent044907f34579d3b64afa81854a8b9ffce76562ad (diff)
downloadtcl-08c08fbd919645722f3a2fe5db61c2e4dfa97d2c.zip
tcl-08c08fbd919645722f3a2fe5db61c2e4dfa97d2c.tar.gz
tcl-08c08fbd919645722f3a2fe5db61c2e4dfa97d2c.tar.bz2
Reorganize method cache handling a bit to better support itcl nasty cases.
[Bug 1895546]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 015eb9a..4ba0279 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-12 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOOCall.c (TclOOGetCallContext): [Bug 1895546]: Changed
+ * generic/tclOO.c (TclOOObjectCmdCore): the way that the cache is
+ managed so that when itcl does cunning things, those cunning things
+ can be cached properly.
+
2009-07-11 Donal K. Fellows <dkf@users.sf.net>
* doc/vwait.n: Substantially increased the discussion of issues and