diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-20 11:06:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-20 11:06:17 -0700 |
commit | 0d29bebdc195800fc416d6bea57d84140d54e7a3 (patch) | |
tree | 22808d93cd773cb4158c78bcb47b23da87d55700 /ChangeLog | |
parent | 7da23010b2afbaae4dc4b8f01d1f8950e2c878be (diff) | |
download | txr-0d29bebdc195800fc416d6bea57d84140d54e7a3.tar.gz txr-0d29bebdc195800fc416d6bea57d84140d54e7a3.tar.bz2 txr-0d29bebdc195800fc416d6bea57d84140d54e7a3.zip |
* eval.c (eval_init): Register juxt as intrinsic.
* lib.c (do_juxt): New static function.
(juxtv): New function.
* lib.h (juxtv): Declared.
* txr.1: Documented juxt.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2014-07-20 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Register juxt as intrinsic. + + * lib.c (do_juxt): New static function. + (juxtv): New function. + + * lib.h (juxtv): Declared. + + * txr.1: Documented juxt. + +2014-07-20 Kaz Kylheku <kaz@kylheku.com> + * arith.c (divi): Support one-argument form. Use "/" name in error reporting, not "divi". |