From 24f50b052eb8f8fe3a37d60d0a9e6daebab7f84a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 24 Jan 2014 07:30:00 -0800 Subject: * hash.c (hash_update): New function. * hash.h (hash_update): Declared. * lib.c (update): New function. * lib.h (update): Declared. * eval.c (eval_init): Register hash_update and update as intrinsics. * txr.1: Documented. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b010072..6dbeb145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2014-01-24 Kaz Kylheku + + * hash.c (hash_update): New function. + + * hash.h (hash_update): Declared. + + * lib.c (update): New function. + + * lib.h (update): Declared. + + * eval.c (eval_init): Register hash_update and update as intrinsics. + + * txr.1: Documented. + 2014-01-23 Kaz Kylheku * eval.c (expand): Bugfix in expansion of dohash: neglected -- cgit v1.2.3