summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-01-14 22:07:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-01-14 22:07:42 (GMT)
commit3ed7a0c720f5407325416adc7619a900500a5d2f (patch)
treeb39f959299ef0b344f10e518620fb591dc00d32d /ChangeLog
parent6dd51848ac92223427d8023a66d897f66597aac3 (diff)
downloadtcl-3ed7a0c720f5407325416adc7619a900500a5d2f.zip
tcl-3ed7a0c720f5407325416adc7619a900500a5d2f.tar.gz
tcl-3ed7a0c720f5407325416adc7619a900500a5d2f.tar.bz2
Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c7f167..56c9e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclDictObj.c (TraceDictPath, DictExistsCmd): Adjusted
+ behaviour of [dict exists] so a failure to look up a dictionary
+ along the path of dicts doesn't trigger an error. This is how it
+ was documented to behave previously... [Bug 871387]
+
* generic/tclDictObj.c: Assorted dict fixes from Peter Spjuth
relating to [Bug 876170].
(SetDictFromAny): Make sure that lists retain their ordering even