diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-05 22:50:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-05 22:50:32 (GMT) |
commit | e2c9dd401d8396244a2d94f15c05c019aa2a3b4c (patch) | |
tree | 5a9c26c5f8f31f934c934a2a6dc61372ef3a2ec8 /ChangeLog | |
parent | 9ec2f6a0332cda78247229df47c6a6e5c0469c94 (diff) | |
download | tcl-e2c9dd401d8396244a2d94f15c05c019aa2a3b4c.zip tcl-e2c9dd401d8396244a2d94f15c05c019aa2a3b4c.tar.gz tcl-e2c9dd401d8396244a2d94f15c05c019aa2a3b4c.tar.bz2 |
Fix [Bug 2964425].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-03-05 Donal K. Fellows <dkf@users.sf.net> + * generic/tclIORTrans.c (ForwardProc): [Bug 2964425]: When cleaning + the stables, it is sometimes necessary to do more than the minimum. In + this case, rationalizing the variables for a forwarded limit? method + required removing an extra Tcl_DecrRefCount too. + * generic/tclOO.h, generic/tclOOInt.h: [Patch 2961556]: Change TclOO to use the same style of function typedefs as Tcl, as this is about the last chance to get this right. |