summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-04 15:32:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-04 15:32:38 (GMT)
commitf78f8e7da883b378770d2136210a8e22ffc3791e (patch)
tree064cf9ffc0aaf5529a51b9b402dc1f32b2220123 /ChangeLog
parentd0175ffdeb40da28f971392eecbb97ac221d776f (diff)
downloadtcl-f78f8e7da883b378770d2136210a8e22ffc3791e.zip
tcl-f78f8e7da883b378770d2136210a8e22ffc3791e.tar.gz
tcl-f78f8e7da883b378770d2136210a8e22ffc3791e.tar.bz2
* tests/nre.test: added tests for [if], [while] and [for]. A test
for [foreach] has been added and marked as knownbug, awaiting for it to be NR-enabled.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feccf40..265d556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-08-04 Miguel Sofer <msofer@users.sf.net>
+ * tests/nre.test: added tests for [if], [while] and [for]. A test
+ for [foreach] has been added and marked as knownbug, awaiting for
+ it to be NR-enabled.
+
* generic/tclBasic.c: made atProcExit commands run
* generic/tclCompile.h: inconditionally, streamlined
* generic/tclExecute.c: atProcExit/tailcall processing