diff options
author | davygrvy <davygrvy@pobox.com> | 2002-11-27 02:46:43 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-11-27 02:46:43 (GMT) |
commit | 7b9bb6a910db4c624174f6dd9e029b3cb9edf35b (patch) | |
tree | 9f5cfd59e4be472dd8a790287e637d8a0531225d /ChangeLog | |
parent | ffa67254d0f2a8b968f43dac4faaf3fba2a3f918 (diff) | |
download | tcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.zip tcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.tar.gz tcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.tar.bz2 |
missed a patch item reference.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,14 +6,14 @@ 1) Cleans-up the winsock typedefs by using the typedefs provided by winsock2.h. This has no effect on how winsock is initialized; just makes the source code easier to read. - [Patch 561305] + [Patch 561305 561301] - 2) Revamps how the socket message handler thread is brough up - and down to allows for cleaner exits without the use of + 2) Revamps how the socket message handler thread is brought + up and down to allows for cleaner exits without the use of TerminateThread(). TerminateThread is evil. No attempt has been made to resolve [Bug 593810] which may need a new channel driver version for adding a registering function - whithin the transfered thread to init the handler thread. + within the transfered thread to init the handler thread. IOW, initialization of the TSD structure is getting bypassed through the thread extension's [thread::transfer] command. |