summaryrefslogtreecommitdiff
path: root/libguile/gc-card.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Removed useless files; beautified `libguile/Makefile.am'.Ludovic Courtes1-485/+0
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-18("sweep_card"): don't count scm_tc_free_cell forHan-Wen Nienhuys1-0/+1
2005-12-06* gc-card.c (scm_i_card_statistics): Return if BITVEC is NULL.Neil Jerram1-0/+4
2005-07-11(scm_dbg_gc_get_bvec): Change return from long* toKevin Ryde1-3/+3
2005-07-01* gc-card.c (scm_i_card_statistics): init tag.Han-Wen Nienhuys1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-05-11* threads.c (s_scm_lock_mutex): Don't declare msg in middle ofNeil Jerram1-6/+10
2005-03-09(scm_i_sweep_card): Do not increase/decrease scm_gc_running_p.Marius Vollmer1-3/+0
2005-01-27* gc-card.c (scm_i_card_statistics): map structs, closures andHan-Wen Nienhuys1-0/+10
2005-01-27* gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.Han-Wen Nienhuys1-1/+1
2005-01-27* gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.Han-Wen Nienhuys1-0/+117
2005-01-02(scm_i_sweep_card): Call scm_i_vector_free instead of doing it inline.Marius Vollmer1-10/+3
2004-11-09Do no longer handle scm_tc7_bvect bitvectors.Marius Vollmer1-13/+0
2004-11-02Do no longer handle old-style uniform vectors.Marius Vollmer1-16/+2
2004-10-27* print.c (iprin1): Removed code for scm_tc7_byvect.Marius Vollmer1-2/+1
2004-08-19* gc.h, gc.c (scm_i_gc_admin_mutex): New, to protectMarius Vollmer1-5/+6
2004-08-12* socket.c, rw.c, deprecated.h, validate.hMarius Vollmer1-2/+2
2004-03-18(sweep_card): use SCM_GC_SET_CELL_WORD for settingHan-Wen Nienhuys1-3/+2
2003-11-18* print.c (scm_iprin1): Handle fractions.Marius Vollmer1-0/+4
2003-09-18 This set of patches introduces a new tc7 code scm_tc7_number forDirk Herrmann1-9/+15
2003-09-18 * numbers.c (scm_make_complex), gc-card.c (scm_i_sweep_card): UseDirk Herrmann1-1/+2
2003-07-27* gc.h (SCM_GC_SET_CELL_BVEC): New.Marius Vollmer1-1/+1
2003-06-04 * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann1-1/+1
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