diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-26 22:36:52 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-26 22:36:52 (GMT) |
commit | 15df1bf8a56a5077d263e50e009536d98d13ad19 (patch) | |
tree | 0d7bc4e10367dd2cbb39be3e40de32df3e6ff0c6 /ChangeLog | |
parent | dc5e0c1a99d04f059e8399531b03ebe9654edd8f (diff) | |
download | tcl-15df1bf8a56a5077d263e50e009536d98d13ad19.zip tcl-15df1bf8a56a5077d263e50e009536d98d13ad19.tar.gz tcl-15df1bf8a56a5077d263e50e009536d98d13ad19.tar.bz2 |
* generic/tclBasic.c (InfoCoroutine):
* tests/unsupported.test: new command that returns the
FQN of the currently executing coroutine. Lives as infoCoroutine
under unsupported, but is designed to become a subcommand of [info]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-26 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (InfoCoroutine): + * tests/unsupported.test: new command that returns the + FQN of the currently executing coroutine. Lives as infoCoroutine + under unsupported, but is designed to become a subcommand of [info] + 2008-08-23 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (NRInterpCoroutine): store the caller's |