diff options
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2000-04-10 Brent Welch <welch@scriptics.com> + + * generic/tcl.h: Fixed Tcl_CreateThread declaration. + * library/tcltest1.0/tcltest.tcl: Fixed the "mainThread" + initialization to work with either testthread or the thread extension + 2000-04-10 Eric Melski <ericm@scriptics.com> * win/tclWinPipe.c (TclpCreateTempFile): Added conversion of @@ -12,12 +18,6 @@ * tests/*.test: Changed all occurances of "namespace import ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. -2000-04-10 Jeff Hobbs <hobbs@scriptics.com> - - * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc - for Windows as the build choked. It seems to be OK using the Unix - fallback (void). - 2000-04-09 Brent Welch <welch@scriptics.com> * lib/httpd2.1/http.tcl: Worked on the "server closes before |