diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-21 21:01:17 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-21 21:01:17 (GMT) |
commit | d9990b25f1fc6db099c55ae7ce637230bc41d02c (patch) | |
tree | 2b215719a85e8c5af53cf2ee862bff6fdbf60993 /ChangeLog | |
parent | 0aefd12ecc49b90bb53275239ab60e815c7e2ad5 (diff) | |
download | tcl-d9990b25f1fc6db099c55ae7ce637230bc41d02c.zip tcl-d9990b25f1fc6db099c55ae7ce637230bc41d02c.tar.gz tcl-d9990b25f1fc6db099c55ae7ce637230bc41d02c.tar.bz2 |
* generic/tclBasic.c: Fix the cmdFrame level count in
* generic/tclCmdIL.c: coroutines. Fix small bug on coroutine
* generic/tclInt.h: rewind.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-08-21 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c: Fix the cmdFrame level count in + * generic/tclCmdIL.c: coroutines. Fix small bug on coroutine + * generic/tclInt.h: rewind. + 2008-08-21 Donal K. Fellows <dkf@users.sf.net> * generic/tclProc.c (Tcl_DisassembleObjCmd): Added ability to |