summaryrefslogtreecommitdiff
path: root/libguile/alloca.c
Commit message (Expand)AuthorAgeFilesLines
* * 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