summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-29 09:38:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-29 09:38:59 (GMT)
commit427b3847a04534c1a0703535fe306878274bcf20 (patch)
tree4951c14234ea2032469056baf2047332ec37c227 /ChangeLog
parentb9273c1f802ff63672d83bb1de3667270e663919 (diff)
downloadtcl-427b3847a04534c1a0703535fe306878274bcf20.zip
tcl-427b3847a04534c1a0703535fe306878274bcf20.tar.gz
tcl-427b3847a04534c1a0703535fe306878274bcf20.tar.bz2
Fix [Bug 981733]; bizarre resolver brokenness strikes again!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 626e49c..2cc050c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-29 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * library/safe.tcl: Make sure that the temporary variable is
+ local to the namespace and not inadvertently global. [Bug 981733]
+
2004-06-22 Zoran Vasiljevic <vasiljevic@users.sf.net>
* generic/tclEvent.c: