diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 12:38:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 12:38:46 (GMT) |
commit | d2d4b3a013a2e128e8f977d132e913770c62db64 (patch) | |
tree | efaacdc6f06b38464783989ab7e86c5c3f2fdf71 /ChangeLog | |
parent | 3e01004a237b5bdd39420d316a5be37c2c8215b8 (diff) | |
download | tcl-d2d4b3a013a2e128e8f977d132e913770c62db64.zip tcl-d2d4b3a013a2e128e8f977d132e913770c62db64.tar.gz tcl-d2d4b3a013a2e128e8f977d132e913770c62db64.tar.bz2 |
Fix the problems I introduced inadvertently:
* generic/tclBasic.c (NRInterpCoroutine): Corrected handling of
* tests/coroutine.test (coroutine-6.4): arguments to deal with
trickier cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-04-30 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of + * tests/coroutine.test (coroutine-6.4): arguments to deal with + trickier cases. + 2010-04-30 Miguel Sofer <msofer@users.sf.net> * tests/coroutine.test: testing coroutine arguments after [yield]: @@ -5,6 +11,9 @@ 2010-04-30 Donal K. Fellows <dkf@users.sf.net> + * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of + arguments to deal with trickier cases. + * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. |