diff options
author | welch <welch@noemail.net> | 2000-04-11 01:04:07 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 2000-04-11 01:04:07 (GMT) |
commit | dce76449e86a55a38a88909234fb24fdb59d0fea (patch) | |
tree | a352aca62a8139cab80e7ca19d498f40de5b6da3 | |
parent | 39ffcf4a7759ecdd721b66aed1a24370be9ffc3b (diff) | |
download | tcl-dce76449e86a55a38a88909234fb24fdb59d0fea.zip tcl-dce76449e86a55a38a88909234fb24fdb59d0fea.tar.gz tcl-dce76449e86a55a38a88909234fb24fdb59d0fea.tar.bz2 |
Changes for threading update
FossilOrigin-Name: b5288176c31a08738a5f87bb232e0f0450cf310f
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * 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 + * unix/tclUnixThrd.c: Fixed compiler warning when compiling + with -DTCL_THREADS 2000-04-10 Eric Melski <ericm@scriptics.com> |