summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-07 19:53:37 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-07 19:53:37 (GMT)
commit8df0b6bee23ca5209e9f00cf2ecfb72e69df0f66 (patch)
treea148e08246851108783bef08574ab213585cfe5b
parent95473dc845da41623e06d0cca82085e846b26670 (diff)
downloadtcl-8df0b6bee23ca5209e9f00cf2ecfb72e69df0f66.zip
tcl-8df0b6bee23ca5209e9f00cf2ecfb72e69df0f66.tar.gz
tcl-8df0b6bee23ca5209e9f00cf2ecfb72e69df0f66.tar.bz2
Added forgotten reference to [Bug 1350564] in last entry.
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a489de6..399ce04 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.
2008-04-07 Reinhard Max <max@suse.de>