Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | Remove use of SCM_CRITICAL_SECTION in smob.c | Andy Wingo | 1 | -2/+2 |
2013-11-08 | Remove stack programs, objcode, and the old VM. | Andy Wingo | 1 | -1/+0 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -24/+25 |
2013-03-01 | Allow the SMOB mark procedures to be called when libgc uses parallel markers. | Ludovic Courtès | 1 | -24/+25 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2012-07-02 | Use `void *' instead of `GC_PTR' internally. | Ludovic Courtès | 1 | -1/+1 |
2012-04-12 | Avoid use of `GC_PTR' in "smob.h". | Ludovic Courtès | 1 | -1/+1 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 1 | -259/+70 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 1 | -255/+70 |
2012-03-08 | use the new finalizer helpers | Andy Wingo | 1 | -16/+2 |
2012-03-08 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 1 | -23/+92 |
2012-02-19 | use the new finalizer helpers | Andy Wingo | 1 | -17/+3 |
2012-01-31 | Revert "add SCM_HEAP_OBJECT_BASE" | Andy Wingo | 1 | -2/+2 |
2012-01-10 | Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907' | Andy Wingo | 1 | -4/+1 |
2011-12-22 | stdlib.h, not malloc.h | Andy Wingo | 1 | -4/+1 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -4/+4 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_HEAP_OBJECT_BASE | Andy Wingo | 1 | -2/+2 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -2/+2 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -6/+6 |
2011-10-24 | convert internal weak hash table users to use the weak table api | Andy Wingo | 1 | -8/+3 |
2011-05-26 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 1 | -22/+71 |
2011-05-24 | safely access the trampoline weak map | Andy Wingo | 1 | -3/+12 |
2011-01-27 | objcode type is an enumeration, not flags | Andy Wingo | 1 | -2/+2 |
2010-01-09 | smobs are applied with vm trampoline procedures | Andy Wingo | 1 | -275/+259 |
2010-01-09 | re-add SCM_GSUBR_MAX | Andy Wingo | 1 | -1/+0 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -1/+23 |
2009-12-08 | clean up smob macro implementation | Andy Wingo | 1 | -8/+0 |
2009-11-15 | fold objects.[ch] into goops.[ch] | Andy Wingo | 1 | -1/+0 |
2009-09-28 | Remove default port/SMOB finalizers. | Ludovic Courtès | 1 | -15/+3 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-08-25 | Remove the `scm_tc_free_cell' SMOB type. | Ludovic Courtès | 1 | -25/+0 |
2009-08-20 | Simplify the creation of the SMOB GC "kind". | Ludovic Courtès | 1 | -6/+3 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-02-03 | GOOPS: Statically allocate the SMOB class array. | Ludovic Courtès | 1 | -3/+3 |
2009-02-03 | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'. | Ludovic Courtès | 1 | -2/+3 |
2009-01-18 | GOOPS: Statically allocate the SMOB class array. | Ludovic Courtès | 1 | -3/+3 |
2009-01-18 | Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'. | Ludovic Courtès | 1 | -2/+3 |
2008-10-31 | Fix initialization of the SMOB GC "kind". | Ludovic Courtès | 1 | -1/+4 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Use thread-local allocation (significant perf. improvement!); added the `boeh... | Ludovic Courtes | 1 | -1/+1 |
2008-09-05 | Fixed the SMOB mark procedure so that it handles free-list objects. | Ludovic Courtes | 1 | -10/+16 |
2008-09-05 | Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24). | Ludovic Courtes | 1 | -4/+9 |
2008-09-05 | Fixed the undocumented `scm_make_smob ()' function. | Ludovic Courtes | 1 | -2/+3 |
2008-09-05 | Added support for SMOBs free function (via finalizers). | Ludovic Courtes | 1 | -2/+17 |
2008-09-05 | Added support for SMOB custom mark procedures. | Ludovic Courtes | 1 | -0/+121 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |