summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-06-01 05:09:35 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-06-01 05:09:35 (GMT)
commit64aa67bd929d210bd1d764bd73312496dee8002d (patch)
treecaf160b68ddc6a1bb31b773b37350b3ccb61214a /ChangeLog
parent8a1ba857d507f08ae03699c6116c31efd569e5de (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fa25e0..45510b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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