diff options
author | mig <mig> | 2011-03-20 11:42:04 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-20 11:42:04 (GMT) |
commit | a30d6f688d56e1735e98efee26fe094f0453cf6a (patch) | |
tree | a296e4bdfa5ffb5d9d57b8105d926e45ba72fe06 | |
parent | 0b8b972a389571adbc41b133405f6a7a9c7823ae (diff) | |
parent | aabe179206fe559570c3e4cd5bc1741b197555b9 (diff) | |
download | tcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.zip tcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.tar.gz tcl-a30d6f688d56e1735e98efee26fe094f0453cf6a.tar.bz2 |
merge trunk to feature branch
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |