Change make-ustring to make-string.
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Feb 2017 05:07:33 +0000 (21:07 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Feb 2017 05:07:33 +0000 (21:07 -0800)
commit35aa8ea4907e46d3127dd1d97fd8003aac570cc5
treebf3fe9d20e609f36fe9fccf231904e69e162c060
parentc67b3b44229733e1abc15fbe5d8b8ce38c381714
Change make-ustring to make-string.

Rename a bunch of make-string references to make-legacy-string.
37 files changed:
src/6001/pic-imag.scm
src/blowfish/blowfish.scm
src/edwin/edwin.pkg
src/mcrypt/mcrypt.scm
src/md5/md5.scm
src/mhash/mhash.scm
src/runtime/berkeley-db.scm
src/runtime/blowfish.scm
src/runtime/cpress.scm
src/runtime/crypto.scm
src/runtime/dosprm.scm
src/runtime/dragon4.scm
src/runtime/ffi.scm
src/runtime/infutl.scm
src/runtime/input.scm
src/runtime/krypt.scm
src/runtime/load.scm
src/runtime/mime-codec.scm
src/runtime/ntprm.scm
src/runtime/parser-buffer.scm
src/runtime/random.scm
src/runtime/regexp.scm
src/runtime/rgxcmp.scm
src/runtime/runtime.pkg
src/runtime/string.scm
src/runtime/syncproc.scm
src/runtime/unxprm.scm
src/runtime/ustring.scm
src/runtime/win32-registry.scm
src/win32/graphics.scm
src/win32/win_ffi.scm
src/win32/wt_user.scm
src/x11/x11-base.scm
src/x11/x11-terminal.scm
tests/runtime/test-random.scm
tests/runtime/test-string-copy.scm
tests/runtime/test-string.scm