diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 17:01:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-22 17:01:38 (GMT) |
commit | af7d844c1eb713c44d97c7715a6ba37257973592 (patch) | |
tree | 90793d56fdca8aa7d13cfe39bc1246dca118d077 /ChangeLog | |
parent | 64321856827557769e2a68ac721330f82a3c7065 (diff) | |
download | tcl-af7d844c1eb713c44d97c7715a6ba37257973592.zip tcl-af7d844c1eb713c44d97c7715a6ba37257973592.tar.gz tcl-af7d844c1eb713c44d97c7715a6ba37257973592.tar.bz2 |
* generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335]
and new (in tcl8.4) exteriorisations of [Bug 736729] due to the use of
tclNsVarNameType obj types. The consequences of [Bug 736729]
should be the same as in tcl8.3 and previous versions.
The use of tclNsVarNameType objs is still disabled, pending a
decision by the release manager.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-05-22 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] + and new (in tcl8.4) exteriorisations of [Bug 736729] due to the use of + tclNsVarNameType obj types. The consequences of [Bug 736729] + should be the same as in tcl8.3 and previous versions. + The use of tclNsVarNameType objs is still disabled, pending a + decision by the release manager. + 2004-05-19 Donal K. Fellows <donal.k.fellows@man.ac.uk> * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue |