summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-05 12:45:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-05 12:45:26 (GMT)
commitdedace94f65c93d73097ebd2ce60dc232835c9f2 (patch)
tree18f947b6adb97a695df53d8149c4ced49fe0edba /ChangeLog
parent648c5bbcac5d87bd675f90402e5f3f13a1fe8223 (diff)
downloadtcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.zip
tcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.tar.gz
tcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.tar.bz2
Flip the defaults for whether to build threaded. Part of TIP #364.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9403d6..3f2019e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-05 Donal K. Fellows <dkf@users.sf.net>
+ * unix/tcl.m4 (SC_ENABLE_THREADS): Flip the default for whether to
+ * win/tcl.m4 (SC_ENABLE_THREADS): build in threaded mode. Part of
+ * win/rules.vc: TIP #364.
+
* unix/tclLoadDyld.c (FindSymbol): Better human-readable error message
generation to match code in tclLoadDl.c.