Eliminate explicit operations on wide and external strings (part 1):
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Jul 2008 11:12:34 +0000 (11:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Jul 2008 11:12:34 +0000 (11:12 +0000)
commit3b0a4b5c9054be7dae29cde619f2e77541f81f7e
tree126316a37766284be52c3e729bbbbd3c0e28227c
parent17a894be8995a7a09f4a31611a5fd415ed9bc4d2
Eliminate explicit operations on wide and external strings (part 1):
remove INPUT-PORT/READ-{WIDE,EXTERNAL}-SUBSTRING! and
OUTPUT-PORT/WRITE-{WIDE,EXTERNAL}-SUBSTRING.  (Part 2 will push this
multiplexing down into the port operations themselves.)
v7/src/edwin/fileio.scm
v7/src/runtime/input.scm
v7/src/runtime/output.scm
v7/src/runtime/parser-buffer.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/syncproc.scm