summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9495309..cdc54316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Turn a require argument into an optional
+ one for the functions some, all and none.
+
+ * lib.c (some_satisfy, all_satisfy, none_satisfy): Add defaulting
+ behavior for pred parameter.
+
+ * txr.1: Document that the predicate function is optional
+ in calls to some, all and none.
+
+2014-02-11 Kaz Kylheku <kaz@kylheku.com>
+
Version 79
* txr.c (version): Bumped.