diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-23 22:22:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-23 22:22:13 -0700 |
commit | e65fc7cc213436bba321a9b616bb77874b2a789a (patch) | |
tree | a1f6c1ca19b1aa1d865e2a985b14d0ec093f1a1c /ChangeLog | |
parent | 742b9e4d64a178578476894636bf94911738d957 (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |