| Commit message (Expand) | Author | Age | Files | Lines |
* | Use obj_print_impl for printing hash contents. | Kaz Kylheku | 2016-10-31 | 1 | -12/+18 |
* | hash-construct: eliminate redundant intern. | Kaz Kylheku | 2016-10-24 | 1 | -1/+1 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -1/+1 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -6/+6 |
* | New accessor: hash-userdata. | Kaz Kylheku | 2016-10-12 | 1 | -2/+3 |
* | Include user data in hash read syntax. | Kaz Kylheku | 2016-10-12 | 1 | -2/+16 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING. | Kaz Kylheku | 2016-06-17 | 1 | -3/+3 |
* | Replace new hash limit constants with variables. | Kaz Kylheku | 2016-05-28 | 1 | -11/+28 |
* | Move registration of hash module functions to hash.c | Kaz Kylheku | 2016-05-28 | 1 | -0/+41 |
* | Store hash values in hash entries. | Kaz Kylheku | 2016-05-27 | 1 | -19/+86 |
* | Reduce work done by hashing. | Kaz Kylheku | 2016-05-27 | 1 | -31/+52 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -1/+0 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Bugfix: sethash doesn't return stored value. | Kaz Kylheku | 2015-11-25 | 1 | -1/+1 |
* | New equality substitution. | Kaz Kylheku | 2015-11-20 | 1 | -0/+5 |
* | New function: group-reduce. | Kaz Kylheku | 2015-11-10 | 1 | -0/+45 |
* | New range type, distinct from cons cell. | Kaz Kylheku | 2015-11-01 | 1 | -0/+6 |
* | Bugfix: harden hash-next, since it is exposed. | Kaz Kylheku | 2015-10-28 | 1 | -1/+4 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -2/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -11/+22 |
* | * hash.c (hash_revget): New function. | Kaz Kylheku | 2015-08-04 | 1 | -0/+16 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -4/+4 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -4/+17 |
* | Correction to COBJ initialization pattern. | Kaz Kylheku | 2015-07-30 | 1 | -2/+3 |
* | * hash.c (hash_from_pairs, hash_list): New functions. | Kaz Kylheku | 2015-06-24 | 1 | -0/+19 |
* | Hash subset testing. | Kaz Kylheku | 2015-06-23 | 1 | -0/+21 |
* | Improvements in equal hashing function. | Kaz Kylheku | 2015-06-18 | 1 | -4/+9 |
* | Critical bugfix for weak hashes. | Kaz Kylheku | 2015-06-07 | 1 | -0/+2 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -0/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize cobj_ops. | Kaz Kylheku | 2015-01-29 | 1 | -14/+10 |
* | * hash.c (hash_begin): Use coerce macro instead of raw C cast. | Kaz Kylheku | 2014-10-25 | 1 | -3/+2 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -5/+5 |
* | Ensure that a hash reorganization doesn't take place | Kaz Kylheku | 2014-10-22 | 1 | -6/+56 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -45/+45 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+5 |
* | * hash.c (hash_construct): Nullify the pairs argument so that | Kaz Kylheku | 2014-07-19 | 1 | -0/+2 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -55/+56 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 1 | -4/+4 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -1/+1 |
* | * hash.c (hash_update): Avoid double cdr. | Kaz Kylheku | 2014-02-14 | 1 | -2/+4 |
* | * hash.c (inhash): Simplify with gethash_c. | Kaz Kylheku | 2014-02-14 | 1 | -10/+5 |
* | Replacing acons_new_l and aconsq_new_l interfaces with ones | Kaz Kylheku | 2014-02-14 | 1 | -10/+10 |
* | * hash.c (inhash): Simplify code with gethash_f. | Kaz Kylheku | 2014-02-14 | 1 | -3/+2 |
* | * eval.c (eval_init): Registered hash_update_1 as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+19 |
* | * hash.c (inhash): Rename local variable from new to new_p. | Kaz Kylheku | 2014-02-14 | 1 | -3/+3 |