summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-09 17:04:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-09 17:04:21 (GMT)
commit4d8a945fc474dc4d42a6c0903f3eb2e0b62bd9a4 (patch)
treed35f80a30685a95f0b98dc38546d12af55a97bc1 /ChangeLog
parent019db2eeac52e67aea6dfa380fb13f84f06889ca (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c961d0..d66e5b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):