summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-02-19 00:30:37 (GMT)
committermdejong <mdejong>2003-02-19 00:30:37 (GMT)
commitd5ac0ec459ba1712e7cea8124cc52e25f88f7185 (patch)
tree3b6e24b0206b8a93adea119a6a00ac07d57e4ded /ChangeLog
parent2b8975d8a5d0bdd34a74b2a375fd2945df3cb6e7 (diff)
downloadtcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.zip
tcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.tar.gz
tcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4 (SC_ENABLE_THREADS): Make sure -lpthread gets passed on the link line when checking for the pthread_attr_setstacksize symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac2f0f3..504988f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-18 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure: Regen.
+ * unix/tcl.m4 (SC_ENABLE_THREADS): Make sure
+ -lpthread gets passed on the link line when
+ checking for the pthread_attr_setstacksize symbol.
+
2003-02-18 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclTest.c: cleanup of new 'simplefs' test code, and