diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-09 21:38:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-09 21:38:27 (GMT) |
commit | ba795792d6185008b4de5f9c0463f26fa2ddab0a (patch) | |
tree | bbf70e95747797972530e153c0ffee4c8c954486 /ChangeLog | |
parent | 4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4 (diff) | |
download | tcl-ba795792d6185008b4de5f9c0463f26fa2ddab0a.zip tcl-ba795792d6185008b4de5f9c0463f26fa2ddab0a.tar.gz tcl-ba795792d6185008b4de5f9c0463f26fa2ddab0a.tar.bz2 |
Fix [Bug 3396896]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-04-09 Donal K. Fellows <dkf@users.sf.net> + * generic/tclOODefineCmds.c (ClassVarsSet, ObjVarsSet): [Bug 3396896]: + Ensure that the lists of variable names used to drive variable + resolution will never have the same name twice. + * generic/tclVar.c (AppendLocals): [Bug 2712377]: Fix problem with reporting of declared variables in methods. It's really a problem with how [info vars] interacts with variable resolvers; this is just a bit |