Clean up some uses of old GC macros that don't exist any more.
[bpt/guile.git] / libguile / gc.c
2009-10-30 Ken RaeburnClean up some uses of old GC macros that don't exist...
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-09-13 Ludovic CourtèsRename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-28 Ludovic CourtèsRemove deprecated variables/macros from the GC headers.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsRemove references to `scm_in_heap_p ()'.
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-23 Ludovic CourtèsExpose `GC_dump ()' at the Scheme level.
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-19 Ludovic CourtèsUse GC's accessors rather than its global variables.
2008-09-18 Ludovic CourtèsUse the `GC_FREE_SPACE_DIVISOR' environment variable.
2008-09-17 Ludovic CourtèsRemove per-thread `gc_running_p'.
2008-09-15 Ludovic CourtèsConditionalize GC 6.x code.
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-26 Andy Wingodisable gc statistics asserts
2008-08-26 Andy Wingomerge from guile master
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-08-02 Andy Wingomerge guile-vm to guile
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...
next