summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2010-11-29 22:16:16 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2010-11-29 22:16:16 (GMT)
commit8015af771085bc855ccb6777b0f54d9974cf75ef (patch)
treec98def3a3bf17fc732917b0de519874d564fe778 /ChangeLog
parentd583b69d37716bbc26c8bd82d09a5503072a66c5 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0acecc..7e46639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: