Age | Commit message (Expand) | Author | Files | Lines |
2008-09-05 | Removed useless files; beautified `libguile/Makefile.am'. | Ludovic Courtes | 1 | -485/+0 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-18 | ("sweep_card"): don't count scm_tc_free_cell for | Han-Wen Nienhuys | 1 | -0/+1 |
2005-12-06 | * gc-card.c (scm_i_card_statistics): Return if BITVEC is NULL. | Neil Jerram | 1 | -0/+4 |
2005-07-11 | (scm_dbg_gc_get_bvec): Change return from long* to | Kevin Ryde | 1 | -3/+3 |
2005-07-01 | * gc-card.c (scm_i_card_statistics): init tag. | Han-Wen Nienhuys | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-11 | * threads.c (s_scm_lock_mutex): Don't declare msg in middle of | Neil Jerram | 1 | -6/+10 |
2005-03-09 | (scm_i_sweep_card): Do not increase/decrease scm_gc_running_p. | Marius Vollmer | 1 | -3/+0 |
2005-01-27 | * gc-card.c (scm_i_card_statistics): map structs, closures and | Han-Wen Nienhuys | 1 | -0/+10 |
2005-01-27 | * gc.c (s_scm_gc_live_object_stats): return alist, not hashtable. | Han-Wen Nienhuys | 1 | -1/+1 |
2005-01-27 | * gc.c (s_scm_gc_live_object_stats): return alist, not hashtable. | Han-Wen Nienhuys | 1 | -0/+117 |
2005-01-02 | (scm_i_sweep_card): Call scm_i_vector_free instead of doing it inline. | Marius Vollmer | 1 | -10/+3 |
2004-11-09 | Do no longer handle scm_tc7_bvect bitvectors. | Marius Vollmer | 1 | -13/+0 |
2004-11-02 | Do no longer handle old-style uniform vectors. | Marius Vollmer | 1 | -16/+2 |
2004-10-27 | * print.c (iprin1): Removed code for scm_tc7_byvect. | Marius Vollmer | 1 | -2/+1 |
2004-08-19 | * gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect | Marius Vollmer | 1 | -5/+6 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -2/+2 |
2004-03-18 | (sweep_card): use SCM_GC_SET_CELL_WORD for setting | Han-Wen Nienhuys | 1 | -3/+2 |
2003-11-18 | * print.c (scm_iprin1): Handle fractions. | Marius Vollmer | 1 | -0/+4 |
2003-09-18 | This set of patches introduces a new tc7 code scm_tc7_number for | Dirk Herrmann | 1 | -9/+15 |
2003-09-18 | * numbers.c (scm_make_complex), gc-card.c (scm_i_sweep_card): Use | Dirk Herrmann | 1 | -1/+2 |
2003-07-27 | * gc.h (SCM_GC_SET_CELL_BVEC): New. | Marius Vollmer | 1 | -1/+1 |
2003-06-04 | * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT, | Dirk Herrmann | 1 | -1/+1 |
2003-04-21 | * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile-time option. | Dirk Herrmann | 1 | -29/+30 |
2003-04-20 | * gc-card.c (scm_i_sweep_card, scm_i_init_card_freelist): Fixed | Dirk Herrmann | 1 | -9/+10 |
2003-04-09 | (snarfcppopts): use DEFAULT_INCLUDES | Han-Wen Nienhuys | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-04-04 | * gc-card.c ("sweep_card"): handle new mpz_t bignums. | Rob Browning | 1 | -7/+5 |
2003-03-27 | * gc-card.c: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-03-25 | * gc-card.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS. | Rob Browning | 1 | -2/+2 |
2003-02-24 | * struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to | Mikael Djurfeldt | 1 | -7/+11 |
2002-12-10 | * modules.c (scm_export): new function | Han-Wen Nienhuys | 1 | -1/+20 |
2002-09-08 | * inline.h: include stdio.h | Han-Wen Nienhuys | 1 | -5/+7 |
2002-09-05 | * struct.h: change scm_structs_to_free to scm_i_structs_to_free | Han-Wen Nienhuys | 1 | -2/+7 |
2002-08-28 | * gc.h: remove DOUBLECELL card flags. | Han-Wen Nienhuys | 1 | -3/+12 |
2002-08-08 | * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print | Han-Wen Nienhuys | 1 | -3/+12 |
2002-08-08 | * gc.h: add scm_debug_cells_gc_interval to public interface | Han-Wen Nienhuys | 1 | -1/+15 |
2002-08-05 | remove GC bits documentation from the tags table. | Han-Wen Nienhuys | 1 | -0/+1 |
2002-08-04 | new gc | Han-Wen Nienhuys | 1 | -0/+337 |