diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-08 20:56:28 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-08 20:56:28 (GMT) |
commit | b475ec90cf97e4e17e2fda2954e1983c882ab339 (patch) | |
tree | f0440b1ff94865fad5e6d9f65c92fec53d2f6615 /ChangeLog | |
parent | 5291a66f405cc624cacbafb313ad1a5c0e34e3a5 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |