diff options
author | mig <mig> | 2013-01-02 19:27:09 (GMT) |
---|---|---|
committer | mig <mig> | 2013-01-02 19:27:09 (GMT) |
commit | 415a324f3cbb26121cb4836b48f68ba5b6b8cf56 (patch) | |
tree | 69a6d5ac720a80f7f581e2b8f9b39baa4a92d801 /ChangeLog | |
parent | 8214e44b57a7ed7914a9d3eb4de78d298402edf0 (diff) | |
download | tcl-415a324f3cbb26121cb4836b48f68ba5b6b8cf56.zip tcl-415a324f3cbb26121cb4836b48f68ba5b6b8cf56.tar.gz tcl-415a324f3cbb26121cb4836b48f68ba5b6b8cf56.tar.bz2 |
remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to work properly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-01-02 Miguel Sofer <msofer@users.sf.net> + + * generic/tclEnsemble.c: Remove stray calls to Tcl_Alloc and + * generic/tclExecute.c: friends: the core should only use ckalloc + * generic/tclIORTrans.c: to allow MEM_DEBUG to work properly + * generic/tclTomMathInterface.c: + 2012-12-31 Donal K. Fellows <dkf@users.sf.net> * doc/string.n: Noted the obsolescence of the 'bytelength', |