Eliminate a bunch of operations that modify strings in place.
authorChris Hanson <org/chris-hanson/cph>
Sun, 19 Feb 2017 09:21:31 +0000 (01:21 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 19 Feb 2017 09:21:31 +0000 (01:21 -0800)
commita1cb59e95746c27482ee3ac08abf4b9a978a87a6
tree24f470da3dcfab0e1b06a39327ea407a7066812c
parent2c4555e114c33fba1370a212e37fb0e2b4396d19
Eliminate a bunch of operations that modify strings in place.

These generally save a little memory but are difficult to implement with Unicode
strings.  It's not worth the trouble to keep them since the copying procedures
can be used instead.
src/edwin/dosfile.scm
src/edwin/info.scm
src/edwin/sendmail.scm
src/edwin/texcom.scm
src/imail/imail-imap.scm
src/runtime/input.scm
src/runtime/pgsql.scm
src/runtime/runtime.pkg
src/runtime/string.scm
src/runtime/stringio.scm