Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / gc.c
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-11 Han-Wen NienhuysRevise GC asserts.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtesFixed warnings due to unused stuff.
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic Court`esReverted inappropriate merge in `gc.c'.
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Ludovic CourtesRemoved `scm_gc_registered_roots' and `scm_permobjs'.
2008-09-10 Ludovic CourtesExpand heap size at startup time.
2008-09-10 Ludovic CourtesTurn "all interior pointers" off (slight performance...
2008-09-10 Ludovic CourtesImplemented `gc-stats' using `libgc' information.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-05 Ludovic CourtesFixed use of finalizers for guardians and SMOBs (undoes...
2008-09-05 Ludovic CourtesFixed `scm_gc_register_finalizer ()' to avoid bootstrap...
2008-09-05 Ludovic CourtesGeneralized BGC's finalizer mechanism. Use it in ...
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-09-04 Ludovic CourtesFixed GC initialization and static roots.
2008-09-04 Ludovic CourtesFixed garbage collection of ports: basics work (no...
2008-09-04 Ludovic CourtesFirst ``working'' Guile! Crashes in `flush-all-ports...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-09-03 Han-Wen NienhuysDon't sanity check GC numbers on 64 bit platforms,...
2008-08-27 Han-Wen NienhuysMerge branch 'master' of git://git.sv.gnu.org/guile...
2008-08-27 Han-Wen NienhuysOnly sanity check numbers if SCM_DEBUG_CELL_ACCESSES...
2008-08-22 Han-Wen NienhuysStyle nitpicks: space before () in function call.
2008-08-20 Ludovic CourtèsNever define `_GNU_SOURCE' explicitly since `AC_USE_SYS...
2008-08-16 Han-Wen NienhuysMake marked conservatively statistic accumulative.
2008-08-16 Han-Wen NienhuysIf realloc() fails in scm_realloc, then do a complete...
2008-08-16 Han-Wen NienhuysAdd a statistic for tracking how many cells are marked...
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2008-08-14 Han-Wen NienhuysInclude min-yields in gc-stats output.
2008-08-14 Han-Wen NienhuysWhitespace and formatting fixes.
2008-02-22 Ludovic CourtèsFix build issue in `gc.c' on GNU/Linux IA64.
2007-12-29 Neil Jerram* gc.c (mark_gc_async): Change "func_data" to "fn_data...
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
2007-01-03 Han-Wen Nienhuys(s_scm_gc_stats): return an entry for total-cells-allocated
2006-11-08 Ludovic CourtèsChanges from arch/CVS synchronization
2006-10-25 Neil Jerram* configure.in: New check for uca lib (needed for IA64...
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-02-14 Han-Wen NienhuysLudovic's patch for scm_t_sweep_statistics.
2005-11-12 Neil Jerram* gc.c (scm_weak_vectors): Removed.
2005-07-18 Mikael Djurfeldt* gc.c (scm_gc_stats): Bugfix: Measure size of the...
2005-07-01 Han-Wen Nienhuys* gc-card.c (scm_i_card_statistics): init tag.
2005-06-11 Han-Wen Nienhuys*** empty log message ***
2005-06-09 Han-Wen Nienhuys(tag_table_to_type_alist): convert tag number to "tag %d"
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-30 Neil JerramCritical section review.
2005-03-10 Marius Vollmer* gc.h, gc.c (SCM_FREECELL_P): Removed for good.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
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-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-10-07 Han-Wen Nienhuys(scm_igc): put scm_gc_running-- before running hooks.
2004-09-24 Han-Wen Nienhuys(scm_gc_unprotect_object): abort if called during GC.
2004-09-22 Marius Vollmer*** empty log message ***
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-08-11 Marius Vollmer(scm_init_storage, scm_stand_in_procs, scm_stand_in_pro...
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-03-20 Han-Wen Nienhuys* gc.c: remove set_debug_cell_accesses! when
2004-01-21 Han-Wen Nienhuys* gc.c: add protected_object_count, a number that is...
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* gc.c: #include <config.h> if HAVE_CONFIG_H.
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2002-12-21 Mikael Djurfeldt* gc.c, gc.h (scm_i_sweep_mutex): New mutex.
2002-12-11 Mikael Djurfeldt* gc.c (scm_igc): Don't call scm_i_thread_invalidate_fr...
2002-12-10 Mikael Djurfeldt* threads.c (scm_i_thread_invalidate_freelists): New
2002-12-10 Mikael Djurfeldt* async.c, error.h (scm_ints_disabled): Removed.
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-10-04 Marius Vollmer(scm_init_gc): Do not use scm_system_async.
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-21 Han-Wen Nienhuysmake scm_cells_allocated unsigned again. Thanks to
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-08-08 Han-Wen Nienhuys* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-04 Han-Wen Nienhuysgc statistic tweaks
2002-08-04 Han-Wen Nienhuysnew gc
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-12 Neil Jerram * iselect.c (collisionp, gnfds, greadfds, gwritefds...
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-25 Dirk Herrmann* gc.c (scm_gc_sweep): Make it compile even when deprecated
2002-02-21 Mikael Djurfeldt* gc.c (scm_gc_sweep): Print an error message when...
2002-02-14 Marius Vollmer(scm_must_malloc, scm_must_realloc, scm_must_strdup...
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius Vollmer(SCM_GC_SET_ALLOCATED, scm_debug_newcell,
2001-11-02 Marius Vollmer`__libc_ia64_register_backing_store_base'
2001-10-09 Rob Browning* gc.c: support ia64 register backing store.
2001-09-17 Dirk Herrmann* Removed function scm_gc_mark_cell_conservatively.
next