* coop-threads.c: Remove K&R function headers.
[bpt/guile.git] / libguile / eval.c
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...
1998-01-30 Mikael Djurfeldt* eval.c (scm_eval, scm_deval), eq.c (scm_equal_p)...
1998-01-02 Mikael Djurfeldt* eval.c (macro-eval!): Removed. This function was...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS suppor...
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-20 Mikael Djurfeldt* eval.c (scm_init_eval): Add feature `delay'.
1997-09-15 Mikael Djurfeldt* sequences.h, sequences.c, append.h, append.c: Removed...
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-09-10 Mikael Djurfeldt* * eval.c (macro?, macro-type, macro-name, macro-trans...
1997-07-25 Mikael Djurfeldt* eval.c (scm_apply): Handle the case when a tc7_sybr_2...
1997-06-21 Jim Blandy* eval.c (scm_lookupcar1): Don't declare var2 unless...
1997-06-08 Marius Vollmer* eval.c (scm_lookupcar1): New procedure to cope with...
1997-05-29 Jim Blandy* eval.c: Include scmconfig.h at the beginning of the...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-12 Jim Blandy* eval.c (SCM_APPLY): Set debug apply frame argument...
1997-04-11 Jim Blandy* eval.c: Doc fixes.
1997-03-16 Mikael Djurfeldt* eval.c (safe_setjmp): Temporarily use old setjmp...
1997-03-10 Mikael Djurfeldt* eval.c: Fixed comment to unmemocopy.
1997-03-09 Mikael Djurfeldt* eval.c (scm_m_define): Bugfix: Check that the object...
1997-03-08 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added code sections for handling...
1997-03-07 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added code sections for handling...
1997-03-06 Mikael Djurfeldt* tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
1997-03-01 Mikael Djurfeldt* eval.c (scm_deval): Removed some old code.
1997-02-05 Tom Tromey * eval.c: Don't define alloca in GCC case....
1997-02-04 Jim Blandy* eval.c (safe_setjmp): New function: trivial wrapper...
1997-02-04 Jim Blandy* configure.in: Call AC_FUNC_ALLOCA, to see if we have...
1997-01-18 Marius Vollmer* symbols.c (scm_sysintern): Renamed to
1997-01-07 Jim Blandy* eval.c (unmemocopy): Add a semicolon to appease the Sun
1996-12-19 Jim BlandyDon't use GCC extensions to allocate space for debuggin...
next