Age | Commit message (Expand) | Author | Files | Lines |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -294/+0 |
2011-05-13 | correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms | Andy Wingo | 1 | -19/+11 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2009-11-01 | Merge branch 'bdw-gc-static-alloc' | Ludovic Courtès | 1 | -9/+9 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-09-02 | Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc | Ludovic Courtès | 1 | -6/+7 |
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-01-31 | Don't register disappearing links for non-heap objects. | Ludovic Courtès | 1 | -9/+9 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -0/+3 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -0/+3 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -37/+13 |
2008-09-10 | Use thread-local allocation (significant perf. improvement!); added the `boeh... | Ludovic Courtes | 1 | -1/+1 |
2008-09-10 | Moved weak pair code into `weaks.[ch]'. | Ludovic Courtes | 1 | -0/+107 |
2008-09-05 | procs/weaks/hashtab: Removed a bit of useless mark/free code. | Ludovic Courtes | 1 | -65/+0 |
2008-09-05 | Fixed a typo/bug in `make-doubly-weak-alist-vector'. | Ludovic Courtes | 1 | -1/+1 |
2008-09-05 | Fixed `list->weak-vector'. | Ludovic Courtes | 1 | -21/+2 |
2008-09-05 | Fixed weak alist vectors by having them use weak hash tables instead. | Ludovic Courtes | 1 | -3/+9 |
2008-09-05 | First stab at implementing weak hash tables and vectors. Unable to run the R... | Ludovic Courtes | 1 | -118/+9 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -1/+5 |
2008-01-22 | * srfi-39.scm: Update copyright statement to LGPL. | Neil Jerram | 1 | -37/+13 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-07-31 | * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weak | Marius Vollmer | 1 | -88/+138 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -2/+2 |
2005-01-06 | (scm_array_handle_release): New, changed all uses of | Marius Vollmer | 1 | -0/+2 |
2005-01-02 | * weaks.c: Use new vector elements API or simple vector | Marius Vollmer | 1 | -68/+22 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -6/+6 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -40/+31 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -4/+4 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -4/+4 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -37/+47 |
2003-02-13 | * hashtab.c: Undid thread safety. (We decided that it's better to | Mikael Djurfeldt | 1 | -3/+3 |
2003-02-11 | * hashtab.c (scm_vector_to_hash_table, | Mikael Djurfeldt | 1 | -6/+19 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -8/+9 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -4/+7 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -10/+8 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -1/+1 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+2 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -8/+10 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -5/+5 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-30 | * Fixed some signedness issues. | Dirk Herrmann | 1 | -43/+68 |
2001-06-07 | * Fix SCM <--> scm_t_bits related typing problems. | Dirk Herrmann | 1 | -4/+4 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -3/+9 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -4/+5 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -5/+4 |
2001-04-03 | Correct, update, improve and clean up a lot of docstrings in order to make | Martin Grabmüller | 1 | -32/+35 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -6/+11 |
2001-03-16 | * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), | Martin Grabmüller | 1 | -7/+7 |