summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING.Kaz Kylheku2016-06-171-3/+3
* Replace new hash limit constants with variables.Kaz Kylheku2016-05-281-11/+28
* Move registration of hash module functions to hash.cKaz Kylheku2016-05-281-0/+41
* Store hash values in hash entries.Kaz Kylheku2016-05-271-19/+86
* Reduce work done by hashing.Kaz Kylheku2016-05-271-31/+52
* Header file cleanup.Kaz Kylheku2016-01-221-1/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Bugfix: sethash doesn't return stored value.Kaz Kylheku2015-11-251-1/+1
* New equality substitution.Kaz Kylheku2015-11-201-0/+5
* New function: group-reduce.Kaz Kylheku2015-11-101-0/+45
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-0/+6
* Bugfix: harden hash-next, since it is exposed.Kaz Kylheku2015-10-281-1/+4
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-241-2/+1
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-11/+22
* * hash.c (hash_revget): New function.Kaz Kylheku2015-08-041-0/+16
* Pass pretty flag to cobj print operation.Kaz Kylheku2015-08-011-4/+4
* Multi-line, indented printing of structure.Kaz Kylheku2015-07-311-4/+17
* Correction to COBJ initialization pattern.Kaz Kylheku2015-07-301-2/+3
* * hash.c (hash_from_pairs, hash_list): New functions.Kaz Kylheku2015-06-241-0/+19
* Hash subset testing.Kaz Kylheku2015-06-231-0/+21
* Improvements in equal hashing function.Kaz Kylheku2015-06-181-4/+9
* Critical bugfix for weak hashes.Kaz Kylheku2015-06-071-0/+2
* New macro-based framework for assignment places.Kaz Kylheku2015-05-061-0/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Use macro to initialize cobj_ops.Kaz Kylheku2015-01-291-14/+10
* * hash.c (hash_begin): Use coerce macro instead of raw C cast.Kaz Kylheku2014-10-251-3/+2
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-5/+5
* Ensure that a hash reorganization doesn't take placeKaz Kylheku2014-10-221-6/+56
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-45/+45
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-221-0/+5
* * hash.c (hash_construct): Nullify the pairs argument so thatKaz Kylheku2014-07-191-0/+2
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-55/+56
* More generational GC fixes. One GC fix.Kaz Kylheku2014-03-271-4/+4
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-1/+1
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-1/+1
* * hash.c (hash_update): Avoid double cdr.Kaz Kylheku2014-02-141-2/+4
* * hash.c (inhash): Simplify with gethash_c.Kaz Kylheku2014-02-141-10/+5
* Replacing acons_new_l and aconsq_new_l interfaces with onesKaz Kylheku2014-02-141-10/+10
* * hash.c (inhash): Simplify code with gethash_f.Kaz Kylheku2014-02-141-3/+2
* * eval.c (eval_init): Registered hash_update_1 as intrinsic.Kaz Kylheku2014-02-141-0/+19
* * hash.c (inhash): Rename local variable from new to new_p.Kaz Kylheku2014-02-141-3/+3
* Different approach: optional arguments on hash-isec and hash-uni allowKaz Kylheku2014-02-141-62/+14
* * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics.Kaz Kylheku2014-02-141-1/+60
* * eval.c (eval_init): Register inhash as intrinsic.Kaz Kylheku2014-02-141-0/+22
* * hash.c (struct hash): New member, equal_fun.Kaz Kylheku2014-02-121-0/+11
* * hash.c (hash_equal_op, hash_hash_op): New static functions.Kaz Kylheku2014-02-121-2/+106
* Undoing bogus optimization, which can only work when objectsKaz Kylheku2014-02-121-39/+15
* * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): NewKaz Kylheku2014-02-111-1/+4