summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-05-11 15:43:06 (GMT)
committermax <max@tclers.tk>2011-05-11 15:43:06 (GMT)
commitf457d73c6c66e6b751cd6bc28efd8a88f56daadc (patch)
treee7da087c144a91023e9b7d18e18917c0489f3e97 /ChangeLog
parent5e902ae378db6fa9d0ef3272832d1a14bde3b44d (diff)
downloadtcl-f457d73c6c66e6b751cd6bc28efd8a88f56daadc.zip
tcl-f457d73c6c66e6b751cd6bc28efd8a88f56daadc.tar.gz
tcl-f457d73c6c66e6b751cd6bc28efd8a88f56daadc.tar.bz2
* unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets here, as the generic server code already takes care of that.
* tests/socket.test (accept): Add tests to make sure that this remains so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47b9a2d..41cf780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-11 Reinhard Max <max@suse.de>
+
+ * unix/tclUnixSock.c (TcpWatchProc): No need to check for server
+ sockets here, as the generic server code already takes care of
+ that.
+ * tests/socket.test (accept): Add tests to make sure that this
+ remains so.
+
2011-05-10 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h: New internal routines TclScanElement() and