summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d9bc52..50b47a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-21 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCkAlloc.c:
+ * generic/tclInt.h: remove one level of allocator indirection in
+ non memdebug builds, imported from mig-alloc-reform.
+
2011-03-20 Miguel Sofer <msofer@users.sf.net>
* generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from