summaryrefslogtreecommitdiff
path: root/libguile/alloca.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that we have a real on-the-stack alloca()...Neil Jerram2009-01-121-499/+0
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* * alloca.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-2/+3
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of...Han-Wen Nienhuys2002-08-161-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Fixed include file problem reported by Bruce Korb.Dirk Herrmann2000-10-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * *.c: Finish replacing K&R style prototypes with ANSI C...Greg J. Badros1999-12-121-2/+4
* * alloca.c (alloca): Cast value returned by malloc. (Thanks to...Jim Blandy1999-01-111-1/+1
* * alloca.c (alloca): Undo yesterday's changes, and simply call...Jim Blandy1998-10-041-4/+4
* * alloca.c: Use scm_must_malloc to obtain storage. Hopefully this...Jim Blandy1998-10-031-15/+3
* * alloca.c: #include <scmconfig.h>, not <config.h>....Jim Blandy1997-04-191-1/+1
* * alloca.c: New file, needed to support the AC_FUNC_ALLOCA call in...Jim Blandy1997-02-071-0/+504