Age | Commit message (Expand) | Author | Files | Lines |
2002-08-27 | prepend libguile/ to include path | Han-Wen Nienhuys | 1 | -1/+1 |
2002-06-28 | * __scm.h, eval.c, eval.h: Removed compile time option | Dirk Herrmann | 1 | -4/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -5/+2 |
2002-01-10 | * eval.[ch] (scm_deval_args): Made static. | Dirk Herrmann | 1 | -1/+0 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -107/+107 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -15/+6 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -13/+1 |
2001-06-26 | * Handle evaluator traps by calling trap handlers directly rather than | Neil Jerram | 1 | -1/+5 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -0/+8 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -3/+5 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -3/+3 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -5/+5 |
2001-05-20 | (SCM_EVALIM2): Use SCM_EQ_P instead of `=='. | Marius Vollmer | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -8/+6 |
2001-04-24 | * eval.h, eval.c (scm_system_transformer): Deprecated by moving it | Marius Vollmer | 1 | -1/+1 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -6/+4 |
2001-03-26 | * tags.h (SCM_IM_CALL_WITH_VALUES): New isym. | Marius Vollmer | 1 | -0/+2 |
2001-03-04 | * Eliminate some calls to scm_wta. | Dirk Herrmann | 1 | -1/+1 |
2001-03-03 | * eval.h (SCM_EVALIM2): New macro. Use it when a | Marius Vollmer | 1 | -4/+11 |
2001-02-11 | * eval.h (scm_primitive_eval, scm_primitive_eval_x): New | Marius Vollmer | 1 | -4/+7 |
2001-02-08 | * modules.h (scm_selected_module, scm_current_module): Renamed | Marius Vollmer | 1 | -1/+1 |
2000-12-08 | Smob-related creanup. | Keisuke Nishida | 1 | -1/+1 |
2000-08-11 | * eval.h: #include "struct.h". | Mikael Djurfeldt | 1 | -4/+18 |
2000-06-21 | * eval.c, eval.h (scm_top_level_lookup_closure_var): Added. | Mikael Djurfeldt | 1 | -0/+6 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-17 | * eval.c (scm_unmemocar): Use macros to test for gloc cell. | Dirk Herrmann | 1 | -3/+4 |
2000-03-20 | Fix mixup of packed/unpacked SCM values. (Thanks Thien-Thi Nguyen.) | Dirk Herrmann | 1 | -3/+3 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-12 | *** empty log message *** | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-12 | * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h, | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-09 | *.[ch]: make a distinction between SCM as a generic | Greg J. Badros | 1 | -1/+1 |
2000-03-02 | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 1 | -48/+48 |
1999-12-18 | Code layout fixes | Mikael Djurfeldt | 1 | -13/+13 |
1999-10-11 | * eval.c, eval.h (scm_sym_delay): New global symbol. | Mikael Djurfeldt | 1 | -0/+1 |
1999-09-12 | * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, | Mikael Djurfeldt | 1 | -1/+1 |
1999-08-29 | * eval.c, eval.h: Bugfix: scm_sym_apply was not initialized | Mikael Djurfeldt | 1 | -0/+2 |
1999-08-26 | * procs.c, procs.h (scm_subr_entry): New type: Stores data | Mikael Djurfeldt | 1 | -0/+1 |
1999-08-17 | * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, | Mikael Djurfeldt | 1 | -10/+22 |
1999-08-06 | *** empty log message *** | Mikael Djurfeldt | 1 | -0/+1 |
1999-07-29 | * eval.h: Added prototypes for multi language support functions. | Mikael Djurfeldt | 1 | -3/+5 |
1999-07-29 | * eval.h: Added prototypes for multi language support functions. | Mikael Djurfeldt | 1 | -0/+8 |
1999-03-19 | * modules.c, modules.h, eval.c, eval.h (scm_env_top_level, | Mikael Djurfeldt | 1 | -4/+0 |
1999-03-12 | * eval.c, eval.h (scm_top_level_lookup_closure): New function: | Mikael Djurfeldt | 1 | -0/+2 |
1999-03-11 | * eval.h: Declare scm_s_set_x, scm_sym_set_x; | Mikael Djurfeldt | 1 | -1/+3 |
1999-02-06 | * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), | Jim Blandy | 1 | -7/+7 |
1998-10-31 | * eval.h (scm_macro_eval_x): Removed declaration. | Mikael Djurfeldt | 1 | -19/+24 |
1998-10-19 | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1 | -1/+1 |
1998-09-05 | (This change is part of the group made on 1998-07-30.) | Jim Blandy | 1 | -0/+2 |
1998-08-21 | * eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P. | Mikael Djurfeldt | 1 | -4/+5 |