summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c99f01..a358a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-30 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of
+ * tests/coroutine.test (coroutine-6.4): arguments to deal with
+ trickier cases.
+
2010-04-30 Miguel Sofer <msofer@users.sf.net>
* tests/coroutine.test: testing coroutine arguments after [yield]:
@@ -5,6 +11,9 @@
2010-04-30 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of
+ arguments to deal with trickier cases.
+
* generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter
issuing of instructions.