summaryrefslogtreecommitdiff
path: root/libguile/mallocs.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-2/+1
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-3/+3
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-2/+1
2018-06-20Remove _scm.hAndy Wingo1-3/+2
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-1/+1
2016-04-26Remove scm_putc_unlocked.Andy Wingo1-2/+2
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-3/+2
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+2
2012-01-10Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo1-3/+2
2011-12-22stdlib.h, not malloc.hAndy Wingo1-3/+2
2011-11-08locking for putc, putsAndy Wingo1-3/+3
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic 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/+1
2008-09-05Removed the free function from the malloc-object SMOB type.Ludovic Courtes1-10/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-10-22* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,Marius Vollmer1-1/+1
2004-05-06Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* mallocs.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+3
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-1/+1
2001-06-03Added exception notice to all files.Marius Vollmer1-1/+25
2001-05-24* validate.hMichael Livshin1-2/+2
2001-04-17* Incorporated fixes to interrupt deferring/allowing from Niibe.Dirk Herrmann1-5/+2
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-12-08Smob-related creanup.Keisuke Nishida1-10/+6
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-4/+4
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-6/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+1
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-2/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-13/+8
1999-07-07Greg's smob patchMikael Djurfeldt1-11/+3
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+1
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-3/+3
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-2/+2
1996-10-20* alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,Mikael Djurfeldt1-2/+2
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-20/+8