summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-20 11:06:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-20 11:06:17 -0700
commit0d29bebdc195800fc416d6bea57d84140d54e7a3 (patch)
tree22808d93cd773cb4158c78bcb47b23da87d55700 /ChangeLog
parent7da23010b2afbaae4dc4b8f01d1f8950e2c878be (diff)
downloadtxr-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae8e9302..970b8825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".