summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-11-27 02:46:43 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-11-27 02:46:43 (GMT)
commit7b9bb6a910db4c624174f6dd9e029b3cb9edf35b (patch)
tree9f5cfd59e4be472dd8a790287e637d8a0531225d
parentffa67254d0f2a8b968f43dac4faaf3fba2a3f918 (diff)
downloadtcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.zip
tcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.tar.gz
tcl-7b9bb6a910db4c624174f6dd9e029b3cb9edf35b.tar.bz2
missed a patch item reference.
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cea6352..9a6d774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.