diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-29 09:38:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-29 09:38:59 (GMT) |
commit | 427b3847a04534c1a0703535fe306878274bcf20 (patch) | |
tree | 4951c14234ea2032469056baf2047332ec37c227 /ChangeLog | |
parent | b9273c1f802ff63672d83bb1de3667270e663919 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |