diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2010-11-29 22:16:16 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2010-11-29 22:16:16 (GMT) |
commit | 8015af771085bc855ccb6777b0f54d9974cf75ef (patch) | |
tree | c98def3a3bf17fc732917b0de519874d564fe778 /ChangeLog | |
parent | d583b69d37716bbc26c8bd82d09a5503072a66c5 (diff) | |
download | tcl-8015af771085bc855ccb6777b0f54d9974cf75ef.zip tcl-8015af771085bc855ccb6777b0f54d9974cf75ef.tar.gz tcl-8015af771085bc855ccb6777b0f54d9974cf75ef.tar.bz2 |
Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends ("injects") arbitrary code to a suspented coro's future resumption. Neat for debugging complex coros without heavy instrumentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-11-29 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * generic/tclBasic.c: Patch by Miguel, providing a + [::tcl::unsupported::inject coroname command args], which prepends + ("injects") arbitrary code to a suspented coro's future resumption. + Neat for debugging complex coros without heavy instrumentation. + 2010-11-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: |