diff options
author | redman <redman> | 1999-08-01 22:09:25 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-01 22:09:25 (GMT) |
commit | 82389cfbf44c58aa0eacc14452ff199223e1cb99 (patch) | |
tree | 8d71976eeb6df6fa19ee8f376f9f6b8a9f70f39e /ChangeLog | |
parent | 920d13e1cc6f72c3725509e4bbb26097c546a5ae (diff) | |
download | tcl-82389cfbf44c58aa0eacc14452ff199223e1cb99.zip tcl-82389cfbf44c58aa0eacc14452ff199223e1cb99.tar.gz tcl-82389cfbf44c58aa0eacc14452ff199223e1cb99.tar.bz2 |
* win/tclWinSock.c: Added comment block to SocketThread()
function. Added code to avoid calling TerminateThread(), but
instead to send a message to the socket event window to tell it to
terminate its thread.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +1999-08-01 <redman@scriptics.com> + + * win/tclWinSock.c: Added comment block to SocketThread() + function. Added code to avoid calling TerminateThread(), but + instead to send a message to the socket event window to tell it to + terminate its thread. + 1999-07-30 Jeff Hobbs <hobbs@scriptics.com> * generic/tclInt.decls: added declaractions necessary for the |