add read-string and read-string! to (ice-9 rdelim)
authorAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 09:12:59 +0000 (10:12 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 14:15:43 +0000 (15:15 +0100)
commit5a35d42aa5be26f1048fceea9acfa21bc9f6bc3e
tree783725e40a20fed1bf932eb020878047a62dc547
parent84f5a8251710c7d2a01590aa083d9dd409a56279
add read-string and read-string! to (ice-9 rdelim)

* module/ice-9/rdelim.scm (read-string!, read-string): New functions.
* test-suite/tests/rdelim.test: Add tests.
* doc/ref/api-io.texi: Add docs.

* module/ice-9/iconv.scm:
* module/rnrs/io/ports.scm:
* module/web/uri.scm: Use the new functions.
doc/ref/api-io.texi
module/ice-9/iconv.scm
module/ice-9/rdelim.scm
module/rnrs/io/ports.scm
module/web/uri.scm
test-suite/tests/rdelim.test