Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | deprecate lookup closures | Andy Wingo | 1 | -5/+1 |
2012-01-30 | Rename scm_call_varargs -> scm_call | Mark H Weaver | 1 | -1/+1 |
2012-01-30 | Implement scm_call_varargs and scm_call_{7,8,9} | Mark H Weaver | 1 | -0/+7 |
2011-03-08 | add scm_call_{5,6} | Andy Wingo | 1 | -1/+5 |
2010-05-13 | scm_badargsp is deprecated | Andy Wingo | 1 | -2/+1 |
2009-12-21 | add scm_call_n, scm_c_run_hookn | Andy Wingo | 1 | -0/+1 |
2009-12-04 | eval.c closures are now applicable smobs, not tc3s | Andy Wingo | 1 | -3/+0 |
2009-12-01 | first step to make the vm stop calling the interpreter | Andy Wingo | 1 | -0/+1 |
2009-12-01 | promises are in their own file now | Andy Wingo | 1 | -20/+0 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -58/+4 |
2009-12-01 | factor copy-tree and cons-source out of eval.[ch] | Andy Wingo | 1 | -2/+0 |
2009-10-02 | Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. | Ludovic Courtès | 1 | -3/+3 |
2009-08-13 | Remove deprecated semi-public memoizers. | Ludovic Courtès | 1 | -9/+0 |
2009-08-13 | Make the evaluator's memoizers private. | Ludovic Courtès | 1 | -35/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-24 | make sure we compile boot code in (guile), not (guile-user) | Andy Wingo | 1 | -0/+2 |
2009-04-17 | @ and @@ as primitive macros | Andy Wingo | 1 | -0/+4 |
2008-09-25 | export `make-promise' to scheme | Andy Wingo | 1 | -1/+1 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -9/+9 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -21/+0 |
2007-01-19 | * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if | Han-Wen Nienhuys | 1 | -5/+8 |
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 1 | -5/+4 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+1 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -1/+2 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -2/+1 |
2004-06-27 | * backtrace.c (display_expression, display_frame): Call | Dirk Herrmann | 1 | -1/+2 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -6/+8 |
2004-04-22 | Hide the implementation of ilocs and isyms in eval.c. | Dirk Herrmann | 1 | -6/+2 |
2004-03-29 | Introduce scm_debug_mode_p as a replacement for scm_debug_mode and | Dirk Herrmann | 1 | -3/+7 |
2003-11-16 | * eval.c (s_splicing): Commented and reformulated. | Dirk Herrmann | 1 | -2/+4 |
2003-11-09 | * eval.c, eval.h (scm_m_expand_body, m_expand_body): Deprecated | Dirk Herrmann | 1 | -1/+3 |
2003-06-04 | * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT, | Dirk Herrmann | 1 | -9/+0 |
2003-06-02 | * deprecated.c, deprecated.h, eval.c, eval.h: Deprecated | Dirk Herrmann | 1 | -26/+0 |
2003-05-06 | * eval.c, eval.h, read.c, read.h (scm_sym_dot): Moved from eval to | Dirk Herrmann | 1 | -1/+0 |
2003-05-06 | * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): Moved | Dirk Herrmann | 1 | -0/+8 |
2003-04-25 | * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref, | Dirk Herrmann | 1 | -0/+3 |
2003-04-23 | * eval.h (SCM_ENTER_FRAME_HDLR, SCM_APPLY_FRAME_HDLR, | Dirk Herrmann | 1 | -5/+6 |
2003-04-20 | * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter, | Dirk Herrmann | 1 | -1/+1 |
2003-04-20 | * eval.c, root.h (scm_undefineds, SCM_NUM_PROTECTS, undefineds, | Dirk Herrmann | 1 | -2/+0 |
2003-04-20 | * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to | Dirk Herrmann | 1 | -7/+0 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-27 | * eval.h: fix various preprocessor usages of new public | Rob Browning | 1 | -1/+1 |
2003-01-23 | * threads.h, threads.c: Moved futures to their own file. | Mikael Djurfeldt | 1 | -1/+4 |
2002-12-15 | * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions. | Mikael Djurfeldt | 1 | -0/+16 |
2002-12-01 | * eval.h (scm_t_trampoline_1, scm_t_trampoline_2): New types. | Mikael Djurfeldt | 1 | -1/+6 |
2002-11-16 | * eval.h (SCM_MAKE_ILOC): New macro. | Dirk Herrmann | 1 | -0/+6 |
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 |