diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-08-04 16:49:02 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-08-04 16:49:02 (GMT) |
commit | d22e96bfc585f1e3d9b592a0dfdeeabe1c6a49e2 (patch) | |
tree | b555a84190f46b5d7da17a5d78f11277a22007b6 /ChangeLog | |
parent | f5169dbe59924b18e67ece3867b7ddddc5820324 (diff) | |
download | tcl-d22e96bfc585f1e3d9b592a0dfdeeabe1c6a49e2.zip tcl-d22e96bfc585f1e3d9b592a0dfdeeabe1c6a49e2.tar.gz tcl-d22e96bfc585f1e3d9b592a0dfdeeabe1c6a49e2.tar.bz2 |
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting
* generic/tclIORTrans.c: in InvokeTclMethod and callers.
* tests/ioTrans.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,14 @@ +2010-08-04 Andreas Kupries <andreask@activestate.com> + + * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting + * generic/tclIORTrans.c: in InvokeTclMethod and callers. + * tests/ioTrans.test: + 2010-08-03 Andreas Kupries <andreask@activestate.com> * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion crash and fix. -2010-08-03 Andreas Kupries <andreask@activestate.com> - * tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Should not fail, and doesn't, after updating the line numbers to the changed position. |