summaryrefslogtreecommitdiff
path: root/libguile/gc.h
Commit message (Expand)AuthorAgeFilesLines
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* *** empty log message ***Rob Browning2003-04-041-2/+0
* * gc.h: fix various preprocessor usages of new publicRob Browning2003-03-271-3/+3
* * gc.h: replace usage of SIZEOF_LONG withRob Browning2003-03-251-4/+2
* * hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt2003-02-191-1/+2
* * gc.c, gc.h (scm_i_sweep_mutex): New mutex.Mikael Djurfeldt2002-12-211-0/+1
* * gc-malloc.c, gc.h, init.c: Reverted gc-malloc change ofMikael Djurfeldt2002-12-111-1/+0
* * gc-malloc.c, gc.h (scm_gc_malloc_prehistory): New function.Mikael Djurfeldt2002-12-101-0/+1
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-7/+14
* * inline.h: include stdio.hHan-Wen Nienhuys2002-09-081-0/+1
* * gc.h: remove DOUBLECELL card flags.Han-Wen Nienhuys2002-08-281-4/+4
* make scm_cells_allocated unsigned again. Thanks toHan-Wen Nienhuys2002-08-211-1/+1
* * gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys2002-08-081-5/+11
* * tests/reader.test: change misc-error in read-error.Han-Wen Nienhuys2002-08-051-0/+1
* (INPUT_ERROR): Prepare for file:line:column errorHan-Wen Nienhuys2002-08-041-0/+1
* gc statistic tweaksHan-Wen Nienhuys2002-08-041-1/+3
* new gcHan-Wen Nienhuys2002-08-041-74/+73
* * macros.c: include deprecation.hHan-Wen Nienhuys2002-07-211-10/+0
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-4/+15
* Changes in doc/ref:Dirk Herrmann2002-03-011-6/+6
* (scm_must_malloc, scm_must_realloc, scm_must_strdup, scm_must_strndup,Marius Vollmer2002-02-141-9/+10
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-0/+16
* * gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,Dirk Herrmann2001-11-271-27/+38
* (SCM_GC_SET_ALLOCATED, scm_debug_newcell,Marius Vollmer2001-11-251-49/+12
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-1/+0
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-78/+78
* * Removed function scm_gc_mark_cell_conservatively.Dirk Herrmann2001-09-171-1/+0
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-26/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Fixed some signedness issues.Dirk Herrmann2001-06-301-0/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-31/+31
* * gc.c (scm_init_storage): init `scm_gc_registered_roots'.Michael Livshin2001-05-261-2/+9
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-13/+13
* * validate.hMichael Livshin2001-05-241-21/+21
* * gc.h, gc.c (scm_must_strdup, scm_must_strndup): New.Marius Vollmer2001-05-201-0/+2
* * Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.Dirk Herrmann2001-05-151-2/+2
* * Eliminate some further applications of SCM_C[AD]R to non pair cells.Dirk Herrmann2001-04-191-5/+4
* * Made SCM_DEBUG_CELL_ACCESSES working again.Dirk Herrmann2001-03-301-17/+45
* * objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_ENTITY_SETTERMichael Livshin2001-01-111-4/+9
* * Fixed the changelog entry regarding re-introduction of struct memberDirk Herrmann2000-12-281-1/+4
* * gc.c: (scm_gc_mark_dependencies): new function. likeMichael Livshin2000-12-231-0/+1
* * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann2000-12-111-3/+1
* * eval.c: remove commented code, remove #ifdef CCLO conditionalsDirk Herrmann2000-12-061-9/+5
* * Some more work to get rid of SCM_LENGTHDirk Herrmann2000-10-251-3/+10
* * gc.h (scm_get_stack_base): Added prototype.Marius Vollmer2000-10-111-0/+1
* * gc.h: removed now-obsolete comments about the `allocated' cellMichael Livshin2000-09-021-10/+1
* * gc.h (SCM_GC_CARD_N_CELLS): change to be a nice non-confusingMichael Livshin2000-08-211-1/+1
* * gc.h: removed some stuff that broke compilation for people andMichael Livshin2000-08-181-39/+0
* * gc.h (SCM_MARKEDP): simplified, there are no different mark bitMichael Livshin2000-08-171-6/+130
* * gc.c (scm_gc_stats): add more obscure stats, such as: mark time,Michael Livshin2000-08-161-2/+0