summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>2000-04-11 01:04:07 (GMT)
committerwelch <welch@noemail.net>2000-04-11 01:04:07 (GMT)
commitdce76449e86a55a38a88909234fb24fdb59d0fea (patch)
treea352aca62a8139cab80e7ca19d498f40de5b6da3 /ChangeLog
parent39ffcf4a7759ecdd721b66aed1a24370be9ffc3b (diff)
downloadtcl-dce76449e86a55a38a88909234fb24fdb59d0fea.zip
tcl-dce76449e86a55a38a88909234fb24fdb59d0fea.tar.gz
tcl-dce76449e86a55a38a88909234fb24fdb59d0fea.tar.bz2
Changes for threading update
FossilOrigin-Name: b5288176c31a08738a5f87bb232e0f0450cf310f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51cf6a0..32a70c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>