* srfi-13.c: First cut at thread-safeness and proper use of
authorMarius Vollmer <mvo@zagadka.de>
Wed, 25 Aug 2004 16:04:09 +0000 (16:04 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 25 Aug 2004 16:04:09 +0000 (16:04 +0000)
commit3731fc6718a91a19cd5a89b27d0bf7b00cc7aef1
treef69bec235d9bee9e8e59af73107d003df9ddf2c0
parentce25760f071de2addd80cfc0b8bc28c9352ec1a0
* 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.
libguile/srfi-13.c