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