summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-25 12:59:05 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-25 12:59:05 -0700
commitbaf80248032cdb8856d9e3217d48e9fd5e9e49c5 (patch)
tree216da2229407b80f2f1202588ab32dca2e9dfb5e /ChangeLog
parentace70c57cc45dac2bdd4fc4c18e0dbacd567aee6 (diff)
downloadtxr-baf80248032cdb8856d9e3217d48e9fd5e9e49c5.tar.gz
txr-baf80248032cdb8856d9e3217d48e9fd5e9e49c5.tar.bz2
txr-baf80248032cdb8856d9e3217d48e9fd5e9e49c5.zip
* eval.c: Allow the test form of a for loop to be omitted,
defaulting to a true test, allowing an infinite loop to be expressed as (for () () () ...). * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b7edabb..8015cdd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-25 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c: Allow the test form of a for loop to be omitted,
+ defaulting to a true test, allowing an infinite loop to
+ be expressed as (for () () () ...).
+
+ * txr.1: Documented.
+
2012-09-24 Kaz Kylheku <kaz@kylheku.com>
* RELNOTES: Correct incorrect 2011 years on all 2012 dates.