Generalize generic I/O interface so that it can work with ports that
authorChris Hanson <org/chris-hanson/cph>
Mon, 12 Dec 2005 21:55:44 +0000 (21:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 12 Dec 2005 21:55:44 +0000 (21:55 +0000)
commitadc1c68753c9fff32ea509926c12c01ca90cd19e
tree495cdfd52ab6d9d5f4b54b44ecdf6c97a314caa5
parenta14caf532dad030b94d4246d90af96901c876ba4
Generalize generic I/O interface so that it can work with ports that
aren't backed by channels.  Reimplement string I/O ports to work this
way, so that they can take advantage of all the nice codecs.
v7/src/runtime/fileio.scm
v7/src/runtime/genio.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/strnin.scm
v7/src/runtime/strott.scm
v7/src/runtime/strout.scm
v7/src/runtime/ttyio.scm