diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-10 17:48:39 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-10 17:48:39 (GMT) |
commit | 5e126fd43fcba3e54f62f4e92afb95fcf492e683 (patch) | |
tree | e878be33a8af33b564d5e3904935d13e4d28098c /ChangeLog | |
parent | 5d16655f0b3f57cc706cdc882ed7d0d5edd9c14b (diff) | |
download | tcl-5e126fd43fcba3e54f62f4e92afb95fcf492e683.zip tcl-5e126fd43fcba3e54f62f4e92afb95fcf492e683.tar.gz tcl-5e126fd43fcba3e54f62f4e92afb95fcf492e683.tar.bz2 |
* generic/tclBasic.c: Reducing the # of moving parts for
* generic/tclExecute.c: coroutines by delegating more to tebc;
eliminate the special coroutine CallFrame.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ 2009-12-10 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: Reducing the # of moving parts for - * generic/tclExecute.c: coroutines + * generic/tclExecute.c: coroutines by delegating more to tebc; + eliminate the special coroutine CallFrame. 2009-12-09 Andreas Kupries <andreask@activestate.com> |