summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-08-09 14:16:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-08-09 14:16:03 (GMT)
commit74883382511cb4b94eff69c13ac3b197fa55d4ad (patch)
tree2fdd92009a59e2efbba2003840a3eeaf9f5f3585 /ChangeLog
parent5d8d3fcace7029ada82a3ac3cdc7f9afdd19bb9f (diff)
downloadtcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.zip
tcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.tar.gz
tcl-74883382511cb4b94eff69c13ac3b197fa55d4ad.tar.bz2
Error message consistency improvements. [Bug 1534628]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc9efa3..daffdd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]