diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-24 13:21:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-24 13:21:11 (GMT) |
commit | 188c38659bf0d5e51f7263d592af87cd8c753a17 (patch) | |
tree | 18095fdb9ca794ca8c336dc02b1b74419705e5cb /ChangeLog | |
parent | 8158cea2c168d259b1161bffdc4cd276b93b386b (diff) | |
download | tcl-188c38659bf0d5e51f7263d592af87cd8c753a17.zip tcl-188c38659bf0d5e51f7263d592af87cd8c753a17.tar.gz tcl-188c38659bf0d5e51f7263d592af87cd8c753a17.tar.bz2 |
* generic/tclOOInfo.c (InfoObjectMethodTypeCmd)
(InfoClassMethodTypeCmd): Added introspection of method types so that
it is possible to find this info out without using errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2010-03-24 Donal K. Fellows <dkf@users.sf.net> + * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) + (InfoClassMethodTypeCmd): Added introspection of method types so that + it is possible to find this info out without using errors. + * generic/tclOOMethod.c (procMethodType): Now that introspection can + reveal the name of method types, regularize the name of normal methods + to be the name of the definition type used to create them. + * tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code for them inside the test body with the help of [apply]. |