diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-04 22:55:44 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-04 22:55:44 (GMT) |
commit | 921c8122821c7c92afea0c3d225caaf02c3af8d2 (patch) | |
tree | 523ef2e1aaa6e034252540e1c6c041b2e2b26b3b | |
parent | 3cb4a6379d2d1327bbe201c9ef0733e6fd980134 (diff) | |
download | tcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.zip tcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.tar.gz tcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.tar.bz2 |
correction to last Changelog entry: forgot to mention the test.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ 2001-09-04 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclProc.c: made [proc] check that formal args have + * generic/tclProc.c: + * tests/proc.test: made [proc] check that formal args have simple names [Bug: 458548] + 2001-09-04 Vince Darley <vincentdarley@users.sourceforge.net> |