diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-25 13:22:01 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-25 13:22:01 (GMT) |
commit | dc5e0c1a99d04f059e8399531b03ebe9654edd8f (patch) | |
tree | 4e7a08a957b59c7962afbdf180eb548407b08ee4 /ChangeLog | |
parent | 8b5d2c8a36daec851bfbc261d55c672a7afbc9bd (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |