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)
commit88cc8c36e3373ff9265df0f3ff4cb0310104acf0 (patch)
tree48617b85dfb3e05e677e2aabaece819ec9fe1e3a /ChangeLog
parent98040fe8bcb5786e0e2743bc32dc10b576f86f93 (diff)
parentfbadf81dac9faf5906086942ecb64e4c644b3038 (diff)
downloadtcl-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--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