* Makefile.in: Rebuilt.
[bpt/guile.git] / libguile / eval.c
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-12 Mikael Djurfeldt* eval.c (SCM_CEVAL, scm_apply): Completed GOOPS suppor...
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-09-20 Mikael Djurfeldt* eval.c (scm_init_eval): Add feature `delay'.
1997-09-15 Mikael Djurfeldt* sequences.h, sequences.c, append.h, append.c: Removed...
1997-09-11 Mikael Djurfeldt* procprop.h: Added declaration of scm_i_inner_name.
1997-09-10 Mikael Djurfeldt* * eval.c (macro?, macro-type, macro-name, macro-trans...
1997-07-25 Mikael Djurfeldt* eval.c (scm_apply): Handle the case when a tc7_sybr_2...
1997-06-21 Jim Blandy* eval.c (scm_lookupcar1): Don't declare var2 unless...
1997-06-08 Marius Vollmer* eval.c (scm_lookupcar1): New procedure to cope with...
1997-05-29 Jim Blandy* eval.c: Include scmconfig.h at the beginning of the...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-12 Jim Blandy* eval.c (SCM_APPLY): Set debug apply frame argument...
1997-04-11 Jim Blandy* eval.c: Doc fixes.
1997-03-16 Mikael Djurfeldt* eval.c (safe_setjmp): Temporarily use old setjmp...
1997-03-10 Mikael Djurfeldt* eval.c: Fixed comment to unmemocopy.
1997-03-09 Mikael Djurfeldt* eval.c (scm_m_define): Bugfix: Check that the object...
1997-03-08 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added code sections for handling...
1997-03-07 Mikael Djurfeldt* eval.c (SCM_CEVAL): Added code sections for handling...
1997-03-06 Mikael Djurfeldt* tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
1997-03-01 Mikael Djurfeldt* eval.c (scm_deval): Removed some old code.
1997-02-05 Tom Tromey * eval.c: Don't define alloca in GCC case....
1997-02-04 Jim Blandy* eval.c (safe_setjmp): New function: trivial wrapper...
1997-02-04 Jim Blandy* configure.in: Call AC_FUNC_ALLOCA, to see if we have...
1997-01-18 Marius Vollmer* symbols.c (scm_sysintern): Renamed to
1997-01-07 Jim Blandy* eval.c (unmemocopy): Add a semicolon to appease the Sun
1996-12-19 Jim BlandyDon't use GCC extensions to allocate space for debuggin...
1996-12-18 Jim Blandy* eval.c, debug.h: Revert changes of Dec 16 and Nov...
1996-12-16 Jim Blandy* eval.c (SCM_CEVAL): Use alloca, not GCC's extensions...
1996-11-27 Marius Vollmer* eval.c (scm_definedp): Use top_level_lookup_closure_var
1996-11-27 Marius Vollmer* eval.c (scm_definedp): Incompatibly changed to be...
1996-11-21 Jim BlandyIt's an "eval closure", not an "eval thunk." A thunk...
1996-11-02 Mikael Djurfeldt* * eval.c: Renamed debug option "deval" to "debug".
1996-10-27 Gary Houston* load.c: change s_try_load and s_try_load_path to...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-14 Mikael Djurfeldt* eval.c: scm_i_name moved to gsubr.c
1996-10-14 Mikael Djurfeldt* eval.c: Added new debug options `maxdepth' and `indent'.
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-14 Jim Blandy* eval.c (scm_nconc2last): Don't accept an empty list...
1996-10-12 Gary Houston* error.c, eval.c, load.c, stackchk.c: use scm_error...
1996-10-11 Jim Blandy* eval.c (scm_nconc2last): Revert last change; there...
1996-10-11 Jim Blandy* eval.c (scm_nconc2last): Make sure that each element...
1996-10-05 Mikael Djurfeldt* continuations.c, debug.[ch], eval.c, gscm.c init...
1996-10-03 Jim Blandy* _scm.h: #include "print.h" here, since it seems to...
1996-09-22 Mikael Djurfeldt* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added...
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-18 Mikael Djurfeldt* eval.c: Added #include "hash.h"
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-23 Mikael Djurfeldt* eval.c, print.h, print.c, read.h, read.c: Modificatio...
1996-08-20 Mikael Djurfeldt* * eval.c: scm_m_set and SCM_IM_SET no longer supports...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import