diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-04 10:30:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-04 10:30:27 (GMT) |
commit | 81b15600f5cee6d721bd157eef9347bfab1521fe (patch) | |
tree | a0d2ff8e14d59d5e8552430f44e0ceee0837acaa /ChangeLog | |
parent | 9ef344f3f4c962cb0710eabd4bdbca23381e8088 (diff) | |
download | tcl-81b15600f5cee6d721bd157eef9347bfab1521fe.zip tcl-81b15600f5cee6d721bd157eef9347bfab1521fe.tar.gz tcl-81b15600f5cee6d721bd157eef9347bfab1521fe.tar.bz2 |
[string map] now can take dictionaries for maps but the condition for doing so
is deeply tricky. [Bug 759936]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-07-04 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * generic/tclCmdMZ.c (Tcl_StringObjCmd): Made [string map] accept + dictionaries for maps. This is much trickier than it looks, since + map entry ordering is significant. [Bug 759936] + * generic/tclVar.c (Tcl_ArrayObjCmd, TclArraySet): Made [array get] and [array set] work with dictionaries, producing them and consuming them. Note that for compatability reasons, you will |