diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-14 02:13:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-14 02:13:32 -0800 |
commit | 0724ed01b5190fcebf0249f81cf79064c472ee91 (patch) | |
tree | b83cb6e7f0f39231507ac588818ac98956a4e85f /ChangeLog | |
parent | 341ac57c0bcbdc31571ec0d63c63803d502c5a4a (diff) | |
download | txr-0724ed01b5190fcebf0249f81cf79064c472ee91.tar.gz txr-0724ed01b5190fcebf0249f81cf79064c472ee91.tar.bz2 txr-0724ed01b5190fcebf0249f81cf79064c472ee91.zip |
* eval.c (rangev): If a descending range is specified,
but the step is omitted, the step should be negative one
rather than one.
(range_star_v_func, range_star_v): New static functions.
(eval_init): New function, range*, registered.
* txr.1: Stub section for range is also for range*.
* txr.vim: Recognize range* function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2012-02-14 Kaz Kylheku <kaz@kylheku.com> + * eval.c (rangev): If a descending range is specified, + but the step is omitted, the step should be negative one + rather than one. + (range_star_v_func, range_star_v): New static functions. + (eval_init): New function, range*, registered. + + * txr.1: Stub section for range is also for range*. + + * txr.vim: Recognize range* function. + +2012-02-14 Kaz Kylheku <kaz@kylheku.com> + * eval.c (rangev_func): Improved termination test. The sequence not only if it achieves the endpoint, but if it crosses it. |