diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-02 16:12:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-02 16:12:00 (GMT) |
commit | ce9bf924511484c14218bd13b2abf5cfc9967c25 (patch) | |
tree | 5d833ae8b02170afdeff4568db0b0c3b4041b30d /ChangeLog | |
parent | 10c9ce76f08286c1d9c1a229c633bf12576c25c5 (diff) | |
download | tcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.zip tcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.tar.gz tcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.tar.bz2 |
Turned the [array] command into a true ensemble. Test changes indicate some
alteration to error messages, otherwise no change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2010-02-02 Donal K. Fellows <dkf@users.sf.net> + * generic/tclVar.c: Turned the [array] command into a true ensemble. + * generic/tclOO.c (AllocObject, MyDeleted): A slightly faster way to handle the deletion of [my] is with a standard delete callback. This is because it doesn't require an additional memory allocation during |