summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-21 21:01:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-21 21:01:17 (GMT)
commitd9990b25f1fc6db099c55ae7ce637230bc41d02c (patch)
tree2b215719a85e8c5af53cf2ee862bff6fdbf60993 /ChangeLog
parent0aefd12ecc49b90bb53275239ab60e815c7e2ad5 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5595080..6d71661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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