1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-08-25 16:04:30 +00:00
parent 3731fc6718
commit 19ff6ffc06

View file

@ -1,5 +1,10 @@
2004-08-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-13.c: First cut at thread-safeness and proper use of
scm_i_string_chars et al. Copious scm_remember_upto_heres have
been inserted. Made sure that no internal string pointer is used
across a SCM_TICK or a possible GC.
* script.c (scm_compile_shell_switches): Use
scm_from_locale_string instead of scm_makfrom0str.