1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-06-02 18:35:28 +00:00
parent 96e83482fb
commit b0c16cd922
2 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
* strports.c (scm_eval_string): Use scm_primitive_eval_x instead
of scm_eval_x to allow module changes between the forms in the
string. Set/restore module using scm_c_call_with_current_module.
* mkstemp.c: New file, slightly modified from libiberties
mkstemps.c.