diff options
author | andreas_kupries <akupries@shaw.ca> | 2002-05-24 18:57:09 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2002-05-24 18:57:09 (GMT) |
commit | d77d232574a42bc3399bd68a7f826c5cc25d86f4 (patch) | |
tree | be013bb298c501528cae5c706760f0b2ad791fcf /ChangeLog | |
parent | 6894740029f61262bf530094fe3975e078f69321 (diff) | |
download | tcl-d77d232574a42bc3399bd68a7f826c5cc25d86f4.zip tcl-d77d232574a42bc3399bd68a7f826c5cc25d86f4.tar.gz tcl-d77d232574a42bc3399bd68a7f826c5cc25d86f4.tar.bz2 |
* 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
Peter Staplin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2002-05-24 Andreas Kupries <andreas_kupries@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 + Peter Staplin. + 2002-05-21 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. @@ -307,8 +314,8 @@ * generic/tclExecute.c: * tests/compile.test: made bytecodes check for a catch before - returning; the compiled [return] is otherwise non-catchable. - [Bug 542588] reported by Andreas Kupries. + returning; the compiled [return] is otherwise non-catchable. + [Bug 542588] reported by Andreas Kupries. 2002-04-15 Don Porter <dgp@users.sourceforge.net> |