diff options
author | welch <welch> | 2000-04-11 01:04:07 (GMT) |
---|---|---|
committer | welch <welch> | 2000-04-11 01:04:07 (GMT) |
commit | f29f165ad5d35de6c987e53405b7157ada93f497 (patch) | |
tree | a352aca62a8139cab80e7ca19d498f40de5b6da3 /ChangeLog | |
parent | addb5b41cfbf3a249b388a1cfdfc703c79bc8323 (diff) | |
download | tcl-f29f165ad5d35de6c987e53405b7157ada93f497.zip tcl-f29f165ad5d35de6c987e53405b7157ada93f497.tar.gz tcl-f29f165ad5d35de6c987e53405b7157ada93f497.tar.bz2 |
Changes for threading update
Diffstat (limited to 'ChangeLog')
-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> |