Implement dumb Unicode string search, and eliminate old implementation.
authorChris Hanson <org/chris-hanson/cph>
Wed, 1 Mar 2017 09:42:28 +0000 (01:42 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 1 Mar 2017 09:42:28 +0000 (01:42 -0800)
commit6536686f38595f63d4a33ae1757d2ea081d44cc4
treee8bab74a62d8138b1e34f803210fd04991d8bc1d
parent4d32c0b5ffcd7c68b6d95f90582f53077cfcc46c
Implement dumb Unicode string search, and eliminate old implementation.

It looks like the KMP string-search algorithm is better for Unicode than BM, so
that will need to be implemented soon-ish.
src/runtime/httpio.scm
src/runtime/output.scm
src/runtime/pgsql.scm
src/runtime/runtime.pkg
src/runtime/string.scm
src/runtime/ustring.scm
src/ssp/mod-lisp.scm
src/win32/clipbrd.scm