summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-2/+2
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-1/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-1/+2
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-6/+6
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Devolve numbers.h from _scm.h.Andy Wingo1-1/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-12-18Don't use deprecated functions in `debug-malloc.c'.Ludovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-1/+1
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-20/+27
2001-04-12Use memset instead of bzero.Keisuke Nishida1-7/+3
2001-03-12 * load.c (scm_primitive_load, scm_primitive_load_path),Martin Grabmüller1-0/+1
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-02-17(scm_malloc_stats): Added texinfo markup.Martin Grabmüller1-3/+5
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+3
2000-06-13Doc fixMikael Djurfeldt1-11/+4
2000-04-21FixesMikael Djurfeldt1-4/+4
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-3/+3
2000-04-21* debug-malloc.c, debug-malloc.h: New files.Mikael Djurfeldt1-0/+267