diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-24 06:04:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-24 06:04:43 -0700 |
commit | 5a1a9076e10d03a070daa0e8c019fc0ec76e5c88 (patch) | |
tree | a57fb2920b46506fd80130a798e59389f8ea9ee5 /ChangeLog | |
parent | 2f654aa0a794581bb857c38e99e0abb185c53d52 (diff) | |
download | txr-5a1a9076e10d03a070daa0e8c019fc0ec76e5c88.tar.gz txr-5a1a9076e10d03a070daa0e8c019fc0ec76e5c88.tar.bz2 txr-5a1a9076e10d03a070daa0e8c019fc0ec76e5c88.zip |
* hash.c (hash_from_pairs, hash_list): New functions.
* hash.h (hash_from_pairs, hash_list): Declared.
* eval.c (eval_init): Registered hash-from-pairs and hash-list
intrinsic.
* txr.1: Documented new functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2015-06-24 Kaz Kylheku <kaz@kylheku.com> + * hash.c (hash_from_pairs, hash_list): New functions. + + * hash.h (hash_from_pairs, hash_list): Declared. + + * eval.c (eval_init): Registered hash-from-pairs and hash-list + intrinsic. + + * txr.1: Documented new functions. + +2015-06-24 Kaz Kylheku <kaz@kylheku.com> + Refactoring n-ary functions to use a single helper. * lib.c (nary_op): New function. |