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 | 88cc8c36e3373ff9265df0f3ff4cb0310104acf0 (patch) | |
tree | 48617b85dfb3e05e677e2aabaece819ec9fe1e3a /ChangeLog | |
parent | 98040fe8bcb5786e0e2743bc32dc10b576f86f93 (diff) | |
parent | fbadf81dac9faf5906086942ecb64e4c644b3038 (diff) | |
download | tcl-88cc8c36e3373ff9265df0f3ff4cb0310104acf0.zip tcl-88cc8c36e3373ff9265df0f3ff4cb0310104acf0.tar.gz tcl-88cc8c36e3373ff9265df0f3ff4cb0310104acf0.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 |