summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b8c409..21faefc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-09-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompile.c (TclCompileTokens):
+ * generic/tclExecute.c (CompileExprObj): fix a perf bug (found by
+ Alex Ferrieux) where some variables in the LVT where not being
+ accessed by index. Fix missing localCache management in compiled
+ expressions found while analyzing the bug.
+
+2008-09-07 Miguel Sofer <msofer@users.sf.net>
+
* doc/namespace.n: fix [Bug 2098441]
2008-09-04 Miguel Sofer <msofer@users.sf.net>