summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2009-12-08 20:56:27 (GMT)
committermsofer <msofer@noemail.net>2009-12-08 20:56:27 (GMT)
commitada9087cf2ff5d2a1c1d1ab2d5b69ea104149a26 (patch)
treef0440b1ff94865fad5e6d9f65c92fec53d2f6615 /ChangeLog
parent0df9d1fdfaed428b1c697326b0d6f0c8ce49ee1e (diff)
downloadtcl-ada9087cf2ff5d2a1c1d1ab2d5b69ea104149a26.zip
tcl-ada9087cf2ff5d2a1c1d1ab2d5b69ea104149a26.tar.gz
tcl-ada9087cf2ff5d2a1c1d1ab2d5b69ea104149a26.tar.bz2
* generic/tclBasic.c: Partial nre-enabling of coroutines.
* generic/tclExecute.c: The initial call still requires its * generic/tclInt.h: own instance of tebc, but on resume coros can execute in the caller's tebc. FossilOrigin-Name: 3bf4f4aa021bf5af224e8aaf662c681269631b80
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d53ee..06d9a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-12-08 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclBasic.c: Partial nre-enabling of coroutines.
+ * generic/tclExecute.c: The initial call still requires its
+ * generic/tclInt.h: own instance of tebc, but on resume coros
+ can execute in the caller's tebc.
+
* generic/tclExecute.c (TEBC): silence warning about pcAdjustment
2009-12-08 Donal K. Fellows <dkf@users.sf.net>