summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84caa5d..4931461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-05-22 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new
+ (in tcl8.4) exteriorisations of [Bug 736729] due to the use of
+ tclNsVarNameType obj types. Reenabling the use of this objType
+ ("VAR ref absolute" benchmark down to 66 ms, from 230).
+ Added comments in TclLookupSimpleVar explaining my current
+ understanding of [Bug 736729].
+
+2004-05-22 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclVar.c: fix for [Bug 735335]. The use of
tclNsVarNameType objs is still disabled, pending resolution of
[Bug 736729].