summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-03-10 19:49:13 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-03-10 19:49:13 (GMT)
commite7c6e0ca85731660713714016acde44d23e78e30 (patch)
tree47aec5ab19d9564687f1427738d2bb9f032fe4e8 /ChangeLog
parent123a450f1b884cd20b6fb652c77f83fd20844a2f (diff)
downloadtcl-e7c6e0ca85731660713714016acde44d23e78e30.zip
tcl-e7c6e0ca85731660713714016acde44d23e78e30.tar.gz
tcl-e7c6e0ca85731660713714016acde44d23e78e30.tar.bz2
* generic/tclProc.c (ObjInterpProcEx):
* tests/apply.test (apply-5.1): fix [apply] error messages so that they quote the lambda expression [Bug 1447355].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2562c74..98288c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-10 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclProc.c (ObjInterpProcEx):
+ * tests/apply.test (apply-5.1): fix [apply] error messages
+ so that they quote the lambda expression [Bug 1447355].
+
2006-03-10 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
-- Summary of changes fixing Tcl Bug #1437595 --