summaryrefslogtreecommitdiff
path: root/libguile/gc-card.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-21 * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile-time option.Dirk Herrmann1-29/+30
2003-04-20 * gc-card.c (scm_i_sweep_card, scm_i_init_card_freelist): FixedDirk Herrmann1-9/+10
2003-04-09(snarfcppopts): use DEFAULT_INCLUDESHan-Wen Nienhuys1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-04-04* gc-card.c ("sweep_card"): handle new mpz_t bignums.Rob Browning1-7/+5
2003-03-27* gc-card.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2003-03-25* gc-card.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.Rob Browning1-2/+2
2003-02-24* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free toMikael Djurfeldt1-7/+11
2002-12-10* modules.c (scm_export): new functionHan-Wen Nienhuys1-1/+20
2002-09-08* inline.h: include stdio.hHan-Wen Nienhuys1-5/+7
2002-09-05* struct.h: change scm_structs_to_free to scm_i_structs_to_freeHan-Wen Nienhuys1-2/+7
2002-08-28* gc.h: remove DOUBLECELL card flags.Han-Wen Nienhuys1-3/+12
2002-08-08* gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: printHan-Wen Nienhuys1-3/+12
2002-08-08* gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys1-1/+15
2002-08-05remove GC bits documentation from the tags table.Han-Wen Nienhuys1-0/+1
2002-08-04new gcHan-Wen Nienhuys1-0/+337