summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwelch <welch>2000-04-11 01:04:07 (GMT)
committerwelch <welch>2000-04-11 01:04:07 (GMT)
commitf29f165ad5d35de6c987e53405b7157ada93f497 (patch)
treea352aca62a8139cab80e7ca19d498f40de5b6da3
parentaddb5b41cfbf3a249b388a1cfdfc703c79bc8323 (diff)
downloadtcl-f29f165ad5d35de6c987e53405b7157ada93f497.zip
tcl-f29f165ad5d35de6c987e53405b7157ada93f497.tar.gz
tcl-f29f165ad5d35de6c987e53405b7157ada93f497.tar.bz2
Changes for threading update
-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>