* tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros.
[bpt/guile.git] / libguile / gc.h
2000-03-18 Michael Livshin* tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new...
2000-03-17 Mikael Djurfeldt* gc.c, gc.h: Cleanup of the change of 2000-03-15.
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-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.h (scm_freelist_t): New type.
2000-03-14 Mikael Djurfeldt*** empty log message ***
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
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
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-01 Jim BlandyAllocators should use the `void *' type for generic...
1999-06-16 Jim Blandy* gc.c (scm_mallocated): Just make this signed.
1999-03-11 Mikael Djurfeldt* gc.c, gc.h (scm_object_address): Renamed from scm_obj...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-12-23 Mikael Djurfeldt* gc.h (SCM_MARKEDP, SCM_NMARKEDP): New macros.
1998-12-05 Jim Blandy* pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined...
1998-10-24 Jim Blandy* gc.h: Remove all uses of SCM_P. (Thanks to Richard...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-30 Jim BlandyChanges to avoid signed/unsigned comparison warnings.
1997-10-02 Marius Vollmer* gc.c (scm_done_malloc): New function.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-11-10 Jim Blandy* gc.c (which_seg, scm_map_free_list, scm_newcell_count,
1996-09-11 Jim Blandy* gc.h (scm_object_addr, scm_unhash_name): Missing
1996-09-10 Jim Blandy* marksweep.c, marksweep.h: Deleted; marksweep.c was...
1996-09-10 Jim BlandyUse SCM_P instead of PROTO; the latter intrudes on...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-05 Jim Blandy* alist.h, append.h, arbiters.h, async.h, boolean.h...
1996-09-04 Mikael Djurfeldt* gc.h: Added declaration of scm_cellp.
1996-09-04 Jim BlandyDon't install the unwashed masses of Guile header files...
1996-08-15 Jim Blandy* gc.h: Use the PROTO macro when declaring functions.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import