diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-06-01 05:09:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-06-01 05:09:35 (GMT) |
commit | 64aa67bd929d210bd1d764bd73312496dee8002d (patch) | |
tree | caf160b68ddc6a1bb31b773b37350b3ccb61214a /ChangeLog | |
parent | 8a1ba857d507f08ae03699c6116c31efd569e5de (diff) | |
download | tcl-64aa67bd929d210bd1d764bd73312496dee8002d.zip tcl-64aa67bd929d210bd1d764bd73312496dee8002d.tar.gz tcl-64aa67bd929d210bd1d764bd73312496dee8002d.tar.bz2 |
* generic/tclOOMethod.c: Fix a bug where the refcount of a method
was reset if the method was redefined while
there was an active invocation.
[Bug #1981001]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ Thanks to George Peter Staplin for the report. + * generic/tclOOMethod.c: Fix a bug where the refcount of a method + was reset if the method was redefined while + there was an active invocation. + [Bug #1981001] + 2008-06-01 Donal K. Fellows <dkf@users.sf.net> * generic/tclOO.decls, unix/Makefile.in (genstubs): Make generation of |