summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 17:01:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-22 17:01:38 (GMT)
commitaf7d844c1eb713c44d97c7715a6ba37257973592 (patch)
tree90793d56fdca8aa7d13cfe39bc1246dca118d077 /ChangeLog
parent64321856827557769e2a68ac721330f82a3c7065 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65cd4f4..8f296f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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