summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-11-19 01:30:32 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-11-19 01:30:32 (GMT)
commite5e99a4fbc43c79c182147cfa5b3f560000ac103 (patch)
tree868eede7240b7337b23b3a69de45e2525b8a837e /ChangeLog
parent31afe3baa87a58624ae0fb3c62b917627766a4c7 (diff)
downloadtcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.zip
tcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.tar.gz
tcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34761ef..018bd46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-18 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixed
+ improper compiler macros that missed the VC++ compiler. This
+ resulted in VC++ builds using CreateThread()/ExitThread() in place
+ of the proper _beginthreadex()/_endthreadex(). This was a large
+ error and am surprised I missed seeing it earlier.
+
2002-11-13 Jeff Hobbs <jeffh@ActiveState.com>
* generic/regexpComp.test: added tests 22.*