diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 910337d6e..791f8dc7d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2004-01-22 Marius Vollmer + + * eval.c (m_expand_body): Rewrite the expression in place (by + overwriting FORMS) also when a letrec is constructed, not only + when no definitions are found. Do not return rewritten expression + to emphasize the in-place rewriting. Changed all users. + 2004-01-19 Han-Wen Nienhuys * gc.c: add protected_object_count, a number that is dumped from