summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-23 12:46:05 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-23 12:46:05 -0800
commitf43255b08af93a0ef6ce855c74a02c001cf7d8db (patch)
tree9f733895e144ad9b72f978f05cdd9a8e62e85a69 /ChangeLog
parentc11346723fc9142c9199591f21ce1b4e1447b741 (diff)
downloadtxr-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 990fa3e0..b54fc471 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.