summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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):