summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2003-10-23 18:00:08 (GMT)
committerandreas_kupries <akupries@shaw.ca>2003-10-23 18:00:08 (GMT)
commit9f75af18b6ee3a121bf025014fed5a65f15e81d2 (patch)
tree40ff3cac4c93261e8edf98b1de44da11cc5a9862 /ChangeLog
parent1d1fdb300f355bc1ed87d097c5210d8f41399e37 (diff)
downloadtcl-9f75af18b6ee3a121bf025014fed5a65f15e81d2.zip
tcl-9f75af18b6ee3a121bf025014fed5a65f15e81d2.tar.gz
tcl-9f75af18b6ee3a121bf025014fed5a65f15e81d2.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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4577c55..2b7927d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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.
+
* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when
asked for writable events by the generic layer.
(SocketEventProc): Generate a writable event too when a close is