(scm_string_any, scm_string_every,
authorMarius Vollmer <mvo@zagadka.de>
Mon, 20 Sep 2004 22:50:31 +0000 (22:50 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 20 Sep 2004 22:50:31 +0000 (22:50 +0000)
commit1a82a4606c91ed199185c859d049b7907ed20462
tree113566f13c3aa0a59f8c08609378a26524340af1
parentb00b73f98faf54a2e817fe514353999e4f03f190
(scm_string_any, scm_string_every,
scm_string_tabulate, string_upcase_x, string_down_case_x,
string_titlecase_x, string_reverse_x, scm_string_tokenize): Use
size_t instead of int for indices into strings.  Make sure that no
over- or underflow occurs.  Thanks to Andreas Vögele!
(scm_xsubstring, scm_string_xcopy_x): Use ints for 'extended'
indices, which can also be negative.
libguile/srfi-13.c