summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-09-04 22:55:44 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-09-04 22:55:44 (GMT)
commit921c8122821c7c92afea0c3d225caaf02c3af8d2 (patch)
tree523ef2e1aaa6e034252540e1c6c041b2e2b26b3b
parent3cb4a6379d2d1327bbe201c9ef0733e6fd980134 (diff)
downloadtcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.zip
tcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.tar.gz
tcl-921c8122821c7c92afea0c3d225caaf02c3af8d2.tar.bz2
correction to last Changelog entry: forgot to mention the test.
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a4a910..7b47413 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>