diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-25 12:59:05 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-25 12:59:05 -0700 |
commit | baf80248032cdb8856d9e3217d48e9fd5e9e49c5 (patch) | |
tree | 216da2229407b80f2f1202588ab32dca2e9dfb5e /ChangeLog | |
parent | ace70c57cc45dac2bdd4fc4c18e0dbacd567aee6 (diff) | |
download | txr-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |