* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
[bpt/guile.git] / libguile / debug-malloc.c
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-04-12 Keisuke NishidaUse memset instead of bzero.
2001-03-12 Martin Grabmüller * load.c (scm_primitive_load, scm_primitive_load_path),
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-02-17 Martin Grabmüller(scm_malloc_stats): Added texinfo markup.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-06-13 Mikael DjurfeldtDoc fix
2000-04-21 Mikael DjurfeldtFixes
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-21 Mikael Djurfeldt* debug-malloc.c, debug-malloc.h: New files.