* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / eval.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-19 Dirk Herrmann* Another couple of SCM/scm_bits_t cleanups.
2000-04-17 Dirk Herrmann* eval.c (scm_unmemocar): Use macros to test for gloc...
2000-04-12 Dirk HerrmannThe struct data is now an array of scm_bits_t variables.
2000-04-01 Dirk HerrmannSome fixes for strict typing.
2000-03-22 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_unmemocar): SCM_PACK/UNPACK...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include async.h where it is actually needed.
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-12 Mikael Djurfeldt* alist.c, eval.c, net_db.c, posix.c, print.c, snarf...
2000-03-11 Mikael Djurfeldt* eval.c (scm_lookupcar1): Inserted SCM_ASWORD in expre...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
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-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-09 Gary Houston * eval.c: define scm_unbound_variable_key ('unbound...
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.
2000-01-04 Mikael Djurfeldt* eval.c (SCM_CEVAL): Optimization: Reverse order of
2000-01-03 Greg J. Badros* dynl-vms.c, debug.c, coop-threads.c, backtrace.c...
1999-12-18 Mikael Djurfeldt* eval.c (SCM_CEVAL): Removed check for unbound slot in
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-12-14 Mikael DjurfeldtChanged unbound slot message
1999-12-14 Mikael Djurfeldt* guile-doc-snarf.awk: Removed.
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, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-10-11 Mikael Djurfeldt* eval.c, eval.h (scm_sym_delay): New global symbol.
1999-09-28 Greg J. Badros* __scm.h: Fix a bunch of macros that were missing...
1999-09-12 Mikael Djurfeldt* eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug...
1999-09-07 Mikael Djurfeldt* eval.c (scm_map, scm_for_each): Converted to dispatch...
1999-08-30 Mikael Djurfeldt* eval.c (SCM_CEVAL): Duplicated the method dispatch...
1999-08-29 Mikael Djurfeldt* eval.c, eval.h: Bugfix: scm_sym_apply was not initialized
1999-08-29 Mikael Djurfeldt* eval.c (scm_sym_args): Removed.
1999-08-29 Mikael Djurfeldt* eval.c (SCM_APPLY): Fixed serious evaluator bug which...
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-08-24 Mikael Djurfeldt* eval.c (scm_init_eval): Use scm_make_smob_type instead of
1999-08-23 Mikael Djurfeldt* eval.c (SCM_CEVAL): Let the SCM_IM_SLOT_SET_X form...
1999-08-19 Mikael Djurfeldt* eval.c (SCM_APPLY), sort.c (closureless): Expand...
1999-08-17 Mikael Djurfeldt* backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,
1999-08-16 Mikael Djurfeldt* eval.c (scm_sym_args): Made global.
1999-08-06 Mikael Djurfeldt* eval.c (SCM_IM_DISPATCH): Rewrote dispatch protocol...
1999-08-04 Mikael Djurfeldt* eval.c (SCM_CEVAL:SCM_IM_DISPATCH): Bugfix: Jump...
1999-08-04 Mikael Djurfeldt* eval.c (SCM_CEVAL): Improvements to SCM_IM_DISPATCH and
1999-07-29 Mikael Djurfeldt* eval.c (scm_m_expand_body): Use scm_cons_source.
1999-07-29 Mikael Djurfeldt* eval.c (SCM_CEVAL): Removed old implementation of...
1999-07-29 Mikael DjurfeldtRemoved superfluous code in scm_macroexp.
1999-07-29 Mikael Djurfeldt* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT...
1999-07-29 Mikael Djurfeldt* eval.c (SCM_IM_DISPATCH, SCM_IM_HASH_DISPATCH): Don...
1999-07-28 Mikael DjurfeldtRemoved configuration option --enable-lang which was...
1999-07-27 Mikael Djurfeldt* eval.c (scm_nil, scm_t): New symbols.
1999-07-19 Jim Blandy* eval.c (scm_m_lambda): Let bodycheck check the body...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-19 Jim BlandyPatch from Greg Harvey:
1999-06-19 Jim Blandy* eval.c (scm_map, scm_for_each): Verify that all argum...
1999-05-23 Mikael Djurfeldt* eval.c, fports.c, libguile.h, ports.c: Removed #include
1999-04-17 Jim Blandy* numbers.c (s_bignum): Renamed to s_bignum, and made...
1999-03-19 Mikael Djurfeldt* debug.c, eval.c, evalext.c, stacks.c: #include "modul...
1999-03-12 Mikael Djurfeldt* eval.c (scm_sym_system_module): New symbol.
1999-03-11 Mikael Djurfeldt* eval.c, procs.c, procs.h, procprop.c: Renamed getter ->
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1999-01-22 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added ENTER_APPLY in code for...
1999-01-05 Mikael DjurfeldtCorrection of mistake (should have committed onto a...
1999-01-05 Mikael Djurfeldt*** empty log message ***
1998-12-14 Maciej Stachowiak* snarf.h (SCM_SYNTAX): New macro to allow convenient...
1998-11-21 Mikael Djurfeldt* eval.c (SCM_CEVAL): Jump to badfun if trying to apply...
1998-11-20 Mikael Djurfeldt* eval.c (SCM_CEVAL): Allow structs implanted in code.
1998-11-17 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added missing case for cclo....
1998-11-10 Mikael Djurfeldt* eval.c (scm_copy_tree): Copy source properties if...
1998-11-10 Mikael Djurfeldt* eval.c (SCM_CEVAL): Use SCM_SET/CLEAR_MACROEXP.
1998-11-09 Mikael Djurfeldt* eval.c (SCM_CEVAL): Mark macro frames at `handle_a_ma...
1998-11-01 Mikael Djurfeldt* eval.c: Don't #define scm_lookupcar to scm_lookupcar1...
1998-10-31 Mikael Djurfeldt* eval.c (scm_s_expression, scm_s_test, scm_s_body,
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-14 Jim Blandy* (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,
1998-10-07 Jim Blandy* eval.c (safe_setjmp): Remove this misunderstanding.
1998-09-26 Jim Blandy* eval.c (scm_force): Assert that x is SCM_NIMP to...
1998-08-21 Mikael Djurfeldt* eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.
1998-07-30 Jim Blandy* eval.h (scm_eval_options_interface): Add external...
1998-07-16 Mikael Djurfeldt* eval.c (scm_copy_tree): Reverted last change: `eval...
1998-07-16 Mikael Djurfeldt* eval.c (scm_copy_tree): Removed ability to copy vectors.
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-05-04 Mikael Djurfeldt* eval.c (SCM_CEVAL): Moved scm_tc7_contin case above
1998-05-02 Mikael Djurfeldt* eval.c (SCM_CEVAL): Do more thorough argument checkin...
1998-04-19 Mikael Djurfeldt* continuations.c (scm_make_cont), debug.c (scm_make_me...
1998-04-12 Mikael Djurfeldt* eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STAC...
1998-04-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, SCM_APPLY): In SCM_IM_APPLY and...
1998-03-30 Mikael Djurfeldt* eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps...
next