summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-08-09 13:51:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-08-09 13:51:02 (GMT)
commit5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f (patch)
tree766d70df4980bc7d000077939f9aab5512913993 /ChangeLog
parent99218e86bcf6d184ccf51155c312d298a5d82b07 (diff)
downloadtcl-5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f.zip
tcl-5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f.tar.gz
tcl-5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f.tar.bz2
Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0548685..dc9efa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-08-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * generic/tclDictObj.c (DictForCmd): Stop crash when attempting to
+ iterate over an invalid dictionary. [Bug 1531184]
+
* doc/ParseCmd.3, doc/expr.n, doc/set.n, doc/subst.n, doc/switch.n:
* doc/tclvars.n: Ensure that uses of [expr] in documentation examples
are also good style (with braces) unless otherwise necessary. [Bug