summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-05-24 18:57:09 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-05-24 18:57:09 (GMT)
commitd77d232574a42bc3399bd68a7f826c5cc25d86f4 (patch)
treebe013bb298c501528cae5c706760f0b2ad791fcf /ChangeLog
parent6894740029f61262bf530094fe3975e078f69321 (diff)
downloadtcl-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--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 946fdbc..de0ff00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>