* configure.in: check for hstrerror.
[bpt/guile.git] / libguile / gc.c
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.
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-10-02 Marius Vollmer* gc.c (scm_gc_sweep): Free the SCM_VELTS of a scm_tc7_...
1997-09-28 Jim BlandyThanks to Shiro Kawai:
1997-09-10 Mikael Djurfeldt* gc.c (scm_gc_mark): Fixed "rogue pointer in heap...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-29 Gary Houston * async.c (scm_sys_tick_async_thunk): commented out...
1996-12-23 Jim Blandy* * gc.c (scm_protect_object, scm_unprotect_object...
1996-12-18 Marius Vollmer* gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management...
1996-11-20 Jim Blandy* gc.c (scm_igc, scm_gc_mark): Round up the size of...
1996-11-10 Jim Blandy* gc.c (struct scm_heap_seg_data): Doc fixes.
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-15 Jim BlandyAllocate data for structures on an eight-byte boundary, as
1996-10-14 Mikael Djurfeldt* gc.c (scm_init_storage): Initialize scm_stand_in_proc...
1996-10-14 Mikael Djurfeldt* continuations.c, continuations.h, debug.c, gc.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-01 Mikael Djurfeldt* gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_STA...
1996-09-22 Mikael Djurfeldt* struct.c (scm_make_struct_layout, init_struct, scm_st...
1996-09-17 Gary Houston* ports.h (scm_port_table): put back file_name, it...
1996-09-16 Gary Houston * ports.h (scm_port_table): remove file_name member...
1996-09-10 Jim BlandyUse SCM_P instead of PROTO; the latter intrudes on...
1996-09-10 Jim Blandy* gc.c: #include "gc.h"; every module should include...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-04 Mikael Djurfeldt* gc.c (scm_cellp): New function: C predicate to determ...
1996-08-20 Mikael Djurfeldt* gc.c (scm_init_storage): Renamed scm_make_weak_hash_table
1996-08-15 Jim Blandy* gc.h: Use the PROTO macro when declaring functions.
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import