mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
209b52fecd
commit
dc61cbc6cd
1 changed files with 11 additions and 0 deletions
|
@ -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>
|
2002-08-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
|
||||||
|
|
||||||
* gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print
|
* gc-card.c ("sweep_card"): remove SCM_MISC_ERROR messages: print
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue