diff options
author | mig <mig> | 2013-01-02 19:20:54 (GMT) |
---|---|---|
committer | mig <mig> | 2013-01-02 19:20:54 (GMT) |
commit | 824efe60eb61baf70614388faa035d26131ed1c8 (patch) | |
tree | fce2e7f6a0843a73a95f96fbe00535b4b175f833 /ChangeLog | |
parent | 23c8c8b5e43fffff7f81e26ffa820d4f51cca5c5 (diff) | |
download | tcl-824efe60eb61baf70614388faa035d26131ed1c8.zip tcl-824efe60eb61baf70614388faa035d26131ed1c8.tar.gz tcl-824efe60eb61baf70614388faa035d26131ed1c8.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', |