diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-26 06:56:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-26 06:56:10 -0700 |
commit | 3dbaecd359c584e1bcf650cdf53fb35253599e15 (patch) | |
tree | cdabf8284e140a72cd19e447bfab7ec7bde94f85 /ChangeLog | |
parent | 5b0ee1a4dcdad30c4554a9aaa17600ae3e8073d7 (diff) | |
download | txr-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |