summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-15 20:15:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-15 20:15:21 -0800
commita0d5ba9831cf2a33144337ab8f0e6f2fd1e6f0cb (patch)
tree2f76ab09e600c2908f70232b6d9e5445f4804083 /ChangeLog
parent9ddfef0aa6718731db7823c20c5ff21be4311197 (diff)
downloadtxr-a0d5ba9831cf2a33144337ab8f0e6f2fd1e6f0cb.tar.gz
txr-a0d5ba9831cf2a33144337ab8f0e6f2fd1e6f0cb.tar.bz2
txr-a0d5ba9831cf2a33144337ab8f0e6f2fd1e6f0cb.zip
* eval.c (append_each_s, append_each_star_s): New symbol variables.
(op_each, expand): Support append-each and append-each*. (eval_init): Initialize new symbol variables, and register new operators. * txr.1: Document append-each and append-each*.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe500cfe..378961d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-01-15 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (append_each_s, append_each_star_s): New symbol variables.
+ (op_each, expand): Support append-each and append-each*.
+ (eval_init): Initialize new symbol variables, and register
+ new operators.
+
+ * txr.1: Document append-each and append-each*.
+
2014-01-14 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Wrote missing documentation for throw, throwf and error.