| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve overflow checks in bytevector, string, and I/O operations.... | Mark H Weaver | 2019-06-18 | 1 | -3/+3 |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Remove scm_puts_unlocked.... | Andy Wingo | 2016-04-26 | 1 | -5/+5 |
* | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2013-11-28 | 1 | -7/+6 |
|\ |
|
| * | Critical sections in guardians do not need to block asyncs... | Andy Wingo | 2013-11-28 | 1 | -7/+6 |
* | | Merge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'... | Andy Wingo | 2013-11-28 | 1 | -2/+16 |
|\| |
|
| * | Make guardians thread-safe.... | Mark H Weaver | 2013-11-23 | 1 | -2/+16 |
* | | Remove tests and shims for pre-7.2 bdw-gc.... | Andy Wingo | 2013-11-22 | 1 | -6/+0 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-03-28 | 1 | -1/+7 |
|\| |
|
| * | Use accessors instead of symbols deprecated in libgc 7.3.... | Ludovic Courtès | 2013-03-01 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-07-06 | 1 | -5/+6 |
|\| |
|
| * | Use `void *' instead of `GC_PTR' internally.... | Ludovic Courtès | 2012-07-02 | 1 | -5/+6 |
* | | Revert "add SCM_HEAP_OBJECT_BASE"... | Andy Wingo | 2012-01-31 | 1 | -2/+0 |
* | | locking for putc, puts... | Andy Wingo | 2011-11-08 | 1 | -5/+5 |
* | | add SCM_HEAP_OBJECT_BASE... | Andy Wingo | 2011-10-24 | 1 | -0/+2 |
* | | add SCM_HEAP_OBJECT_P... | Andy Wingo | 2011-10-24 | 1 | -1/+1 |
* | | add SCM_{PACK,UNPACK}_POINTER... | Andy Wingo | 2011-10-24 | 1 | -10/+10 |
* | | remove weak pairs, rewrite weak vectors... | Andy Wingo | 2011-10-24 | 1 | -6/+10 |
|/ |
|
* | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc... | Andy Wingo | 2011-05-13 | 1 | -4/+4 |
* | more care regarding SCM_PACK and SCM_UNPACK... | Andy Wingo | 2011-05-13 | 1 | -1/+1 |
* | SCM_CELL in guardians.c... | Andy Wingo | 2009-12-08 | 1 | -1/+1 |
* | Remove deprecated guardian code.... | Ludovic Courtès | 2009-11-17 | 1 | -12/+1 |
* | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.... | Ludovic Courtès | 2009-09-14 | 1 | -1/+1 |
* | 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 |
* | | Add `DEBUG_GUARDIANS' macro for guardian finalization debugging.... | Ludovic Courtès | 2009-02-28 | 1 | -6/+14 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
|\| |
|
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | | Use thread-local allocation (significant perf. improvement!); added the `boeh...... | Ludovic Courtes | 2008-09-10 | 1 | -1/+1 |
* | | Allow guardians to be GC'd before the objects they guard.... | Ludovic Courtes | 2008-09-10 | 1 | -2/+10 |
* | | Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).... | Ludovic Courtes | 2008-09-05 | 1 | -19/+80 |
* | | Generalized BGC's finalizer mechanism. Use it in `guardians.c'.... | Ludovic Courtes | 2008-09-05 | 1 | -22/+14 |
* | | First stab at the guardian implementation. Works fine at first glance!... | Ludovic Courtes | 2008-09-05 | 1 | -146/+95 |
* | | Merge from lcourtes@laas.fr--2005-mobile... | Ludovic Courtes | 2008-09-05 | 1 | -0/+3 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak... | Marius Vollmer | 2005-07-31 | 1 | -444/+174 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | Critical section review | Neil Jerram | 2005-04-24 | 1 | -1/+6 |
* | Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END. | Marius Vollmer | 2005-03-07 | 1 | -0/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -14/+15 |
* | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,... | Marius Vollmer | 2004-10-22 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -3/+3 |
* | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into... | Marius Vollmer | 2004-07-27 | 1 | -3/+3 |
* | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,... | Marius Vollmer | 2004-07-23 | 1 | -1/+1 |
* | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to... | Marius Vollmer | 2004-07-08 | 1 | -1/+1 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -6/+6 |
* | * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits to make... | Dirk Herrmann | 2004-05-15 | 1 | -2/+2 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | new gc | Han-Wen Nienhuys | 2002-08-04 | 1 | -6/+6 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |