summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-24 19:47:02 (GMT)
committermdejong <mdejong>2001-07-24 19:47:02 (GMT)
commit2414705dd748a119ffa0a2976ed71abc283aff11 (patch)
tree58dd09892bc3a588381c65d1da26236b6235024a /ChangeLog
parent68b1df57ffd86cff434cc88071cd25fab54b9b11 (diff)
downloadtcl-2414705dd748a119ffa0a2976ed71abc283aff11.zip
tcl-2414705dd748a119ffa0a2976ed71abc283aff11.tar.gz
tcl-2414705dd748a119ffa0a2976ed71abc283aff11.tar.bz2
* win/tclWinThrd.c (Tcl_CreateThread): Close Windows
HANDLE returned by _beginthreadex. The MS documentation states that this handle is not closed by a later call to _endthreadex.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7f8cb5..9e177ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-24 Mo DeJong <mdejong@redhat.com>
+
+ * win/tclWinThrd.c (Tcl_CreateThread): Close Windows
+ HANDLE returned by _beginthreadex. The MS documentation
+ states that this handle is not closed by a later call to
+ _endthreadex.
+
2001-07-21 Don Porter <dgp@users.sourceforge.net>
* doc/pkgMkindex.n: