summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-14 02:13:32 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-14 02:13:32 -0800
commit0724ed01b5190fcebf0249f81cf79064c472ee91 (patch)
treeb83cb6e7f0f39231507ac588818ac98956a4e85f /ChangeLog
parent341ac57c0bcbdc31571ec0d63c63803d502c5a4a (diff)
downloadtxr-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c9605f..c84ac72c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.