summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-02-01 20:17:27 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-02-01 20:17:27 (GMT)
commit7c8477dc94e07b3d0bf87a4e81902b5dd52ebd5b (patch)
treeb551123e6dddf2303ed0013b4c2125be088b4ae9 /ChangeLog
parentfe312f9881e59765486f5f1d6314a5f1e0050875 (diff)
downloadtcl-7c8477dc94e07b3d0bf87a4e81902b5dd52ebd5b.zip
tcl-7c8477dc94e07b3d0bf87a4e81902b5dd52ebd5b.tar.gz
tcl-7c8477dc94e07b3d0bf87a4e81902b5dd52ebd5b.tar.bz2
* generic/tclProc.c: minor improvements to [apply]
* tests/apply.test: new tests; apply-5.1 currently fails to indicate missing work in error reporting
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0b210..021b5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-01 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclProc.c: minor improvements to [apply]
+ * tests/apply.test: new tests; apply-5.1 currently fails to
+ indicate missing work in error reporting
+
2006-02-01 Don Porter <dgp@users.sourceforge.net>
TIP#194 IMPLEMENTATION