summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.*