summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-23 01:55:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-23 01:55:02 (GMT)
commit51485a0a2322299308d4f86bff6d52a543ea5164 (patch)
treece35862743215db445f802597633f8995774d3f6 /ChangeLog
parent0e7c2a3c941ea709e13087114f8467e4b19d0777 (diff)
downloadtcl-51485a0a2322299308d4f86bff6d52a543ea5164.zip
tcl-51485a0a2322299308d4f86bff6d52a543ea5164.tar.gz
tcl-51485a0a2322299308d4f86bff6d52a543ea5164.tar.bz2
fix ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82fefe2..f17c207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-08-22 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY,
+ * generic/tclBasic.c:
+ * generic/tclExecute.c: Set special errocodes: COROUTINE_BUSY,
COROUTINE_CANT_YIELD, COROUTINE_ILLEGAL_YIELD.
2008-08-22 Don Porter <dgp@users.sourceforge.net>