* expect.scm: Turn this into a module, (ice-9 expect).
authorJim Blandy <jimb@red-bean.com>
Fri, 13 Jun 1997 05:50:37 +0000 (05:50 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 13 Jun 1997 05:50:37 +0000 (05:50 +0000)
commitec8469e7cbf7d19ac611a77a0008191a7a977a16
tree2ee1a49ee0b3526fb3b93ae0f692d8fb59f728cb
parentc6b15ad07e26d45323b2556e48a497ea6c9dbb7f
* expect.scm: Turn this into a module, (ice-9 expect).
(expect-port, expect-timeout, expect-timeout-proc,
expect-eof-proc, expect-char-proc, expect, expect-strings,
expect-select): Make these public definitions.
(expect-strings): Use make-regexp and regexp-exec, instead of
regcomp and regexec.  We've omitted the REG_NEWLINE flag; hope
that's okay.
ice-9/expect.scm