diff options
author | hobbs <hobbs> | 2001-05-23 06:05:44 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-23 06:05:44 (GMT) |
commit | 0ec1cb040fc6890b6a94d346ea74e73c669509dc (patch) | |
tree | 65d17045046edae5e884adda4e48cad49d6435e1 /ChangeLog | |
parent | 2b259a4ad4a1b11495f55e0530c3c2635a111d66 (diff) | |
download | tcl-0ec1cb040fc6890b6a94d346ea74e73c669509dc.zip tcl-0ec1cb040fc6890b6a94d346ea74e73c669509dc.tar.gz tcl-0ec1cb040fc6890b6a94d346ea74e73c669509dc.tar.bz2 |
* generic/tclObj.c (TclAllocateFreeObjects): simplified
objSizePlusPadding to use sizeof(Tcl_Obj) (max)
Corrected use of tclObjsAlloced/Freed/Shared in TCL_MEM_DEBUG
compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-05-22 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclObj.c (TclAllocateFreeObjects): simplified + objSizePlusPadding to use sizeof(Tcl_Obj) (max) + Corrected use of tclObjsAlloced/Freed/Shared in TCL_MEM_DEBUG + compile. + 2001-05-22 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c: removed Tcl_DuplicateObj in INST_DUP |