diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 10:26:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-25 10:26:11 (GMT) |
commit | 9af3b5f8c9624875b3824b588948e889708ce322 (patch) | |
tree | cc899c95419b06abb679dad423fda713e0f2f0a3 /ChangeLog | |
parent | 0dde2f0c154556f8f812078b8eb894e2d248974e (diff) | |
download | tcl-9af3b5f8c9624875b3824b588948e889708ce322.zip tcl-9af3b5f8c9624875b3824b588948e889708ce322.tar.gz tcl-9af3b5f8c9624875b3824b588948e889708ce322.tar.bz2 |
Documented [coroutine] and [yield]. [Bug 2152285]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-03-25 Donal K. Fellows <dkf@users.sf.net> + + * doc/coroutine.n: [Bug 2152285]: Added basic documentation for the + coroutine and yield commands. + 2009-03-24 Donal K. Fellows <dkf@users.sf.net> * generic/tclOOBasic.c (TclOOSelfObjCmd): [Bug 2704302]: Make 'self |