diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 16:42:33 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-11 16:42:33 -0800 |
commit | 15dda4428072bb741d6bf42fa4906b217fc2aeb1 (patch) | |
tree | 56e8975170bac4dbf3c5cfa526b59667066732eb /ChangeLog | |
parent | 8910536efaa12182a4ae0158783a1bb1426cdf04 (diff) | |
download | txr-15dda4428072bb741d6bf42fa4906b217fc2aeb1.tar.gz txr-15dda4428072bb741d6bf42fa4906b217fc2aeb1.tar.bz2 txr-15dda4428072bb741d6bf42fa4906b217fc2aeb1.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |