| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Different approach: optional arguments on hash-isec and hash-uni allow | Kaz Kylheku | 2014-02-14 | 1 | -62/+14 |
* | * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. | Kaz Kylheku | 2014-02-14 | 1 | -1/+60 |
* | * eval.c (eval_init): Register inhash as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+22 |
* | * hash.c (struct hash): New member, equal_fun. | Kaz Kylheku | 2014-02-12 | 1 | -0/+11 |
* | * hash.c (hash_equal_op, hash_hash_op): New static functions. | Kaz Kylheku | 2014-02-12 | 1 | -2/+106 |
* | Undoing bogus optimization, which can only work when objects | Kaz Kylheku | 2014-02-12 | 1 | -39/+15 |
* | * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New | Kaz Kylheku | 2014-02-11 | 1 | -1/+4 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -4/+4 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -1/+1 |
* | * hash.c (hash_mark, hash_grow, make_similar_hash, | Kaz Kylheku | 2014-02-01 | 1 | -40/+65 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 1 | -0/+9 |
* | * hash.c (group_by): New function. | Kaz Kylheku | 2014-01-16 | 1 | -0/+29 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -0/+122 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -2/+2 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -6/+72 |
* | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 1 | -1/+1 |
* | * hash.c (hash_grow, gethash_l, gethash, gethash_f): Replace | Kaz Kylheku | 2012-04-04 | 1 | -4/+4 |
* | Generational GC showing signs of working. One test case in | Kaz Kylheku | 2012-04-03 | 1 | -1/+1 |