summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Rename badly named default_bool_argKaz Kylheku2017-03-171-2/+2
* streamline default alg handling in group-reduce.Kaz Kylheku2017-03-051-2/+1
* Simplify gethash variants using new function.Kaz Kylheku2017-01-291-12/+9
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Missing space in hash printed rep.Kaz Kylheku2017-01-061-0/+1
* Adding clearhash function.Kaz Kylheku2016-11-231-0/+13
* Use obj_print_impl for printing hash contents.Kaz Kylheku2016-10-311-12/+18
* hash-construct: eliminate redundant intern.Kaz Kylheku2016-10-241-1/+1
* Changes to the printing framework.Kaz Kylheku2016-10-201-1/+1
* Add stream printing context.Kaz Kylheku2016-10-201-6/+6
* New accessor: hash-userdata.Kaz Kylheku2016-10-121-2/+3
* Include user data in hash read syntax.Kaz Kylheku2016-10-121-2/+16
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* 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