* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
[bpt/guile.git] / libguile / gc.c
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