diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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]. |