summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-04 10:30:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-04 10:30:27 (GMT)
commit81b15600f5cee6d721bd157eef9347bfab1521fe (patch)
treea0d2ff8e14d59d5e8552430f44e0ceee0837acaa /ChangeLog
parent9ef344f3f4c962cb0710eabd4bdbca23381e8088 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eceba99..ae498ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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