From 260968beacb1a2e1c6bdd652f75fe087f907ce0f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 12 Feb 2014 20:25:27 -0800 Subject: * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. * hash.c (hash_guni, hash_gisec): New functions. (hash_isec): Bugfix: since gethash was naively used, keys in hash2 associated with the value nil were erroneously omitted from the intersection. * hash.h (hash_guni, hash_gisec): Declared. * txr.1: Documented new functions. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90234c48..02a1b139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,19 @@ * txr.1: Documented inhash. Also, added surprisingly missing documentation for gethash! +2014-02-12 Kaz Kylheku + + * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. + + * hash.c (hash_guni, hash_gisec): New functions. + (hash_isec): Bugfix: since gethash was naively used, keys in hash2 + associated with the value nil were erroneously omitted from the + intersection. + + * hash.h (hash_guni, hash_gisec): Declared. + + * txr.1: Documented new functions. + 2014-02-12 Kaz Kylheku * parser.l: Disallow syntax like 1.0a, flagging it as -- cgit v1.2.3