diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5b75a0ba9..fad2a618d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2002-08-13 Marius Vollmer + + * strports.h (scm_c_eval_string_in_module, + scm_eval_string_in_module): New prototypes. + * strports.c (scm_eval_string_in_module): New, but use + "eval-string" as the Scheme name and make second parameter + optional. + (scm_eval_string): Implement using scm_eval_string_in_module. + (scm_c_eval_string_in_module): New. + Thanks to Ralf Mattes for the suggestion! + 2002-08-09 Han-Wen Nienhuys * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print