summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-09 12:30:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-09 12:30:32 (GMT)
commit9a43dd0c3b454b355b977e69118d2d15b7de614e (patch)
tree48617b85dfb3e05e677e2aabaece819ec9fe1e3a /ChangeLog
parent2015734692c79b1c2538622fcba9ceb0f24d44db (diff)
parent9ec95d17f88c5f45f0603b2733c9abe1d4877c98 (diff)
downloadtcl-9a43dd0c3b454b355b977e69118d2d15b7de614e.zip
tcl-9a43dd0c3b454b355b977e69118d2d15b7de614e.tar.gz
tcl-9a43dd0c3b454b355b977e69118d2d15b7de614e.tar.bz2
[Bug 3603695]: Change the way that the [oo::object] 'varname' method is
implemented so that there are no longer problems with interactions due to the resolver. Thanks to Taylor Venable <tcvena@gmail.com> for identifying the problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3047cc6..743c571 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-02-09 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclOOBasic.c (TclOO_Object_VarName): [Bug 3603695]: Change
+ the way that the 'varname' method is implemented so that there are no
+ longer problems with interactions due to the resolver. Thanks to
+ Taylor Venable <tcvena@gmail.com> for identifying the problem.
+
2013-02-08 Donal K. Fellows <dkf@users.sf.net>
* generic/regc_nfa.c (duptraverse): [Bug 3603557]: Increase the