summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-21 21:27:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-21 21:27:49 -0800
commita229461d0aff75401d3164c286a5f0960238199e (patch)
tree454acef5d3afbbd8c07ff032cc37c67b2d0bc8db /ChangeLog
parentdd108fe76bf8c124ec7d68ed0a346c54c01ad182 (diff)
downloadtxr-a229461d0aff75401d3164c286a5f0960238199e.tar.gz
txr-a229461d0aff75401d3164c286a5f0960238199e.tar.bz2
txr-a229461d0aff75401d3164c286a5f0960238199e.zip
* eval.c (mapcarv, mappendv): Convert output to type of leftmost
input sequence. * lib.c (make_like): New function. (reverse, remq, remql, remqual, remove_if, keep_if, mapcar, mapcon, mappend, set_diff): Convert output list to type of leftmost input sequence. * lib.h (make_like): Declared. * txr.1: Documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2547c5e..90619035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2014-01-21 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (mapcarv, mappendv): Convert output to type of leftmost
+ input sequence.
+
+ * lib.c (make_like): New function.
+ (reverse, remq, remql, remqual, remove_if, keep_if, mapcar, mapcon,
+ mappend, set_diff): Convert output list to type of leftmost input
+ sequence.
+
+ * lib.h (make_like): Declared.
+
+ * txr.1: Documented.
+
+2014-01-21 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (car, cdr, ldiff): Extend to handle vectors and strings.
Thereby, numerous previously list-only operations in TXR Lisp
now magically handle strings and vectors.