* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
[bpt/guile.git] / libguile / eval.c
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-07 Mikael Djurfeldt* eval.c (SCM_IM_DISPATCH), objects.c (scm_mcache_looku...
2000-10-25 Mikael Djurfeldt* goops.c, objects.c, objects.h, eval.c (scm_make_exten...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-10 Dirk Herrmann* Removed further calls to SCM_LENGTH.
2000-09-26 Dirk Herrmann* Removed some more references to SCM_CHARS.
2000-09-22 Dirk Herrmann* Eliminated some more calls to SCM_CHARS.
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-10 Keisuke Nishida* eval.c (SCM_APPLY): Fixed bugs in the applicable...
2000-09-02 Neil Jerram* Docstring updates.
2000-08-25 Keisuke Nishida* smob.h (scm_smob_descriptor): Added `apply\' and...
2000-08-11 Mikael Djurfeldt* eval.c (scm_eval): Backward incompatible change:...
2000-07-17 Marius Vollmer* eval.c (unmemocopy): Don't rely on V being a list...
2000-06-21 Mikael Djurfeldt* eval.c, eval.h (scm_top_level_lookup_closure_var...
2000-06-14 Mikael Djurfeldt* eval.c: Updated comment above scm_map.
2000-06-04 Mikael Djurfeldt* eval.c (scm_badformalsp): New static function.
2000-06-04 Mikael Djurfeldt* eval.c (scm_lookupcar): Test for !SCM_CONSP (SCM_CAR...
2000-05-23 Dirk Herrmann* Replace SCM_UNPACK_CAR with SCM_CELL_TYPE or SCM_CELL...
2000-05-18 Dirk Herrmann* Unified some rest argument checking and handling.
2000-05-17 Dirk Herrmann* __scm.h: Added SCM_DEBUG as default debug option.
2000-05-10 Dirk HerrmannMore distinguished handling of real and complex values.
2000-05-08 Dirk Herrmann* eval.c: Removed ASRTSYNTAX macro. Removed function...
2000-05-05 Dirk Herrmann* eval.c: Eliminated redundant SCM_IMP tests.
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-04-25 Dirk HerrmannMade undef_object into a local static variable.
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...
next