summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2009-12-08 20:56:28 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2009-12-08 20:56:28 (GMT)
commitb475ec90cf97e4e17e2fda2954e1983c882ab339 (patch)
treef0440b1ff94865fad5e6d9f65c92fec53d2f6615 /ChangeLog
parent5291a66f405cc624cacbafb313ad1a5c0e34e3a5 (diff)
downloadtcl-b475ec90cf97e4e17e2fda2954e1983c882ab339.zip
tcl-b475ec90cf97e4e17e2fda2954e1983c882ab339.tar.gz
tcl-b475ec90cf97e4e17e2fda2954e1983c882ab339.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.
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>