summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-19 16:52:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-19 16:52:18 (GMT)
commit16612f43c29a1083805afc944354b3e07311e161 (patch)
tree9f29dc1dac42d65e2eb2b9af658b29fd4f480244 /ChangeLog
parent0aae1d13f15af2e36636d02db11784d0884d59d7 (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52b3507..ba96f3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,