* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / evalext.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Mikael Djurfeldt* __scm.h, backtrace.c, backtrace.h, debug.c, debug...
1999-03-19 Mikael Djurfeldt* debug.c, eval.c, evalext.c, stacks.c: #include "modul...
1999-03-11 Mikael Djurfeldt* evalext.c, evalext.h (scm_m_generalized_set_x): New...
1998-12-14 Maciej Stachowiak* snarf.h (SCM_SYNTAX): New macro to allow convenient...
1998-12-07 Mikael Djurfeldt* evalext.c (map-in-order): New name. Replaces serial...
1998-11-20 Mikael Djurfeldt* evalext.c (scm_definedp): Removed check for isyms...
1998-11-12 Mikael Djurfeldt* evalext.c, evalext.h (scm_m_sequence_to_list): Removed.
1998-10-31 Mikael Djurfeldt* evalext.c (sequence->list): Fix
1998-10-31 Mikael Djurfeldt* evalext.c, evalext.h: New files. Contain non-R5RS...