summaryrefslogtreecommitdiff
path: root/libguile/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * init.c (scm_boot_guile_1): Added scm_init_objects ().Mikael Djurfeldt1997-09-221-0/+53
* * eval.c (scm_init_eval): Add feature `delay'.Mikael Djurfeldt1997-09-201-0/+2
* * sequences.h, sequences.c, append.h, append.c: Removed. TheseMikael Djurfeldt1997-09-151-2/+0
* * procprop.h: Added declaration of scm_i_inner_name.Mikael Djurfeldt1997-09-111-5/+32
* * * eval.c (macro?, macro-type, macro-name, macro-transfomer): NewMikael Djurfeldt1997-09-101-24/+60
* * eval.c (scm_apply): Handle the case when a tc7_sybr_2 is appliedMikael Djurfeldt1997-07-251-1/+2
* * eval.c (scm_lookupcar1): Don't declare var2 unless USE_THREADSJim Blandy1997-06-211-1/+6
* * eval.c (scm_lookupcar1): New procedure to cope with a raceMarius Vollmer1997-06-081-8/+141
* * eval.c: Include scmconfig.h at the beginning of the file so thatJim Blandy1997-05-291-0/+3
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * eval.c (SCM_APPLY): Set debug apply frame argument list correctlyJim Blandy1997-04-121-6/+25
* * eval.c: Doc fixes.Jim Blandy1997-04-111-9/+30
* * eval.c (safe_setjmp): Temporarily use old setjmp until someoneMikael Djurfeldt1997-03-161-1/+4
* * eval.c: Fixed comment to unmemocopy.Mikael Djurfeldt1997-03-101-3/+3
* * eval.c (scm_m_define): Bugfix: Check that the object is aMikael Djurfeldt1997-03-091-1/+1
* * eval.c (SCM_CEVAL): Added code sections for handling of rpsubrsMikael Djurfeldt1997-03-081-0/+26
* * eval.c (SCM_CEVAL): Added code sections for handling of asubrsMikael Djurfeldt1997-03-071-16/+22
* * tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.Mikael Djurfeldt1997-03-061-1/+0
* * eval.c (scm_deval): Removed some old code.Mikael Djurfeldt1997-03-011-16/+5
* * eval.c: Don't define alloca in GCC case. gcc will automaticallyTom Tromey1997-02-051-3/+1
* * eval.c (safe_setjmp): New function: trivial wrapper for setjmp.Jim Blandy1997-02-041-7/+35
* * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca.Jim Blandy1997-02-041-0/+19
* * symbols.c (scm_sysintern): Renamed toMarius Vollmer1997-01-181-1/+2
* * eval.c (unmemocopy): Add a semicolon to appease the SunJim Blandy1997-01-071-0/+1
* Don't use GCC extensions to allocate space for debugging frames.Jim Blandy1996-12-191-15/+15
* * eval.c, debug.h: Revert changes of Dec 16 and Nov 21. TheyJim Blandy1996-12-181-3/+1
* * eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arraysJim Blandy1996-12-161-1/+3
* * eval.c (scm_definedp): Use top_level_lookup_closure_varMarius Vollmer1996-11-271-1/+1
* * eval.c (scm_definedp): Incompatibly changed to be a builtinMarius Vollmer1996-11-271-15/+15
* It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1996-11-211-4/+4
* * * eval.c: Renamed debug option "deval" to "debug".Mikael Djurfeldt1996-11-021-4/+3
* * load.c: change s_try_load and s_try_load_path to s_primitive_loadGary Houston1996-10-271-17/+11
* * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,Mikael Djurfeldt1996-10-201-66/+76
* * eval.c: scm_i_name moved to gsubr.cMikael Djurfeldt1996-10-141-4/+1
* * eval.c: Added new debug options `maxdepth' and `indent'.Mikael Djurfeldt1996-10-141-3/+6
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-305/+74
* * eval.c (scm_nconc2last): Don't accept an empty list; apply mustJim Blandy1996-10-141-10/+18
* * error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.Gary Houston1996-10-121-3/+3
* * eval.c (scm_nconc2last): Revert last change; there seems to beJim Blandy1996-10-111-2/+2
* * eval.c (scm_nconc2last): Make sure that each element of lstJim Blandy1996-10-111-2/+2
* * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,Mikael Djurfeldt1996-10-051-8/+10
* * _scm.h: #include "print.h" here, since it seems to be used justJim Blandy1996-10-031-1/+0
* * eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #includeMikael Djurfeldt1996-09-221-8/+15
* * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is anGary Houston1996-09-191-11/+23
* * eval.c: Added #include "hash.h"Mikael Djurfeldt1996-09-181-0/+1
* * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,Mikael Djurfeldt1996-09-131-22/+22
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+19
* * eval.c, print.h, print.c, read.h, read.c: Modifications toMikael Djurfeldt1996-08-231-57/+69
* * * eval.c: scm_m_set and SCM_IM_SET no longer supports multipleMikael Djurfeldt1996-08-201-281/+874
* maintainer changed: was lord, now jimb; first importjimbJim Blandy1996-07-251-0/+2513