summaryrefslogtreecommitdiff
path: root/libguile/eval.c
AgeCommit message (Expand)AuthorFilesLines
1997-04-12* eval.c (SCM_APPLY): Set debug apply frame argument list correctlyJim Blandy1-6/+25
1997-04-11* eval.c: Doc fixes.Jim Blandy1-9/+30
1997-03-16* eval.c (safe_setjmp): Temporarily use old setjmp until someoneMikael Djurfeldt1-1/+4
1997-03-10* eval.c: Fixed comment to unmemocopy.Mikael Djurfeldt1-3/+3
1997-03-09* eval.c (scm_m_define): Bugfix: Check that the object is aMikael Djurfeldt1-1/+1
1997-03-08* eval.c (SCM_CEVAL): Added code sections for handling of rpsubrsMikael Djurfeldt1-0/+26
1997-03-07* eval.c (SCM_CEVAL): Added code sections for handling of asubrsMikael Djurfeldt1-16/+22
1997-03-06* tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.Mikael Djurfeldt1-1/+0
1997-03-01* eval.c (scm_deval): Removed some old code.Mikael Djurfeldt1-16/+5
1997-02-05 * eval.c: Don't define alloca in GCC case. gcc will automaticallyTom Tromey1-3/+1
1997-02-04* eval.c (safe_setjmp): New function: trivial wrapper for setjmp.Jim Blandy1-7/+35
1997-02-04* configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca.Jim Blandy1-0/+19
1997-01-18* symbols.c (scm_sysintern): Renamed toMarius Vollmer1-1/+2
1997-01-07* eval.c (unmemocopy): Add a semicolon to appease the SunJim Blandy1-0/+1
1996-12-19Don't use GCC extensions to allocate space for debugging frames.Jim Blandy1-15/+15
1996-12-18* eval.c, debug.h: Revert changes of Dec 16 and Nov 21. TheyJim Blandy1-3/+1
1996-12-16* eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arraysJim Blandy1-1/+3
1996-11-27* eval.c (scm_definedp): Use top_level_lookup_closure_varMarius Vollmer1-1/+1
1996-11-27* eval.c (scm_definedp): Incompatibly changed to be a builtinMarius Vollmer1-15/+15
1996-11-21It's an "eval closure", not an "eval thunk." A thunk is aJim Blandy1-4/+4
1996-11-02* * eval.c: Renamed debug option "deval" to "debug".Mikael Djurfeldt1-4/+3
1996-10-27* load.c: change s_try_load and s_try_load_path to s_primitive_loadGary Houston1-17/+11
1996-10-20* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,Mikael Djurfeldt1-66/+76
1996-10-14* eval.c: scm_i_name moved to gsubr.cMikael Djurfeldt1-4/+1
1996-10-14* eval.c: Added new debug options `maxdepth' and `indent'.Mikael Djurfeldt1-3/+6
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-305/+74
1996-10-14* eval.c (scm_nconc2last): Don't accept an empty list; apply mustJim Blandy1-10/+18
1996-10-12* error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.Gary Houston1-3/+3
1996-10-11* eval.c (scm_nconc2last): Revert last change; there seems to beJim Blandy1-2/+2
1996-10-11* eval.c (scm_nconc2last): Make sure that each element of lstJim Blandy1-2/+2
1996-10-05* continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,Mikael Djurfeldt1-8/+10
1996-10-03* _scm.h: #include "print.h" here, since it seems to be used justJim Blandy1-1/+0
1996-09-22* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #includeMikael Djurfeldt1-8/+15
1996-09-19 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is anGary Houston1-11/+23
1996-09-18* eval.c: Added #include "hash.h"Mikael Djurfeldt1-0/+1
1996-09-13* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,Mikael Djurfeldt1-22/+22
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+19
1996-08-23* eval.c, print.h, print.c, read.h, read.c: Modifications toMikael Djurfeldt1-57/+69
1996-08-20* * eval.c: scm_m_set and SCM_IM_SET no longer supports multipleMikael Djurfeldt1-281/+874
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+2513