* filesys.c (scm_select, retrieve_select_type, get_element,
authorGary Houston <ghouston@arglist.com>
Sat, 29 Jan 2000 18:04:38 +0000 (18:04 +0000)
committerGary Houston <ghouston@arglist.com>
Sat, 29 Jan 2000 18:04:38 +0000 (18:04 +0000)
commit28d77376bc138cf90ba0fe6c9f4c14ab5858297d
tree7681f0979d452da08087ba859230e0331cb9152c
parent7f1497ce185050e3beb33c28b940ff425a4d7e06
* filesys.c (scm_select, retrieve_select_type, get_element,
fill_select_type, set_element): modified so that Scheme
"select" tests port buffers for the ability to provide input
or accept output.  Previously only the underlying file descriptors
were checked.  Rewrote the docstring.

* expect.scm (expect): don't call char-ready? before expect-select,
since select now checks port buffers itself.  don't bother to check
the time first either, since expect-select does it.
NEWS
ice-9/ChangeLog
ice-9/expect.scm
libguile/ChangeLog
libguile/filesys.c