diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 034516cf1..bdd230672 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +1999-08-29 Mikael Djurfeldt + + * sort.c (closureless): Use scm_eval_body. + + * eval.c (SCM_APPLY): Fixed serious evaluator bug: If a closure + with a symbol as last form was first called normally and then via + `map' or some other mechanism using primitive apply, an ILOC was + returned. + 1999-08-26 Mikael Djurfeldt This change extends the representation of primitive procedures