summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-26 06:56:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-26 06:56:10 -0700
commit3dbaecd359c584e1bcf650cdf53fb35253599e15 (patch)
treecdabf8284e140a72cd19e447bfab7ec7bde94f85 /ChangeLog
parent5b0ee1a4dcdad30c4554a9aaa17600ae3e8073d7 (diff)
downloadtxr-3dbaecd359c584e1bcf650cdf53fb35253599e15.tar.gz
txr-3dbaecd359c584e1bcf650cdf53fb35253599e15.tar.bz2
txr-3dbaecd359c584e1bcf650cdf53fb35253599e15.zip
* eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be
a non-list sequence. (eval_init): Register transpose and zip as intrinsics. * lib.c (curry_12_1_v): New static function. (transpose, mapcar_listout): New functions. (mapcar): Redefined in terms of mapcar_listout. * lib.h (transpose, mapcar_listout): Declared. * txr.1: Documented transpose and zip.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 597c1950..3f54b517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-06-26 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be
+ a non-list sequence.
+ (eval_init): Register transpose and zip as intrinsics.
+
+ * lib.c (curry_12_1_v): New static function.
+ (transpose, mapcar_listout): New functions.
+ (mapcar): Redefined in terms of mapcar_listout.
+
+ * lib.h (transpose, mapcar_listout): Declared.
+
+ * txr.1: Documented transpose and zip.
+
2014-06-20 Kaz Kylheku <kaz@kylheku.com>
Bugfix: macros not being expanded in expansions embedded in