| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | gc: eliminate most uses of gc_mutated. | Kaz Kylheku | 2018-11-06 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | ffi: sanity check on object in ffi_val_get. | Kaz Kylheku | 2017-05-24 | 1 | -0/+2 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Cancel in-progress gc if handling async signal. | Kaz Kylheku | 2016-12-12 | 1 | -0/+2 |
* | 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 | -1/+1 |
* | New --free-all option for freeing memory on exit. | Kaz Kylheku | 2016-06-07 | 1 | -0/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Useful debugging function for spurious retention. | Kaz Kylheku | 2015-11-20 | 1 | -0/+1 |
* | Remove unused rel1 function. | Kaz Kylheku | 2015-11-06 | 1 | -1/+0 |
* | Expose memory region marking function. | Kaz Kylheku | 2015-10-25 | 1 | -0/+1 |
* | New function: call-finalizers. | Kaz Kylheku | 2015-10-06 | 1 | -0/+1 |
* | Support for reverse order in finalization. | Kaz Kylheku | 2015-10-01 | 1 | -1/+1 |
* | Fix incorrect finalization of struct-type. | Kaz Kylheku | 2015-09-02 | 1 | -0/+1 |
* | Provide conservative marking interface. | Kaz Kylheku | 2015-08-19 | 1 | -1/+1 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -0/+1 |
* | Deal with spurious retention in function application. | Kaz Kylheku | 2015-03-31 | 1 | -0/+3 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * gc.h (break_obj): Missing extern added on declaration. | Kaz Kylheku | 2014-10-30 | 1 | -1/+1 |
* | Ensure that a hash reorganization doesn't take place | Kaz Kylheku | 2014-10-22 | 1 | -0/+1 |
* | * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH. | Kaz Kylheku | 2014-09-08 | 1 | -0/+1 |
* | * gc.c (top): Renamed to gc_prot_top, turned extern. | Kaz Kylheku | 2014-08-25 | 1 | -0/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -2/+2 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 1 | -0/+2 |
* | Export break_obj. | Kaz Kylheku | 2014-02-01 | 1 | -0/+4 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 1 | -1/+1 |
* | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 1 | -0/+1 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -0/+8 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Fixing weak hash tables. | Kaz Kylheku | 2010-01-25 | 1 | -0/+2 |
* | Fix for unbounded memory growth problem reproduced with GCC 4.4.1 | Kaz Kylheku | 2010-01-21 | 1 | -0/+2 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -0/+1 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -8/+8 |
* | First cut at hash tables. One known problem is allocation during gc, | Kaz Kylheku | 2009-11-09 | 1 | -0/+1 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -3/+1 |
* | txr-013 2009-09-30txr-013 | Kaz Kylheku | 2017-07-31 | 1 | -1/+1 |
* | txr-011 2009-09-25txr-011 | Kaz Kylheku | 2017-07-31 | 1 | -0/+36 |