diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0e9d9c8cf..b0a3ae171 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2001-05-09 Marius Vollmer + + * eval.c (scm_i_eval): Copy expression before passing it to + SCM_XEVAL. The copy operation was removed unintendedly during my + change on 2001-03-25. + 2001-05-09 Michael Livshin from Matthias Köppe (thanks!):