diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-19 16:52:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-19 16:52:18 (GMT) |
commit | 16612f43c29a1083805afc944354b3e07311e161 (patch) | |
tree | 9f29dc1dac42d65e2eb2b9af658b29fd4f480244 /ChangeLog | |
parent | 0aae1d13f15af2e36636d02db11784d0884d59d7 (diff) | |
download | tcl-16612f43c29a1083805afc944354b3e07311e161.zip tcl-16612f43c29a1083805afc944354b3e07311e161.tar.gz tcl-16612f43c29a1083805afc944354b3e07311e161.tar.bz2 |
Check syntax of [info coroutine] args, i.e. there are none.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-10-19 Donal K. Fellows <dkf@users.sf.net> + * generic/tclBasic.c (TclInfoCoroutineCmd): Added code to make this + check for being invoked in a syntactically correct way. + * doc/info.n: Added documentation of [info coroutine]. * doc/prefix.n: Improved the documentation by fixing formatting, |