summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-19 14:32:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-19 14:32:12 (GMT)
commit88d19b646b5f7b79e36eb5a52c2dcb770a4121fd (patch)
tree240a78293e6766ad285f822feeefe5ae5386394c /ChangeLog
parent292a05b86ebbf9c8aae085fb829cb63a1086673e (diff)
downloadtcl-88d19b646b5f7b79e36eb5a52c2dcb770a4121fd.zip
tcl-88d19b646b5f7b79e36eb5a52c2dcb770a4121fd.tar.gz
tcl-88d19b646b5f7b79e36eb5a52c2dcb770a4121fd.tar.bz2
Make interpreted [for] and [while] NRE-safe. [Bug 2823276]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3351815..29a36db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2009-08-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdAH.c (TclNRForObjCmd, etc.): [Bug 2823276]: Make [for]
+ and [while] into NRE-safe commands, even when interpreted.
+
2009-08-18 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: Added NULL check to prevent crashes during
- * tests/fileName.test: [glob]. [Bug 2837800]
+ * generic/tclPathObj.c: [Bug 2837800]: Added NULL check to prevent
+ * tests/fileName.test: crashes during [glob].
2009-08-16 Jan Nijtmans <nijtmans@users.sf.net>