summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormig <mig>2011-03-20 11:42:04 (GMT)
committermig <mig>2011-03-20 11:42:04 (GMT)
commita30d6f688d56e1735e98efee26fe094f0453cf6a (patch)
treea296e4bdfa5ffb5d9d57b8105d926e45ba72fe06
parent0b8b972a389571adbc41b133405f6a7a9c7823ae (diff)
parentaabe179206fe559570c3e4cd5bc1741b197555b9 (diff)
downloadtcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.zip
tcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.tar.gz
tcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.tar.bz2
merge trunk to feature branch
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccf4160..0d9bc52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-20 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from
+ mig-alloc-reform. The feature has to be enabled by hand: no
+ autoconf support has been added. It is not clear how universal
+ a build using this will be: it also requires some loader support.
+
2011-03-17 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompExpr.c (ParseExpr): Generate errorCode information on