diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-09 14:16:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-09 14:16:03 (GMT) |
commit | 74883382511cb4b94eff69c13ac3b197fa55d4ad (patch) | |
tree | 2fdd92009a59e2efbba2003840a3eeaf9f5f3585 /ChangeLog | |
parent | 5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f (diff) | |
download | tcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.zip tcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.tar.gz tcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.tar.bz2 |
Error message consistency improvements. [Bug 1534628]
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/tclCmdIL.c (Tcl_LassignObjCmd): Make the wrong#args message a + bit more consistent with those used elsewhere. [Bug 1534628] + * generic/tclDictObj.c (DictForCmd): Stop crash when attempting to iterate over an invalid dictionary. [Bug 1531184] |