summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-23 01:48:24 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-23 01:48:24 (GMT)
commit0e7c2a3c941ea709e13087114f8467e4b19d0777 (patch)
tree78339a61d78b0f23cd459158bd0816a368730557 /ChangeLog
parent94a254e8f66296402989d1c1fae71f7bc0b88f4d (diff)
downloadtcl-0e7c2a3c941ea709e13087114f8467e4b19d0777.zip
tcl-0e7c2a3c941ea709e13087114f8467e4b19d0777.tar.gz
tcl-0e7c2a3c941ea709e13087114f8467e4b19d0777.tar.bz2
* generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,
COROUTINE_CANT_YIELD, COROUTINE_ILLEGAL_YIELD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29ac32c..82fefe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-08-22 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcode
+ * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,
+ COROUTINE_CANT_YIELD, COROUTINE_ILLEGAL_YIELD.
2008-08-22 Don Porter <dgp@users.sourceforge.net>