summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-09 21:14:21 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-09 21:14:21 (GMT)
commit231d352f0d93f48145fffb15ee81babffb525245 (patch)
tree0c1c884c8847240f26b3d6bbf226ae756f130c2c /ChangeLog
parent7e3db52bd6b4a10994ce353eedad1d28dc7c3200 (diff)
downloadtcl-231d352f0d93f48145fffb15ee81babffb525245.zip
tcl-231d352f0d93f48145fffb15ee81babffb525245.tar.gz
tcl-231d352f0d93f48145fffb15ee81babffb525245.tar.bz2
* unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef
inside of func as it is declared for non-threads builds as well. In the non-threads case, it always returns TCL_ERROR (couldn't create thread). FossilOrigin-Name: 26ed7e69c33d7d8c8b70a0997ed948a219509147
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e37d797..5f3564c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-09 Jeff Hobbs <hobbs@scriptics.com>
+
+ * unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef
+ inside of func as it is declared for non-threads builds as well.
+ In the non-threads case, it always returns TCL_ERROR (couldn't
+ create thread).
+
2000-04-08 Andreas Kupries <a.kupries@westend.com>
* Overall change: Definition of a public API for the creation of