diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-02 20:19:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-08-02 20:19:44 (GMT) |
commit | 0958b92b37ecfab151eeda74295706cdb6351e77 (patch) | |
tree | 1385968014ba13306c9c262b6c09ad5ae34e39d3 /ChangeLog | |
parent | 6d9ae4aa1654e9872e141608b90a7c58ea4235cc (diff) | |
download | tcl-0958b92b37ecfab151eeda74295706cdb6351e77.zip tcl-0958b92b37ecfab151eeda74295706cdb6351e77.tar.gz tcl-0958b92b37ecfab151eeda74295706cdb6351e77.tar.bz2 |
Deal with the elaborate rip-apart-a-metaclass case as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ +2013-08-02 Donal Fellows <dkf@users.sf.net> + + * generic/tclOODefineCmds.c (ClassSuperSet): Bug [9d61624b3d]: Stop + crashes when emptying the superclass slot, even when doing elaborate + things with metaclasses. + 2013-08-01 Harald Oehlmann <oehhar@users.sf.net> - * tclUnixNotify.c Tcl_InitNotifier: Bug [a0bc856dcd] - Start notifier thread again if we were forked, to solve Rivet bug - 55153. + * tclUnixNotify.c (Tcl_InitNotifier): Bug [a0bc856dcd]: Start notifier + thread again if we were forked, to solve Rivet bug 55153. 2013-07-05 Kevin B. Kenny <kennykb@acm.org> |