diff options
author | davygrvy <davygrvy@pobox.com> | 2002-11-19 01:30:32 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-11-19 01:30:32 (GMT) |
commit | e5e99a4fbc43c79c182147cfa5b3f560000ac103 (patch) | |
tree | 868eede7240b7337b23b3a69de45e2525b8a837e | |
parent | 31afe3baa87a58624ae0fb3c62b917627766a4c7 (diff) | |
download | tcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.zip tcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.tar.gz tcl-e5e99a4fbc43c79c182147cfa5b3f560000ac103.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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.* |