* The name property of hooks is deprecated.
[bpt/guile.git] / libguile / gc.c
2000-05-26 Dirk Herrmann* The name property of hooks is deprecated.
2000-05-25 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-23 Dirk Herrmann* Deprecated some unused SCM_NxxxP macros.
2000-05-23 Michael Livshin* gc.c (scm_heap_seg_data_t): fixed comment for the...
2000-05-21 Michael Livshin* gc.h (SCM_[SET_]CELL_{WORD,OBJECT}, SCM_VALIDATE_CELL...
2000-05-19 Dirk Herrmann* gc.c (scm_cellp): Fixed and simplified.
2000-04-21 Mikael Djurfeldt* gc.c: Removed #include "libguile/guardians.h".
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-21 Mikael Djurfeldt* gc.c (scm_must_malloc, scm_must_realloc, scm_must_fre...
2000-04-19 Dirk HerrmannSome cleanups with regard to the use of SCM2PTR and...
2000-04-17 Dirk Herrmann* struct.c, struct.h: Struct data regions (and thus...
2000-04-12 Dirk HerrmannThe msymbol slots are now a field of scm_bits_t values.
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-25 Dirk HerrmannRemoved use of SCM_POINTERS_MUNGED.
2000-03-23 Mikael Djurfeldt* gc.c (scm_mark_locations): Changed * (SCM **) X ...
2000-03-22 Mikael Djurfeldt* gc.c (scm_gc_sweep): SCM_PACK/UNPACK corrections.
2000-03-21 Mikael Djurfeldt* gc.c (scm_gc_mark): Bugfix 1: The recent SCM_PACK...
2000-03-21 Mikael Djurfeldt* gc.c, gc.h (SCM_MIN_YIELD_1, SCM_MIN_YIELD_2,
2000-03-21 Mikael Djurfeldt* gc.c (alloc_some_heap): Further improvement of minima...
2000-03-20 Mikael Djurfeldt(gc_sweep_freelist_finish): Inserted explanation of...
2000-03-20 Mikael Djurfeldt* gc.c (scm_gc_stats): Inserted explanation of local_sc...
2000-03-20 Mikael Djurfeldt* print.h, stacks.h, options.c, options.h: Changed C++
2000-03-20 Mikael Djurfeldt* gc.c (adjust_gc_trigger): Improved documentation.
2000-03-19 Mikael Djurfeldt* gc.c, gc.h (scm_gc_yield): New variable.
2000-03-19 Mikael Djurfeldt* gc.c (scm_gc_for_newcell, adjust_gc_trigger): Improved GC
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Michael Livshin* tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-17 Mikael Djurfeldt(SCM_GC_TRIGGER_1, SCM_GC_TRIGGER_2): Default values...
2000-03-17 Mikael Djurfeldt* gc.c, gc.h: Cleanup of the change of 2000-03-15.
2000-03-17 Mikael Djurfeldt* gc.c, gc.h: Cleanup of the change of 2000-03-15.
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt*** empty log message ***
2000-03-16 Mikael Djurfeldt* gc.c, gc.h (scm_map_free_list): Define also if GUILE_...
2000-03-16 Mikael Djurfeldt* gc.c, gc.h (scm_map_free_list): Define also if GUILE_...
2000-03-16 Mikael Djurfeldt* gc.c (scm_gc_sweep): Moved variable n_objects to...
2000-03-16 Mikael Djurfeldt* gc.c (scm_gc_sweep): Sigh... forgot to clear private...
2000-03-15 Mikael DjurfeldtRemoved some stupid code.
2000-03-15 Mikael Djurfeldt* gc.c, gc.h, pairs.h, init.c: Implementation of a...
2000-03-14 Mikael Djurfeldt* gc.c (SCM_INIT_HEAP_SIZE): Changed from 32768 --...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-02-14 Greg J. Badros* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports...
2000-01-26 Greg J. Badros* sort.c: typo in comment fixed.
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-04 Greg J. Badros* options.c, objects.c, keywords.c, gc.c: Some redundan...
2000-01-03 Greg J. Badros* gc.c (scm_debug_newcell): Added SCM_SETCAR of the...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-09-28 Greg J. BadrosFix my last commit -- DEBUG_FREELIST renamed to GUILE_D...
1999-09-27 Greg J. Badros* stacks.c: Avoid compiler warning re: unitialized...
1999-09-02 Mikael DjurfeldtAdded prototype for on_exit
1999-09-02 Mikael Djurfeldt* gc.c (cleanup, scm_init_storage): Use on_exit if...
1999-09-01 Jim BlandyAllocators should use the `void *' type for generic...
1999-08-30 Mikael Djurfeldt* gc.c (scm_init_storage): Skip registration of cleanup...
1999-08-29 Mikael Djurfeldt* gc.c (scm_gc_mark): Mark 1 procedure slot in entities...
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-07-31 Mikael Djurfeldt* gc.c (scm_must_malloc, scm_must_realloc): Removed...
1999-07-24 Mikael Djurfeldt* gc.c (scm_gc_sweep): Use value returned from scm_ptob...
1999-06-23 Mikael Djurfeldt* gc.c (scm_gc_sweep): Call struct free slot.
1999-06-16 Jim Blandy* gc.c (scm_mallocated): Just make this signed.
1999-06-15 Jim BlandyFix from Ken Raeburn <raeburn@raeburn.org>:
1999-06-12 Jim Blandy* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports...
1999-06-09 Jim Blandy* gc.c (scm_igc): Check for scm_mallocated underflow...
1999-04-17 Jim BlandyFormatting tweak.
1999-03-11 Mikael Djurfeldt* gc.c, gc.h (scm_object_address): Renamed from scm_obj...
1999-02-12 Jim Blandy* __scm.h (SCM_FENCE): Fix `asm volatile' warnings...
1999-02-06 Jim Blandy* gc.c (scm_gc_sweep): Properly record the size of...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1999-01-05 Mikael DjurfeldtCorrection of mistake (should have committed onto a...
1999-01-05 Mikael Djurfeldt*** empty log message ***
1998-12-23 Mikael Djurfeldt* gc.c (scm_igc): Call scm_guardian_gc_init and
1998-12-16 Mikael Djurfeldt* gc.c (scm_gc_mark): Mark entity procedures.
1998-12-05 Jim Blandy* pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-10 Jim Blandy* gc.c (scm_return_first): Remove #ifdef __STDC__ garba...
1998-10-09 Jim BlandyChange the definition of the functions in scm_ptobfuns...
1998-10-07 Jim Blandy* gc.c (scm_unprotect_object): Change this so that...
1998-07-30 Jim BlandyChanges to avoid signed/unsigned comparison warnings.
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-07-12 Mikael Djurfeldt* gc.c (scm_igc): Changed //-comment into /*-comment...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-04-12 Mikael Djurfeldt* gc.c (scm_gc_sweep): Count cells correctly. (Thanks...
1998-01-04 Jim BlandyDoc fix.
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
next