diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-06-09 12:55:20 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-06-09 12:55:20 +0000 |
commit | 8ed3c2fb12c900d9017c3b4b0b975ec41a4604dd (patch) | |
tree | 2f2e5352d4f5d858891be16d8b43a368609a44aa | |
parent | 2645b7b835293e8b16aaeda2bd18058430dc15e7 (diff) | |
download | guile-8ed3c2fb12c900d9017c3b4b0b975ec41a4604dd.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 06bfac694..6e87b3ace 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -3,6 +3,13 @@ * Makefile.am (ice9_sources): Add popen.scm to list. * Makefile.in: Regenerated. + Fixes for expect from Gary Houston <ghouston@easynet.co.uk>: + + * expect.scm (expect-regexec): define 'eof-next?'. I don't + know why it was missing. also don't peek for end of lines + unless expect-strings-exec-flags contains regexp/noteol. + (expect-strings-exec-flags): initialise to regexp/noteol. + Gary Houston's open-buffer port patches: 1999-04-01 Gary Houston <ghouston@easynet.co.uk> |