summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog7
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>