diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:20:17 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-14 16:20:17 -0800 |
commit | 9273e90571ff155477aaadd55040fe75e4a8d9e2 (patch) | |
tree | 3cbacef8886d54ef02d139313315a7cd4a7c8319 /ChangeLog | |
parent | 133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43 (diff) | |
download | txr-9273e90571ff155477aaadd55040fe75e4a8d9e2.tar.gz txr-9273e90571ff155477aaadd55040fe75e4a8d9e2.tar.bz2 txr-9273e90571ff155477aaadd55040fe75e4a8d9e2.zip |
* eval.c (eval_init): Registered hash_update_1 as intrinsic.
* hash.c (hash_update_1): New function.
* hash.h (hash_update_1): Declared.
* txr.1: Documented hash-update-1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2014-02-14 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Registered hash_update_1 as intrinsic. + + * hash.c (hash_update_1): New function. + + * hash.h (hash_update_1): Declared. + + * txr.1: Documented hash-update-1. + +2014-02-14 Kaz Kylheku <kaz@kylheku.com> + * hash.c (inhash): Rename local variable from new to new_p. This is consistent with usage elsewhere in the module, and more importantly, keeps our code C++. |