diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-02-01 20:17:27 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-02-01 20:17:27 (GMT) |
commit | 7c8477dc94e07b3d0bf87a4e81902b5dd52ebd5b (patch) | |
tree | b551123e6dddf2303ed0013b4c2125be088b4ae9 /ChangeLog | |
parent | fe312f9881e59765486f5f1d6314a5f1e0050875 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |