diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 12:46:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 12:46:05 -0800 |
commit | f43255b08af93a0ef6ce855c74a02c001cf7d8db (patch) | |
tree | 9f733895e144ad9b72f978f05cdd9a8e62e85a69 /ChangeLog | |
parent | c11346723fc9142c9199591f21ce1b4e1447b741 (diff) | |
download | txr-f43255b08af93a0ef6ce855c74a02c001cf7d8db.tar.gz txr-f43255b08af93a0ef6ce855c74a02c001cf7d8db.tar.bz2 txr-f43255b08af93a0ef6ce855c74a02c001cf7d8db.zip |
* lib.c (memql): New function.
(some_satisfy): Return the first non-nil result, rather than t.
(all_satisfy): Return the value of the last item, if all items
are processed.
* lib.h (memql): Declared.
* txr.1: Documented memq, memql, memqual, tree-find, some,
all, none, eq, eql and equal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2011-12-23 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (memql): New function. + (some_satisfy): Return the first non-nil result, rather than t. + (all_satisfy): Return the value of the last item, if all items + are processed. + + * lib.h (memql): Declared. + + * txr.1: Documented memq, memql, memqual, tree-find, some, + all, none, eq, eql and equal. + 2011-12-22 Kaz Kylheku <kaz@kylheku.com> * txr.1: Documented copy-list, reverse, nreverse, ldiff and flatten. |