summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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++.