1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-08-29 01:31:09 +00:00
parent 342490251d
commit 375c11a331

View file

@ -1,3 +1,12 @@
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* 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 <mdj@thalamus.nada.kth.se> 1999-08-26 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
This change extends the representation of primitive procedures This change extends the representation of primitive procedures