summaryrefslogtreecommitdiff
path: root/libguile/eval.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-4/+2
* deprecate lookup closuresAndy Wingo2012-05-231-5/+1
* Rename scm_call_varargs -> scm_callMark H Weaver2012-01-301-1/+1
* Implement scm_call_varargs and scm_call_{7,8,9}Mark H Weaver2012-01-301-0/+7
* add scm_call_{5,6}Andy Wingo2011-03-081-1/+5
* scm_badargsp is deprecatedAndy Wingo2010-05-131-2/+1
* add scm_call_n, scm_c_run_hooknAndy Wingo2009-12-211-0/+1
* eval.c closures are now applicable smobs, not tc3sAndy Wingo2009-12-041-3/+0
* first step to make the vm stop calling the interpreterAndy Wingo2009-12-011-0/+1
* promises are in their own file nowAndy Wingo2009-12-011-20/+0
* new evaluator, y'allAndy Wingo2009-12-011-58/+4
* factor copy-tree and cons-source out of eval.[ch]Andy Wingo2009-12-011-2/+0
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès2009-10-021-3/+3
* Remove deprecated semi-public memoizers.Ludovic Courtès2009-08-131-9/+0
* Make the evaluator's memoizers private.Ludovic Courtès2009-08-131-35/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* make sure we compile boot code in (guile), not (guile-user)Andy Wingo2009-04-241-0/+2
* @ and @@ as primitive macrosAndy Wingo2009-04-171-0/+4
* export `make-promise' to schemeAndy Wingo2008-09-251-1/+1
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-9/+9
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-21/+0
* * debug.h (SCM_RESET_DEBUG_MODE): switch to debugging ifHan-Wen Nienhuys2007-01-191-5/+8
* * readline.c: terminate option list with NULL.Han-Wen Nienhuys2007-01-191-5/+4
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+1
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-1/+2
* Threading changes.Marius Vollmer2005-01-241-2/+1
* * backtrace.c (display_expression, display_frame): CallDirk Herrmann2004-06-271-1/+2
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-6/+8
* Hide the implementation of ilocs and isyms in eval.c.Dirk Herrmann2004-04-221-6/+2
* Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann2004-03-291-3/+7
* * eval.c (s_splicing): Commented and reformulated.Dirk Herrmann2003-11-161-2/+4
* * eval.c, eval.h (scm_m_expand_body, m_expand_body): DeprecatedDirk Herrmann2003-11-091-1/+3
* * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann2003-06-041-9/+0
* * deprecated.c, deprecated.h, eval.c, eval.h: DeprecatedDirk Herrmann2003-06-021-26/+0
* * eval.c, eval.h, read.c, read.h (scm_sym_dot): Moved from eval toDirk Herrmann2003-05-061-1/+0
* * eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): MovedDirk Herrmann2003-05-061-0/+8
* * eval.c, eval.h, goops.c, goops.h (scm_m_atslot_ref,Dirk Herrmann2003-04-251-0/+3
* * eval.h (SCM_ENTER_FRAME_HDLR, SCM_APPLY_FRAME_HDLR,Dirk Herrmann2003-04-231-5/+6
* * eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,Dirk Herrmann2003-04-201-1/+1
* * eval.c, root.h (scm_undefineds, SCM_NUM_PROTECTS, undefineds,Dirk Herrmann2003-04-201-2/+0
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann2003-04-201-7/+0
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * eval.h: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * threads.h, threads.c: Moved futures to their own file.Mikael Djurfeldt2003-01-231-1/+4
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt2002-12-151-0/+16