print: Support R7RS |...| symbol notation.
[bpt/guile.git] / libguile / gc.h
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-04-01 Mark H WeaverAdd 'scm_gc_typed_calloc' macro.
2012-03-08 Andy Wingoscm_cell, scm_double_cell, scm_words back to gc.h
2012-03-08 Andy Wingosimplify inline function infrastructure
2011-11-29 Andy Wingoattempt to handle steady-state mallocations better
2011-11-21 Andy Wingodeprecate direct scm_protects access
2010-05-28 Ludovic CourtèsFix the visibility of a few of internal symbols.
2010-05-28 Ludovic CourtèsUse GCC's `malloc' attribute for malloc-like routines.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingomore boot cleanup
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-03 Ken RaeburnMake test-case compilation with -DSCM_DEBUG=1 work.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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-17 Ludovic CourtèsRemove per-thread `gc_running_p'.
2008-09-17 Ludovic CourtèsRemove GC-related fields from `scm_i_thread'.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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 CourtesRemove `scm_get_stack_base ()'.
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èsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesImplemented `gc-stats' using `libgc' information.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-05 Ludovic CourtesFixed use of finalizers for guardians and SMOBs (undoes...
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 CourtesAdded `scm_gc_malloc_pointerless ()', equivalent to...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2008-08-16 Han-Wen NienhuysIntroduce scm_i_marking to detect when GC mark bits...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2007-08-26 Han-Wen Nienhuysreplace port table with weak hash table. This simplifies
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
2005-05-23 Marius VollmerThe FSF has a new address.
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*** empty log message ***
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-08-19 Marius Vollmer* gc.h, gc.c (scm_i_gc_admin_mutex): New, to protect
2004-05-26 Han-Wen Nienhuys(SCM_CELL_OBJECT_LOC): use SCM_GC_CELL_OBJECT to prevent
2004-05-06 Marius Vollmer(scm_t_cell): Fields are now of type SCM instead of
2004-04-06 Han-Wen Nienhuys* srfi-13.c (s_scm_string_map): convert character to...
2004-03-28 Han-Wen Nienhuys* gc.h (SCM_GC_CELL_TYPE): SCM_GC_CELL_TYPE uses SCM_GC...
2004-02-18 Marius Vollmer* gc.h (scm_gc_cells_collected): Removed duplicated...
2003-08-27 Kevin Ryde(scm_remember_upto_here_1): Revise comments on the...
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-07-27 Marius Vollmer* gc.h (SCM_GC_SET_CELL_BVEC): New.
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning*** empty log message ***
2003-03-27 Rob Browning* gc.h: fix various preprocessor usages of new public
2003-03-25 Rob Browning* gc.h: replace usage of SIZEOF_LONG with
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-malloc.c, gc.h, init.c: Reverted gc-malloc change of
2002-12-10 Mikael Djurfeldt* gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-09-08 Han-Wen Nienhuys* inline.h: include stdio.h
2002-08-28 Han-Wen Nienhuys* gc.h: remove DOUBLECELL card flags.
2002-08-21 Han-Wen Nienhuysmake scm_cells_allocated unsigned again. Thanks to
2002-08-08 Han-Wen Nienhuys* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-05 Han-Wen Nienhuys* tests/reader.test: change misc-error in read-error.
2002-08-04 Han-Wen Nienhuys(INPUT_ERROR): Prepare for file:line:column error
2002-08-04 Han-Wen Nienhuysgc statistic tweaks
2002-08-04 Han-Wen Nienhuysnew gc
2002-07-21 Han-Wen Nienhuys* macros.c: include deprecation.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-01 Dirk HerrmannChanges in doc/ref:
next