summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-05 09:48:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-05 09:48:11 (GMT)
commit8e54cd31b1870397b3c62959293df9a98eeb252f (patch)
tree4ccd51bf9bf0d72d04181d60c437a978a1ec214b /ChangeLog
parent7d95a053aeb778f64cdd4fcb0cec11bd042119f8 (diff)
downloadtcl-8e54cd31b1870397b3c62959293df9a98eeb252f.zip
tcl-8e54cd31b1870397b3c62959293df9a98eeb252f.tar.gz
tcl-8e54cd31b1870397b3c62959293df9a98eeb252f.tar.bz2
Make [source] NRE-aware to enable [yield]. [Bug 2412068]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9203a0d..8825ec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdMZ.c (TclNRSourceObjCmd): Make implementation of the
+ * generic/tclIOUtil.c (TclNREvalFile): [source] command be NRE
+ enabled so that [yield] inside a script sourced in a coroutine can
+ work. [Bug 2412068]
+
2009-01-04 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdAH.c: Tidy up spacing and code style.