summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-10-23 17:49:05 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-10-23 17:49:05 (GMT)
commit8fe5b2fcac7044adea04de99718e6edecdc109b4 (patch)
tree3793a485642e94c6eefbf29b86618f5444aa8b90 /ChangeLog
parent30812e7dd017c24c6fe9087088d51216f735512a (diff)
downloadtcl-8fe5b2fcac7044adea04de99718e6edecdc109b4.zip
tcl-8fe5b2fcac7044adea04de99718e6edecdc109b4.tar.gz
tcl-8fe5b2fcac7044adea04de99718e6edecdc109b4.tar.bz2
* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]
fixing [Bug 813087]. Detection of sockets was off for Mac OS X which implements pipes as local sockets. The new code ensures that only IP sockets are detected as such.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a33cb..5037c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-23 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]
+ fixing [Bug 813087]. Detection of sockets was off for Mac OS X
+ which implements pipes as local sockets. The new code ensures
+ that only IP sockets are detected as such.
+
2003-10-22 Andreas Kupries <andreask@activestate.com>
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when