summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-23 22:22:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-23 22:22:13 -0700
commite65fc7cc213436bba321a9b616bb77874b2a789a (patch)
treea1f6c1ca19b1aa1d865e2a985b14d0ec093f1a1c /ChangeLog
parent742b9e4d64a178578476894636bf94911738d957 (diff)
downloadtxr-e65fc7cc213436bba321a9b616bb77874b2a789a.tar.gz
txr-e65fc7cc213436bba321a9b616bb77874b2a789a.tar.bz2
txr-e65fc7cc213436bba321a9b616bb77874b2a789a.zip
Hash subset testing.
* eval.c (eval_init): Register hash-subset and hash-proper-subset intrinsics. * hash.c (hash_subset, hash_proper_subset): New functions. * hash.h (hash_subset, hash_proper_subset): Declared. * txr.1: New functions documented.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cb67847..ec5a5d2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-06-23 Kaz Kylheku <kaz@kylheku.com>
+
+ Hash subset testing.
+
+ * eval.c (eval_init): Register hash-subset and hash-proper-subset
+ intrinsics.
+
+ * hash.c (hash_subset, hash_proper_subset): New functions.
+
+ * hash.h (hash_subset, hash_proper_subset): Declared.
+
+ * txr.1: New functions documented.
+
2015-06-22 Kaz Kylheku <kaz@kylheku.com>
* genvim.txr: Add ifa.tl library file.