*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Wed, 25 Aug 2004 16:04:30 +0000 (16:04 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 25 Aug 2004 16:04:30 +0000 (16:04 +0000)
libguile/ChangeLog

index 00e4f05..a6d27d6 100644 (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.