summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-02 17:00:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-02 17:00:36 (GMT)
commit88f9d3bd05de49706576568a9f03370565de7f78 (patch)
treedca9d4be230f431a028253edd974a75803f59f91 /ChangeLog
parentec917053061e438dba385646ae15104397cd6dfa (diff)
downloadtcl-88f9d3bd05de49706576568a9f03370565de7f78.zip
tcl-88f9d3bd05de49706576568a9f03370565de7f78.tar.gz
tcl-88f9d3bd05de49706576568a9f03370565de7f78.tar.bz2
Modify the semantics of [dict set] to be what everyone expected them to be
in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39c02a9..0c3cf59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclDictObj.c (TraceDictPath, Tcl_DictObjPutKeyList): Add
+ support for automatic creation of dictionary paths since that is
+ what everyone seems to actually expect of the API!
+ (Tcl_DictObjNext): Make calling this after Tcl_DictObjDone non-fatal
+ as that simplifies a number of internal APIs. This doesn't break any
+ existing working code as it is a case which previously caused a panic.
+
2004-10-02 Don Porter <dgp@users.sourceforge.net>
* tests/namespace.test (namespace-8.7): Another test for save/restore