summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-09 10:56:36 (GMT)
committermdejong <mdejong>2001-11-09 10:56:36 (GMT)
commitb90b89bed34aa5b960fbe1973bffc54bf0527b7c (patch)
tree1c45625c5df8cdcaf0b8663d8176337767d16068 /ChangeLog
parent31b7282d515996a6120c332d856e109bf08c9ee7 (diff)
downloadtcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.zip
tcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.tar.gz
tcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.tar.bz2
Enable thread support under FreeBSD. [Tcl bug 473708]
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions in libc_r and enable thread support if found. * unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in the Makefile to properly link a shared library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f15ef27..1a9dffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2001-11-08 Mo DeJong <mdejong@users.sourceforge.net>
+ Enable thread support under FreeBSD. [Tcl bug 473708]
+
+ * unix/configure: Regen.
+ * unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions
+ in libc_r and enable thread support if found.
+ * unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in
+ the Makefile to properly link a shared library.
+
+2001-11-08 Mo DeJong <mdejong@users.sourceforge.net>
+
* unix/Makefile.in:
* unix/dltest/Makefile.in:
Avoid adding libc to the LIBS variable since it