* strings.h, strings.c (scm_i_get_substring_spec): New.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 12 Aug 2004 17:43:41 +0000 (17:43 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 12 Aug 2004 17:43:41 +0000 (17:43 +0000)
commit6f14f578d2e24f58594e682061755dab41ed1f9e
tree06d7cbd7b83020f4f2ee5fec58b19f76eb27e9cb
parent396e5506d6c7ba9e669856cae97445e5c307ba34
* strings.h, strings.c (scm_i_get_substring_spec): New.

* socket.c, rw.c, deprecated.h, validate.h
(SCM_VALIDATE_STRING_COPY): Deprecated.  Replaced all uses with
SCM_VALIDATE_STRING plus SCM_I_STRING_CHARS or
scm_to_locale_string, etc.
(SCM_VALIDATE_SUBSTRING_SPEC_COPY): Deprecated.  Replaced as
above, plus scm_i_get_substring_spec.
libguile/deprecated.h
libguile/strings.c
libguile/strings.h
libguile/validate.h