diff options
author | welch <welch@noemail.net> | 2000-04-10 23:42:48 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 2000-04-10 23:42:48 (GMT) |
commit | 39ffcf4a7759ecdd721b66aed1a24370be9ffc3b (patch) | |
tree | 386e411fa99167a6326458abdbeed320caf38337 | |
parent | dcd0d0b898a54bfbb21048aa6206b5d8801a02c9 (diff) | |
download | tcl-39ffcf4a7759ecdd721b66aed1a24370be9ffc3b.zip tcl-39ffcf4a7759ecdd721b66aed1a24370be9ffc3b.tar.gz tcl-39ffcf4a7759ecdd721b66aed1a24370be9ffc3b.tar.bz2 |
fixed conflict in this file
FossilOrigin-Name: 8dbc8717bac6b305c02fd8bc88fea9e5ae47d372
-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 |