summaryrefslogtreecommitdiff
path: root/libguile/eval.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-8/+6
* * eval.h, eval.c (scm_system_transformer): Deprecated by moving it...Marius Vollmer2001-04-241-1/+1
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros....Dirk Herrmann2001-03-301-6/+4
* * tags.h (SCM_IM_CALL_WITH_VALUES): New isym....Marius Vollmer2001-03-261-0/+2
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-1/+1
* * eval.h (SCM_EVALIM2): New macro. Use it when a...Marius Vollmer2001-03-031-4/+11
* * eval.h (scm_primitive_eval, scm_primitive_eval_x): New...Marius Vollmer2001-02-111-4/+7
* * modules.h (scm_selected_module, scm_current_module): Renamed...Marius Vollmer2001-02-081-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+1
* * eval.h: #include "struct.h".Mikael Djurfeldt2000-08-111-4/+18
* * eval.c, eval.h (scm_top_level_lookup_closure_var): Added....Mikael Djurfeldt2000-06-211-0/+6
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * eval.c (scm_unmemocar): Use macros to test for gloc cell....Dirk Herrmann2000-04-171-3/+4
* Fix mixup of packed/unpacked SCM values. (Thanks Thien-Thi Nguyen.)Dirk Herrmann2000-03-201-3/+3
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,...Mikael Djurfeldt2000-03-121-1/+1
* *.[ch]: make a distinction between SCM as a generic...Greg J. Badros2000-03-091-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-48/+48
* Code layout fixesMikael Djurfeldt1999-12-181-13/+13
* * eval.c, eval.h (scm_sym_delay): New global symbol.Mikael Djurfeldt1999-10-111-0/+1
* * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c,...Mikael Djurfeldt1999-09-121-1/+1
* * eval.c, eval.h: Bugfix: scm_sym_apply was not initialized...Mikael Djurfeldt1999-08-291-0/+2
* * procs.c, procs.h (scm_subr_entry): New type: Stores data...Mikael Djurfeldt1999-08-261-0/+1
* * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c,...Mikael Djurfeldt1999-08-171-10/+22
* *** empty log message ***Mikael Djurfeldt1999-08-061-0/+1
* * eval.h: Added prototypes for multi language support functions.Mikael Djurfeldt1999-07-291-3/+5
* * eval.h: Added prototypes for multi language support functions.Mikael Djurfeldt1999-07-291-0/+8
* * modules.c, modules.h, eval.c, eval.h (scm_env_top_level,...Mikael Djurfeldt1999-03-191-4/+0
* * eval.c, eval.h (scm_top_level_lookup_closure): New function:...Mikael Djurfeldt1999-03-121-0/+2
* * eval.h: Declare scm_s_set_x, scm_sym_set_x;Mikael Djurfeldt1999-03-111-1/+3
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),...Jim Blandy1999-02-061-7/+7
* * eval.h (scm_macro_eval_x): Removed declaration....Mikael Djurfeldt1998-10-311-19/+24
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,...Jim Blandy1998-10-191-1/+1
* (This change is part of the group made on 1998-07-30.)...Jim Blandy1998-09-051-0/+2
* * eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.Mikael Djurfeldt1998-08-211-4/+5
* * eval.c (SCM_CEVAL): Do more thorough argument checking. This...Mikael Djurfeldt1998-05-021-2/+2
* Small fix.Mikael Djurfeldt1998-04-141-1/+1
* * eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STACK): Measure...Mikael Djurfeldt1998-04-121-0/+2
* * eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved...Mikael Djurfeldt1998-03-301-0/+17
* * * eval.c (macro?, macro-type, macro-name, macro-transfomer): New...Mikael Djurfeldt1997-09-101-0/+5
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * eval.c (scm_definedp): Incompatibly changed to be a builtin...Marius Vollmer1996-11-271-1/+1
* * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,...Mikael Djurfeldt1996-10-201-0/+1
* *** empty log message ***Mikael Djurfeldt1996-10-141-1/+0
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,...Jim Blandy1996-10-141-115/+58
* * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,...Mikael Djurfeldt1996-09-131-1/+1
* * eval.h (scm_eval_args, scm_deval_args, scm_m_undefine):...Jim Blandy1996-09-111-0/+6
* C files should #include only the header files they need, not...Jim Blandy1996-09-101-1/+0
* * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,...Jim Blandy1996-09-051-1/+1