summaryrefslogtreecommitdiff
path: root/libguile/gc.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-02-14* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,Greg J. Badros1-1/+2
2000-01-26* sort.c: typo in comment fixed.Greg J. Badros1-1/+3
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-6/+6
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-3/+3
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-6/+6
2000-01-04* options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMPGreg J. Badros1-9/+3
2000-01-03* gc.c (scm_debug_newcell): Added SCM_SETCAR of the newlyGreg J. Badros1-0/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-4/+4
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-3/+5
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-26/+11
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-35/+47
1999-11-19 * acconfig.h: add HAVE_ARRAYS.Gary Houston1-1/+4
1999-11-18 * configure.in: check for hstrerror.Gary Houston1-2/+2
1999-09-28Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELISTGreg J. Badros1-3/+3
1999-09-27* stacks.c: Avoid compiler warning re: unitialized var.Greg J. Badros1-1/+15
1999-09-02Added prototype for on_exitMikael Djurfeldt1-0/+2
1999-09-02* gc.c (cleanup, scm_init_storage): Use on_exit if present andMikael Djurfeldt1-1/+15
1999-09-01Allocators should use the `void *' type for generic pointers.Jim Blandy1-11/+10
1999-08-30* gc.c (scm_init_storage): Skip registration of cleanup on systemsMikael Djurfeldt1-0/+2
1999-08-29* gc.c (scm_gc_mark): Mark 1 procedure slot in entities instead ofMikael Djurfeldt1-4/+1
1999-08-26* procs.c, procs.h (scm_subr_entry): New type: Stores dataMikael Djurfeldt1-2/+6
1999-07-31* gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessaryMikael Djurfeldt1-19/+18
1999-07-24* gc.c (scm_gc_sweep): Use value returned from scm_ptobs[].free.Mikael Djurfeldt1-1/+1
1999-06-23* gc.c (scm_gc_sweep): Call struct free slot.Mikael Djurfeldt1-14/+3
1999-06-16* gc.c (scm_mallocated): Just make this signed.Jim Blandy1-12/+8
1999-06-15Fix from Ken Raeburn <raeburn@raeburn.org>:Jim Blandy1-43/+35
1999-06-12* fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h,Jim Blandy1-2/+2
1999-06-09* gc.c (scm_igc): Check for scm_mallocated underflow. Otherwise,Jim Blandy1-0/+21
1999-04-17Formatting tweak.Jim Blandy1-3/+3
1999-03-11* gc.c, gc.h (scm_object_address): Renamed from scm_object_addr ().Mikael Djurfeldt1-5/+18
1999-02-12* __scm.h (SCM_FENCE): Fix `asm volatile' warnings for EGCS.Jim Blandy1-1/+1
1999-02-06* gc.c (scm_gc_sweep): Properly record the size of a freedJim Blandy1-1/+1
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-4/+4
1999-01-05Correction of mistake (should have committed onto a branch...)Mikael Djurfeldt1-13/+3
1999-01-05*** empty log message ***Mikael Djurfeldt1-3/+13
1998-12-23* gc.c (scm_igc): Call scm_guardian_gc_init andMikael Djurfeldt1-2/+7
1998-12-16* gc.c (scm_gc_mark): Mark entity procedures.Mikael Djurfeldt1-0/+7
1998-12-05* pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don'tJim Blandy1-4/+8
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-10* gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; GuileJim Blandy1-7/+0
1998-10-09Change the definition of the functions in scm_ptobfuns so thatJim Blandy1-1/+1
1998-10-07* gc.c (scm_unprotect_object): Change this so that calls toJim Blandy1-14/+24
1998-07-30Changes to avoid signed/unsigned comparison warnings.Jim Blandy1-23/+25
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-7/+17
1998-07-12* gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks toMikael Djurfeldt1-1/+1
1998-07-12* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1-3/+3
1998-04-12* gc.c (scm_gc_sweep): Count cells correctly. (Thanks to BenMikael Djurfeldt1-0/+1
1998-01-04Doc fix.Jim Blandy1-1/+4
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-11/+4