diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-25 23:40:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-25 23:40:40 -0800 |
commit | b7aae46f879bfc8a43781a08aaef9f506f7211bf (patch) | |
tree | 4c7aab92f25bb4fcbbe2ec486f9579f20438b387 /ChangeLog | |
parent | ff58e8a616d7d9b9d57fa26cec86778b3e30c2d9 (diff) | |
download | txr-b7aae46f879bfc8a43781a08aaef9f506f7211bf.tar.gz txr-b7aae46f879bfc8a43781a08aaef9f506f7211bf.tar.bz2 txr-b7aae46f879bfc8a43781a08aaef9f506f7211bf.zip |
* eval.c (dwim_loc): Handles full responsibility for assigning
to list and array ranges.
(op_modplace): Pass extra arguments to dwim_loc so it can
do the job for ranges. If dwim_loc returns 0, it means
that it did everything.
(op_dwim): Support list and array ranges.
* txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2012-01-25 Kaz Kylheku <kaz@kylheku.com> + * eval.c (dwim_loc): Handles full responsibility for assigning + to list and array ranges. + (op_modplace): Pass extra arguments to dwim_loc so it can + do the job for ranges. If dwim_loc returns 0, it means + that it did everything. + (op_dwim): Support list and array ranges. + + * txr.1: Documented. + +2012-01-25 Kaz Kylheku <kaz@kylheku.com> + * arith.c (zerop): Misspelling in error message. * lib.c (sub_list, replace_list, sub_vec, replace_vec): |