summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-02-04 23:51:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-02-04 23:51:59 (GMT)
commitc55c7b67fafe41bbab5c29af55c496cb8aa280d2 (patch)
treef1ad93beb139106d9e926d1772e8004af2f8786f /ChangeLog
parent2f38276564b6c39c16792e5ac344e5d5794f4cca (diff)
downloadtcl-c55c7b67fafe41bbab5c29af55c496cb8aa280d2.zip
tcl-c55c7b67fafe41bbab5c29af55c496cb8aa280d2.tar.gz
tcl-c55c7b67fafe41bbab5c29af55c496cb8aa280d2.tar.bz2
* unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reported
by Dale Talcott <daletalcott@users.sourceforge.net>. Avoid to write nothing into a file as STREAM based implementations will consider this a EOF (if the file is a pipe). Not done in the generic layer as this type of writing is actually useful to check the state of a socket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07e6deb..2385727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-02-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+ * unix/tclUnixChan.c (FileOutputProc): Fixed [bug 465765] reported
+ by Dale Talcott <daletalcott@users.sourceforge.net>. Avoid
+ writing nothing into a file as STREAM based implementations will
+ consider this a EOF (if the file is a pipe). Not done in the
+ generic layer as this type of writing is actually useful to
+ check the state of a socket.
+
* doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid'
as the command to use to retrieve the pid of a command pipeline
created via 'open'.