summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 16:21:07 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 16:21:07 (GMT)
commit0463c49be94c19a4a433c4657f8e565e80e1b0b3 (patch)
treeb4209e3c47e0610af9dba163279ac3625f9b6cbe /ChangeLog
parent5391471ba68476e8ffa96b327d4e2bc09746d0f1 (diff)
downloadtcl-0463c49be94c19a4a433c4657f8e565e80e1b0b3.zip
tcl-0463c49be94c19a4a433c4657f8e565e80e1b0b3.tar.gz
tcl-0463c49be94c19a4a433c4657f8e565e80e1b0b3.tar.bz2
* 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].
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].