diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-08-13 20:54:36 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-08-13 20:54:36 +0000 |
commit | dc61cbc6cd786fd1cc3137d806eb1d6da6df7c83 (patch) | |
tree | fca5cb59b8c6dbd7c835f29b6dbf68ee82e8a14f | |
parent | 209b52fecdd298f175171513f97510f19c513e0f (diff) | |
download | guile-dc61cbc6cd786fd1cc3137d806eb1d6da6df7c83.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <mvo@zagadka.ping.de> + + * 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 <hanwen@cs.uu.nl> * gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print |