summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-08-04 16:47:15 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-08-04 16:47:15 (GMT)
commit306e3ea3e928c4b6fbe2bc37ad685d182b2a059e (patch)
tree60f749dd3daebc74e457e1f7db49efddc6f2c7fa /ChangeLog
parentea59ca0ca592cd2807758b50b52f109e80274450 (diff)
downloadtcl-306e3ea3e928c4b6fbe2bc37ad685d182b2a059e.zip
tcl-306e3ea3e928c4b6fbe2bc37ad685d182b2a059e.tar.gz
tcl-306e3ea3e928c4b6fbe2bc37ad685d182b2a059e.tar.bz2
* generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting
* tests/ioCmd.test: in InvokeTclMethod and callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f43e6cf..6ede49d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
+2010-08-04 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting
+ * tests/ioCmd.test: in InvokeTclMethod and callers.
+
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, test_info_frame): Changed absolute
to relative frame adressing to handle difference between testing
with -singleproc 1 vs. the default -singleproc 0. Plus comment