Age | Commit message (Expand) | Author | Files | Lines |
2002-03-13 | * eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc. | Dirk Herrmann | 1 | -8/+11 |
2002-03-10 | * eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref', | Dirk Herrmann | 1 | -32/+47 |
2002-03-09 | * eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch. | Dirk Herrmann | 1 | -90/+149 |
2002-03-08 | * Fix bug caused by frame size overflowing its field. | Neil Jerram | 1 | -1/+1 |
2002-03-05 | * eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'. Removed | Dirk Herrmann | 1 | -27/+36 |
2002-03-02 | * eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let', | Dirk Herrmann | 1 | -50/+57 |
2002-03-02 | * eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do': | Dirk Herrmann | 1 | -42/+86 |
2002-03-02 | * eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more | Dirk Herrmann | 1 | -48/+63 |
2002-03-01 | Changes in doc/ref: | Dirk Herrmann | 1 | -2/+1 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -108/+60 |
2002-01-10 | * eval.c: Removed outdated references to "everr". Improved some | Dirk Herrmann | 1 | -22/+37 |
2002-01-10 | * eval.[ch] (scm_deval_args): Made static. | Dirk Herrmann | 1 | -1/+1 |
2002-01-10 | * procs.h (SCM_CLOSURE_BODY): New Macro. | Dirk Herrmann | 1 | -13/+13 |
2001-12-07 | * Fix comment typo. | Neil Jerram | 1 | -1/+1 |
2001-11-25 | Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and | Marius Vollmer | 1 | -8/+6 |
2001-11-17 | * Oops, this belongs to the previous ChangeLog entry... | Dirk Herrmann | 1 | -3/+5 |
2001-11-17 | * eval.c: Removed bogus comment about acros. | Dirk Herrmann | 1 | -249/+295 |
2001-11-16 | * Adding C function declarations from the SCM interface to the | Neil Jerram | 1 | -1/+1 |
2001-11-15 | * eval.c (RETURN): Wrap in do{}while(0) in order to make it | Dirk Herrmann | 1 | -57/+48 |
2001-11-03 | (scm_m_begin): Allow `(begin)`, with no subforms. | Marius Vollmer | 1 | -1/+4 |
2001-10-18 | * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq, | Dirk Herrmann | 1 | -237/+274 |
2001-10-13 | (scm_m_atbind): First try to find the variable without defining it | Marius Vollmer | 1 | -3/+7 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -62/+14 |
2001-08-25 | * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with | Marius Vollmer | 1 | -43/+62 |
2001-07-30 | * Minor changes. | Dirk Herrmann | 1 | -37/+34 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -136/+40 |
2001-07-25 | (scm_ceval, scm_deval): Use "RETURN" macro when returning value of a | Marius Vollmer | 1 | -1/+1 |
2001-07-25 | Allow variables in memoized code (in addition to glocs). | Marius Vollmer | 1 | -3/+19 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-26 | * Handle evaluator traps by calling trap handlers directly rather than | Neil Jerram | 1 | -11/+32 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -4/+60 |
2001-06-25 | * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly. | Michael Livshin | 1 | -1/+1 |
2001-06-14 | Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t". | Marius Vollmer | 1 | -3/+3 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -19/+19 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -23/+23 |
2001-06-05 | * Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION. | Dirk Herrmann | 1 | -2/+10 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -2/+3 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -26/+26 |
2001-05-25 | * eval.c (scm_debug_opts): New option `show-file-name'. | Marius Vollmer | 1 | -1/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -38/+38 |
2001-05-20 | Use SCM_EQ_P insteda of `==' or `!=' in certain | Marius Vollmer | 1 | -5/+5 |
2001-05-20 | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic, | Marius Vollmer | 1 | -1/+1 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -99/+108 |
2001-05-15 | * Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST. | Dirk Herrmann | 1 | -3/+5 |
2001-05-09 | (scm_i_eval): Copy expression before passing it to | Marius Vollmer | 1 | -0/+1 |
2001-05-04 | * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x), | Neil Jerram | 1 | -1/+1 |
2001-04-24 | * eval.h, eval.c (scm_system_transformer): Deprecated by moving it | Marius Vollmer | 1 | -6/+5 |
2001-04-19 | * Fixed scm_thunk_p's results when applied to closures. | Dirk Herrmann | 1 | -18/+18 |
2001-03-30 | * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros. | Dirk Herrmann | 1 | -46/+43 |