summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-06 06:35:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-06 06:35:34 -0800
commit6cd6af985619569e7e12df7b28c6aa1dc10726c1 (patch)
treef6b64a6bbb70fb630329922a54e470538934876f /ChangeLog
parent34cb933b006c52eec59dba4478a0d04c8ae4e5ba (diff)
downloadtxr-6cd6af985619569e7e12df7b28c6aa1dc10726c1.tar.gz
txr-6cd6af985619569e7e12df7b28c6aa1dc10726c1.tar.bz2
txr-6cd6af985619569e7e12df7b28c6aa1dc10726c1.zip
Allow then-func to be omitted in iff. Cleanup.
* eval.c (eval_init): Register iff as requiring only one arg. * lib.c (do_iff): Do not check thenfun for nil. Just call it. (iff): Default thenfun to identity. * txr.1: Documentation updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97693d32..523d9f74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-11-06 Kaz Kylheku <kaz@kylheku.com>
+
+ Allow then-func to be omitted in iff. Cleanup.
+
+ * eval.c (eval_init): Register iff as requiring only one arg.
+
+ * lib.c (do_iff): Do not check thenfun for nil. Just call it.
+ (iff): Default thenfun to identity.
+
+ * txr.1: Documentation updated.
+
2014-11-05 Kaz Kylheku <kaz@kylheku.com>
* lib.c (iff): Bugfix: forgotten handling of default