Merge from mvo-vcell-cleanup-1-branch.
[bpt/guile.git] / libguile / evalext.c
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-06 Marius VollmerRead what you type, you bloody jerk.
2001-05-05 Marius Vollmer(scm_definedp): Fix docstring.
2001-03-15 Dirk Herrmann* Removed unused object parameter from SCM_ASSYNT.
2001-03-04 Dirk Herrmann* Eliminate some calls to scm_wta.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-09-22 Dirk Herrmann* Eliminated some more calls to SCM_CHARS.
2000-08-11 Mikael Djurfeldt* evalext.c (scm_definedp): Have to work before module...
2000-06-21 Mikael Djurfeldt(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
2000-06-12 Mikael Djurfeldt* evalext.c (serial-map): Removed deprected alias for...
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
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...