diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-05-24 22:43:31 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-05-24 22:43:31 (GMT) |
commit | eff506b0846210f74d3905c974729e4e832f0fe0 (patch) | |
tree | 9e43de3b6caade3b9f07b411dd7d7e073b1a1a9a /ChangeLog | |
parent | 72a4179af19fda9a49f2da72163af2736a7419a1 (diff) | |
download | tcl-eff506b0846210f74d3905c974729e4e832f0fe0.zip tcl-eff506b0846210f74d3905c974729e4e832f0fe0.tar.gz tcl-eff506b0846210f74d3905c974729e4e832f0fe0.tar.bz2 |
* tests/winPipe.test: Applied patch for SF Tcl Bug #549617. Patch
and bug report by Kevin Kenny <kennykb@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ 2002-05-24 Andreas Kupries <andreas_kupries@users.sourceforge.net> + * tests/winPipe.test: Applied patch for SF Tcl Bug #549617. Patch + and bug report by Kevin Kenny <kennykb@users.sourceforge.net>. + * win/tclWinSock.c (TcpWatchProc): Fixed SF Tcl Bug #557878. We are not allowed to mess with the watch mask if the socket is a server socket. I believe that the original reporter is George |