summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-6/+6
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-1/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Don't use deprecated functions in `debug-malloc.c'.Ludovic Courtès2008-12-181-1/+1
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-20/+27
* Use memset instead of bzero.Keisuke Nishida2001-04-121-7/+3
* * load.c (scm_primitive_load, scm_primitive_load_path),Martin Grabmüller2001-03-121-0/+1
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* (scm_malloc_stats): Added texinfo markup.Martin Grabmüller2001-02-171-3/+5
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+3
* Doc fixMikael Djurfeldt2000-06-131-11/+4
* FixesMikael Djurfeldt2000-04-211-4/+4
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-3/+3
* * debug-malloc.c, debug-malloc.h: New files.Mikael Djurfeldt2000-04-211-0/+267