summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-05-15 00:04:08 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-05-15 00:04:08 (GMT)
commit5e16c3823829638c614e311586d3e0c9ca0fa32a (patch)
treeb7e6b55d39a206577920ae8c031563a5ddc4e866 /ChangeLog
parent8c6b0215a7ccebe49708b68c096c93ae84113fb6 (diff)
downloadtcl-5e16c3823829638c614e311586d3e0c9ca0fa32a.zip
tcl-5e16c3823829638c614e311586d3e0c9ca0fa32a.tar.gz
tcl-5e16c3823829638c614e311586d3e0c9ca0fa32a.tar.bz2
We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8233bda..a8a5da6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-15 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/makefile.vc: We should use the thread allocator for threaded
+ * win/rules.vc: builds. Added 'tclalloc' option to disable.
+
2008-05-09 George Peter Staplin <georgeps@xmission.com>
* tools/tsdPerf.c A loadable Tcl extension for testing TSD
performance.