summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-08-15 16:16:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-08-15 16:16:07 (GMT)
commit0d3c1d543dacc770e745710b52d9ea1c4d1a28f2 (patch)
tree196d241c2207595808473d1f941a5b8ea9fe56ce /ChangeLog
parent9f5140ba5656acce75cbb9f43602fdd70cf400c6 (diff)
downloadtcl-0d3c1d543dacc770e745710b52d9ea1c4d1a28f2.zip
tcl-0d3c1d543dacc770e745710b52d9ea1c4d1a28f2.tar.gz
tcl-0d3c1d543dacc770e745710b52d9ea1c4d1a28f2.tar.bz2
* generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the
handling of passing the wrong number of arguments to [apply] somewhat less verbose when a lambda term is present.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0508bf9..642279a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the
+ handling of passing the wrong number of arguments to [apply] somewhat
+ less verbose when a lambda term is present.
+
2010-08-12 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: