diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-09 13:51:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-09 13:51:02 (GMT) |
commit | 5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f (patch) | |
tree | 766d70df4980bc7d000077939f9aab5512913993 /ChangeLog | |
parent | 99218e86bcf6d184ccf51155c312d298a5d82b07 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |