summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e3a0e50..ef3197ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Register nconc as intrinsic.
+
+ * lib.c (nconcv): New function.
+
+ * lib.h (nconcv): Declared.
+
+ * txr.1: Documented nconc.
+
+2014-07-29 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (reduce_left, reduce_right): Nullify incoming sequence
argument so empty vectors and strings can be processed.