diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 06:33:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 06:33:39 (GMT) |
commit | 26dda484fe7ad621e71585270c0a3c914c5fb375 (patch) | |
tree | a8cb0e0fd6a6503fbcb3dbd1f10132869fe916b4 /ChangeLog | |
parent | dc3b82e5c4fef5b8efbdcef11cfc05216d88cc0c (diff) | |
download | tcl-26dda484fe7ad621e71585270c0a3c914c5fb375.zip tcl-26dda484fe7ad621e71585270c0a3c914c5fb375.tar.gz tcl-26dda484fe7ad621e71585270c0a3c914c5fb375.tar.bz2 |
[Bug 2903811]: Remove unneeded restrictions on usefully calling the
oo::object->variable method. Leaving it hidden is enough.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-11-27 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclOOBasic.c (TclOO_Object_LinkVar): [Bug 2903811]: Remove + unneeded restrictions on who can usefully call this method. + 2009-11-26 Donal K. Fellows <dkf@users.sf.net> * unix/Makefile.in: Add .PHONY rules and documentation to preemptively |