summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-03 18:06:23 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-03 18:06:23 (GMT)
commitf22c720323ae972ba91834691c7c0ad1b800d2df (patch)
tree7b2996d1dacdf61537357d21e7203fb0421aaeb6 /ChangeLog
parent5d04951fcf71ab20d6f470ec05cd5edae97f31a0 (diff)
downloadtcl-f22c720323ae972ba91834691c7c0ad1b800d2df.zip
tcl-f22c720323ae972ba91834691c7c0ad1b800d2df.tar.gz
tcl-f22c720323ae972ba91834691c7c0ad1b800d2df.tar.bz2
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to
* tests/io.test: prevent fcopy from calling -command synchronously * tests/chanio.test: the first time. Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net> for report and patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f78f29c..5d06fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-03 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to
+ * tests/io.test: prevent fcopy from calling -command synchronously
+ * tests/chanio.test: the first time. Thanks to Alexandre Ferrieux
+ <ferrieux@users.sourceforge.net> for report and patch.
+
2008-04-02 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (CopyData): Applied patch for the fcopy problem