diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-20 09:49:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-20 09:49:15 (GMT) |
commit | 0a2235e7ad8b6e55a3940f284cd44db30dcab056 (patch) | |
tree | 462f214cf7ea4990603443fc8fa140c9319275fc /ChangeLog | |
parent | b596587bdb4ed5cec36afc31162d33593480107b (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |