summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-20 09:49:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-20 09:49:15 (GMT)
commit0a2235e7ad8b6e55a3940f284cd44db30dcab056 (patch)
tree462f214cf7ea4990603443fc8fa140c9319275fc /ChangeLog
parentb596587bdb4ed5cec36afc31162d33593480107b (diff)
downloadtcl-0a2235e7ad8b6e55a3940f284cd44db30dcab056.zip
tcl-0a2235e7ad8b6e55a3940f284cd44db30dcab056.tar.gz
tcl-0a2235e7ad8b6e55a3940f284cd44db30dcab056.tar.bz2
Final clean up of the Tcl_GetMemoryInfo mess.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f31e2ca..cc5c7f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tcl.h, generic/tclThreadAlloc.c: Tidied up the declarations
+ of Tcl_GetMemoryInfo so that it is always defined. Will panic when
+ called against a Tcl that was previously built without it at all,
+ which is OK because that also indicates a serious mismatch between
+ memory configuration options.
+
2008-03-19 Donal K. Fellows <dkf@users.sf.net>
* generic/tcl.h, generic/tclThreadAlloc.c (Tcl_GetMemoryInfo): Make