summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-03 18:06:51 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-03 18:06:51 (GMT)
commitaee4b23dd9098622d39bdab07937703a502e75f6 (patch)
treeb5d731d4c7178391b6ba8cea3e6ba22bc025aa72 /ChangeLog
parent51e0552038c3bb5c4a3e2478a505cc69913730df (diff)
downloadtcl-aee4b23dd9098622d39bdab07937703a502e75f6.zip
tcl-aee4b23dd9098622d39bdab07937703a502e75f6.tar.gz
tcl-aee4b23dd9098622d39bdab07937703a502e75f6.tar.bz2
* generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to
* tests/io.test: prevent fcopy from calling -command synchronously 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 605e0dc..69103a2 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
+ 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