summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-07 19:53:52 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-07 19:53:52 (GMT)
commit2a9d0c7d0ca876dc97db9373e820c520ad293b7b (patch)
treefadf3c49eb7efd357c676533671b1ea09cef5890 /ChangeLog
parenta9077b7650915e4f0dd8c7788a7c455fa644db53 (diff)
downloadtcl-2a9d0c7d0ca876dc97db9373e820c520ad293b7b.zip
tcl-2a9d0c7d0ca876dc97db9373e820c520ad293b7b.tar.gz
tcl-2a9d0c7d0ca876dc97db9373e820c520ad293b7b.tar.bz2
Added forgotten reference to [Bug 1350564] in last entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e65b72..6c5be07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@
* generic/tclIO.c (BUSY_STATE, CheckChannelErrors,
TclCopyChannel): New macro, and the places using it. This change
- allows for bi-directional fcopy on channels. Thanks to Alexandre
- Ferrieux <ferrieux@users.sourceforge.net> for the patch.
+ allows for bi-directional fcopy on channels. [Bug 1350564].
+ Thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net>
+ for the patch.
* tests/io.test (io-53.9): Made test cleanup robust against the
possibility of slow process shutdown on Windows. Backported from