diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-09 12:30:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-02-09 12:30:32 (GMT) |
commit | 9a43dd0c3b454b355b977e69118d2d15b7de614e (patch) | |
tree | 48617b85dfb3e05e677e2aabaece819ec9fe1e3a /ChangeLog | |
parent | 2015734692c79b1c2538622fcba9ceb0f24d44db (diff) | |
parent | 9ec95d17f88c5f45f0603b2733c9abe1d4877c98 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |