From mboxrd@z Thu Jan 1 00:00:00 1970 From: ghouston@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core NEWS ice-9/ChangeLog ice-9/ex ... Date: Sat, 29 Jan 2000 10:04:00 -0000 Message-id: <20000129180438.25113.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00210.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: ghouston@sourceware.cygnus.com 00/01/29 10:04:38 Modified files: guile-core : NEWS guile-core/ice-9: ChangeLog expect.scm guile-core/libguile: ChangeLog filesys.c Log message: * 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.