diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-12 14:51:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-07-12 14:51:30 (GMT) |
commit | 08c08fbd919645722f3a2fe5db61c2e4dfa97d2c (patch) | |
tree | 6e718b7c6384b7ada1efaa63ce6b8177eb7ca225 /ChangeLog | |
parent | 044907f34579d3b64afa81854a8b9ffce76562ad (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |