summaryrefslogtreecommitdiff
path: root/libguile/gc.c
AgeCommit message (Expand)AuthorFilesLines
1996-12-18This commit was manufactured by cvs2svn to create tagpre_jimb_debugcvs2svn1-1825/+0
1996-12-18* gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management parameter.Marius Vollmer1-4/+20
1996-11-20* gc.c (scm_igc, scm_gc_mark): Round up the size of the stack weJim Blandy1-3/+7
1996-11-10* gc.c (struct scm_heap_seg_data): Doc fixes.Jim Blandy1-16/+135
1996-10-20* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,Mikael Djurfeldt1-11/+11
1996-10-15Allocate data for structures on an eight-byte boundary, asJim Blandy1-7/+7
1996-10-14* gc.c (scm_init_storage): Initialize scm_stand_in_procs to SCM_EOL.Mikael Djurfeldt1-0/+1
1996-10-14* continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,Mikael Djurfeldt1-2/+2
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-5/+10
1996-10-01* gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_START andMikael Djurfeldt1-14/+20
1996-09-22* struct.c (scm_make_struct_layout, init_struct, scm_struct_ref,Mikael Djurfeldt1-7/+18
1996-09-17* ports.h (scm_port_table): put back file_name, it will be used toGary Houston1-4/+2
1996-09-16 * ports.h (scm_port_table): remove file_name member for now, it seemsGary Houston1-2/+4
1996-09-10Use SCM_P instead of PROTO; the latter intrudes on the user'sJim Blandy1-3/+3
1996-09-10* gc.c: #include "gc.h"; every module should include its header,Jim Blandy1-0/+2
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+8
1996-09-04* gc.c (scm_cellp): New function: C predicate to determine if anMikael Djurfeldt1-0/+71
1996-08-20* gc.c (scm_init_storage): Renamed scm_make_weak_hash_tableMikael Djurfeldt1-1/+1
1996-08-15* gc.h: Use the PROTO macro when declaring functions.Jim Blandy1-113/+5
1996-08-07portability fixes for header inclusion etc.Gary Houston1-2/+2
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+1690