NEWS entry for %fast-slot-ref/set! fix
[bpt/guile.git] / libguile / alloca.c
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2003-03-25 Rob Browning* alloca.c: #include <config.h> if HAVE_CONFIG_H.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2000-10-12 Dirk Herrmann* Fixed include file problem reported by Bruce Korb.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-01-11 Jim Blandy* alloca.c (alloca): Cast value returned by malloc...
1998-10-04 Jim Blandy* alloca.c (alloca): Undo yesterday's changes, and...
1998-10-03 Jim Blandy* alloca.c: Use scm_must_malloc to obtain storage....
1997-04-19 Jim Blandy* alloca.c: #include <scmconfig.h>, not <config.h>.
1997-02-07 Jim Blandy* alloca.c: New file, needed to support the AC_FUNC_ALL...