diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-22 16:39:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-22 16:39:57 (GMT) |
commit | 14a34c4087e1034699a9b588da8b0a9927479f45 (patch) | |
tree | bd55f87de299c03dc8081b5c4a78548493babbd1 /ChangeLog | |
parent | 42acb79e42e426c61ca95ebfac491b77ac807f29 (diff) | |
download | tcl-14a34c4087e1034699a9b588da8b0a9927479f45.zip tcl-14a34c4087e1034699a9b588da8b0a9927479f45.tar.gz tcl-14a34c4087e1034699a9b588da8b0a9927479f45.tar.bz2 |
Rewrote the [string] and [dict] implementations to be ready for conversion
to ensembles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -2007-11-22 Donal K. Fellows <donal.k.fellows@man.ac.uk> +2007-11-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCmdMZ.c (Tcl_StringObjCmd): Rewrote the [string] and + * generic/tclDictObj.c (Tcl_DictObjCmd): [dict] implementations to be + ready for conversion to ensembles. * tests/string.test (string-12.22): Flag shimmering bug found in [string range]. |