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