summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-04-05 16:18:45 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-04-05 16:18:45 (GMT)
commit17ec5a7e8039b2fe845126a294c0073b3d55bf95 (patch)
treef513e83ddd8205659cad72d7e2ae059a0fc4ebb6 /ChangeLog
parente666f9c3044f1a7d6ef9659ce08b1e694452aafe (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e140bc..00ac77b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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