diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-05 16:18:45 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-04-05 16:18:45 (GMT) |
commit | 17ec5a7e8039b2fe845126a294c0073b3d55bf95 (patch) | |
tree | f513e83ddd8205659cad72d7e2ae059a0fc4ebb6 /ChangeLog | |
parent | e666f9c3044f1a7d6ef9659ce08b1e694452aafe (diff) | |
download | tcl-17ec5a7e8039b2fe845126a294c0073b3d55bf95.zip tcl-17ec5a7e8039b2fe845126a294c0073b3d55bf95.tar.gz tcl-17ec5a7e8039b2fe845126a294c0073b3d55bf95.tar.bz2 |
* generic/tclInt.h:
* generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to
speed up the freeing of simple Tcl_Obj [Patch 1174551]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-05 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInt.h: + * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to + speed up the freeing of simple Tcl_Obj [Patch 1174551] + 2005-04-04 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: small opts in obj handling |