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