(scm_internal_parse_path): Removed.
authorMarius Vollmer <mvo@zagadka.de>
Tue, 10 Aug 2004 13:30:12 +0000 (13:30 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 10 Aug 2004 13:30:12 +0000 (13:30 +0000)
commit7d04d68bf70aa1f1873df5cbf7ad9731b6836255
tree03de47b7851562576c8b79602363ccc7a871feba
parentc829a4274f35bae62cae06312335a0596504a333
(scm_internal_parse_path): Removed.
(scm_parse_path): Use scm_string_split to do the work.
(scm_init_load_path): Use scm_parse_path instead of
scm_internal_parse_path.
(scm_search_path): Rewritten string handling part of the code in
terms of scm_to_locale_stringbuf and so that it is thread safe.
libguile/load.c
libguile/load.h