Move regular-expression support to the runtime system, where it is now
authorChris Hanson <org/chris-hanson/cph>
Thu, 13 May 1999 03:06:47 +0000 (03:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 13 May 1999 03:06:47 +0000 (03:06 +0000)
commit54bfb6b543551b43b6328f54571beb1eb022abc8
tree31603738bb04232c1cfa6c9cbd61ef7e8a98aa18
parentaccd5bae0e74d1b0f39949b4c26bf780a669a68c
Move regular-expression support to the runtime system, where it is now
a loadable option.
18 files changed:
v7/src/edwin/comhst.scm
v7/src/edwin/decls.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg
v7/src/edwin/evlcom.scm
v7/src/edwin/lspcom.scm
v7/src/edwin/regexp.scm
v7/src/edwin/rmail.scm
v7/src/edwin/rmailsrt.scm
v7/src/edwin/rmailsum.scm
v7/src/edwin/strtab.scm
v7/src/edwin/syntax.scm
v7/src/runtime/ed-ffi.scm
v7/src/runtime/optiondb.scm
v7/src/runtime/rgxcmp.scm
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg