diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-09 17:04:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-09 17:04:21 (GMT) |
commit | 4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4 (patch) | |
tree | d35f80a30685a95f0b98dc38546d12af55a97bc1 /ChangeLog | |
parent | 019db2eeac52e67aea6dfa380fb13f84f06889ca (diff) | |
download | tcl-4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4.zip tcl-4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4.tar.gz tcl-4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4.tar.bz2 |
Fix [Bug 2712377]: [info vars] and object declared variables
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-04-09 Donal K. Fellows <dkf@users.sf.net> + + * 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 + of a hack so it is no longer a big problem. + 2012-04-04 Donal K. Fellows <dkf@users.sf.net> * generic/tclOO.c (Tcl_NewObjectInstance, TclNRNewObjectInstance): |