Revert "(scm_shell_usage): Note need for subscription to bug-guile@gnu.org."
[bpt/guile.git] / libguile / gc-card.c
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' as a replacement for...
2008-08-22 Han-Wen NienhuysFix 2 indentation nitpicks.
2008-08-22 Han-Wen NienhuysStyle nitpicks: space before () in function call.
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
2007-08-21 Kevin Ryde(scm_i_card_statistics): Record scm_tc7_number types as
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-18 Han-Wen Nienhuys("sweep_card"): don't count scm_tc_free_cell for
2005-12-06 Neil Jerram* gc-card.c (scm_i_card_statistics): Return if BITVEC...
2005-07-11 Kevin Ryde(scm_dbg_gc_get_bvec): Change return from long* to
2005-07-01 Han-Wen Nienhuys* gc-card.c (scm_i_card_statistics): init tag.
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-11 Neil Jerram* threads.c (s_scm_lock_mutex): Don't declare msg in...
2005-03-09 Marius Vollmer(scm_i_sweep_card): Do not increase/decrease scm_gc_run...
2005-01-27 Han-Wen Nienhuys* gc-card.c (scm_i_card_statistics): map structs, closu...
2005-01-27 Han-Wen Nienhuys* gc.c (s_scm_gc_live_object_stats): return alist,...
2005-01-27 Han-Wen Nienhuys* gc.c (s_scm_gc_live_object_stats): return alist,...
2005-01-02 Marius Vollmer(scm_i_sweep_card): Call scm_i_vector_free instead...
2004-11-09 Marius VollmerDo no longer handle scm_tc7_bvect bitvectors.
2004-11-02 Marius VollmerDo no longer handle old-style uniform vectors.
2004-10-27 Marius Vollmer* print.c (iprin1): Removed code for scm_tc7_byvect.
2004-08-19 Marius Vollmer* gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect
2004-08-12 Marius Vollmer* socket.c, rw.c, deprecated.h, validate.h
2004-03-18 Han-Wen Nienhuys(sweep_card): use SCM_GC_SET_CELL_WORD for setting
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-09-18 Dirk Herrmann * numbers.c (scm_make_complex), gc-card.c (scm_i_sweep...
2003-07-27 Marius Vollmer* gc.h (SCM_GC_SET_CELL_BVEC): New.
2003-06-04 Dirk Herrmann * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
2003-04-21 Dirk Herrmann * __scm.h (SCM_DEBUG_DEBUGGER_SUPPORT): New compile...
2003-04-20 Dirk Herrmann * gc-card.c (scm_i_sweep_card, scm_i_init_card_freelis...
2003-04-09 Han-Wen Nienhuys(snarfcppopts): use DEFAULT_INCLUDES
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* gc-card.c ("sweep_card"): handle new mpz_t bignums.
2003-03-27 Rob Browning* gc-card.c: fix various preprocessor usages of new...
2003-03-25 Rob Browning* gc-card.c: rename usage of HAVE_ARRAYS to SCM_HAVE_AR...
2003-02-24 Mikael Djurfeldt* struct.c (scm_struct_prehistory): Init scm_i_structs_...
2002-12-10 Han-Wen Nienhuys* modules.c (scm_export): new function
2002-09-08 Han-Wen Nienhuys* inline.h: include stdio.h
2002-09-05 Han-Wen Nienhuys* struct.h: change scm_structs_to_free to scm_i_structs...
2002-08-28 Han-Wen Nienhuys* gc.h: remove DOUBLECELL card flags.
2002-08-08 Han-Wen Nienhuys* gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messa...
2002-08-08 Han-Wen Nienhuys* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-05 Han-Wen Nienhuysremove GC bits documentation from the tags table.
2002-08-04 Han-Wen Nienhuysnew gc