summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 842f527..b06a98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
2003-03-12 Don Porter <dgp@users.sourceforge.net>
- * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option
- parsing beyond objc for [interp create --]. Thanks to
- Marco Maggi. [Bug 702383]
+ * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected and added
+ * tests/interp.test (interp-2.13): test for option
+ parsing beyond objc for [interp create --]. Thanks to Marco Maggi.
+ [Bug 702383]
2003-03-11 Kevin Kenny <kennykb@users.sourceforge.net>