summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2000-03-31 19:24:09 +0000
committerGary Houston <ghouston@arglist.com>2000-03-31 19:24:09 +0000
commit47a4dcc5b477e91537778589d0fe32dd9edc58f0 (patch)
treee629fd5c17515d17ef32c4f96a3168493fd47d75
parent8cc58ec1cc63c067db8b369c8f069e7e929cfd38 (diff)
downloadguile-47a4dcc5b477e91537778589d0fe32dd9edc58f0.tar.gz
*** empty log message ***
-rw-r--r--test-suite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index a29554597..3a63824a0 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-31 Gary Houston <ghouston@arglist.com>
+
+ * tests/ports.test (non-blocking-I/O): a couple more details:
+ a) combine the O_NONBLOCK flag with the default flags instead
+ of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
+
2000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
* lib.scm: Doc fixes.