summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-25 23:40:40 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-25 23:40:40 -0800
commitb7aae46f879bfc8a43781a08aaef9f506f7211bf (patch)
tree4c7aab92f25bb4fcbbe2ec486f9579f20438b387 /ChangeLog
parentff58e8a616d7d9b9d57fa26cec86778b3e30c2d9 (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16085bf5..88db7899 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):