Age | Commit message (Expand) | Author | Files | Lines |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -11/+11 |
2002-07-15 | * eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro, | Dirk Herrmann | 1 | -2/+3 |
2002-07-14 | Fix for 1001-local-eval-error-backtrace-segfaults. | Neil Jerram | 1 | -1/+3 |
2002-06-30 | * __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args, | Dirk Herrmann | 1 | -19/+2 |
2002-06-30 | * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c | Dirk Herrmann | 1 | -18/+0 |
2002-06-28 | * __scm.h, eval.c, eval.h: Removed compile time option | Dirk Herrmann | 1 | -21/+0 |
2002-03-26 | * srcprop.[ch] (scm_c_source_property_breakpoint_p): New | Dirk Herrmann | 1 | -5/+7 |
2002-03-25 | * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and | Dirk Herrmann | 1 | -36/+38 |
2002-03-24 | * debug.h (scm_ready_p, debug_print): Removed declarations. | Dirk Herrmann | 1 | -14/+14 |
2002-03-23 | * eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs | Dirk Herrmann | 1 | -32/+41 |
2002-03-21 | * eval.c (SCM_CEVAL): Minimized scope of variable arg2. | Dirk Herrmann | 1 | -359/+338 |
2002-03-20 | * eval.c (SIDEVAL): Removed. | Dirk Herrmann | 1 | -47/+44 |
2002-03-15 | Change 3 instances of @var to @code in docstrings. | Neil Jerram | 1 | -1/+1 |
2002-03-14 | * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'. | Dirk Herrmann | 1 | -142/+130 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
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 |