summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-25 13:22:01 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-25 13:22:01 (GMT)
commitdc5e0c1a99d04f059e8399531b03ebe9654edd8f (patch)
tree4e7a08a957b59c7962afbdf180eb548407b08ee4 /ChangeLog
parent8b5d2c8a36daec851bfbc261d55c672a7afbc9bd (diff)
downloadtcl-dc5e0c1a99d04f059e8399531b03ebe9654edd8f.zip
tcl-dc5e0c1a99d04f059e8399531b03ebe9654edd8f.tar.gz
tcl-dc5e0c1a99d04f059e8399531b03ebe9654edd8f.tar.bz2
* generic/tclBasic.c (NRInterpCoroutine): store the caller's
eePtr, stop assuming the coroutine is invoked from the same execEnv where it was created.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd14c5e..8d7119e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-23 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c (NRInterpCoroutine): store the caller's
+ eePtr, stop assuming the coroutine is invoked from the same
+ execEnv where it was created.
+
2008-08-24 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdAH.c (TclNRForeachCmd): Converted the [foreach]