summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-14 16:20:17 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-14 16:20:17 -0800
commit9273e90571ff155477aaadd55040fe75e4a8d9e2 (patch)
tree3cbacef8886d54ef02d139313315a7cd4a7c8319 /ChangeLog
parent133c18dc71569a4c3dfdf0e5be7bcc8f65c61f43 (diff)
downloadtxr-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f624b30..e4ce63d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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++.