summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-08-26 13:05:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-08-26 13:05:55 (GMT)
commit283f4b6204dfa73280a57969b67b4151175142b0 (patch)
tree7403a362f14677a3050baff9e093e8b5c1c1eb82 /ChangeLog
parentd4474d5baddde165c995c7716e6e0604788366a8 (diff)
downloadtcl-283f4b6204dfa73280a57969b67b4151175142b0.zip
tcl-283f4b6204dfa73280a57969b67b4151175142b0.tar.gz
tcl-283f4b6204dfa73280a57969b67b4151175142b0.tar.bz2
* generic/tclThreadAlloc.c: small optimisation, reducing the
new allocator's overhead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15b2f95..84a2da1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-26 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclThreadAlloc.c: small optimisation, reducing the
+ new allocator's overhead.
+
2002-08-23 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclObj.c (USE_THREAD_ALLOC): fixed leak [Bug 597936].