IO.MULTIPLEX:WAIT-UNTIL-FD-READY now accepts only OPEN-style direction specifiers...
commitc45e2d0b0d9c3d76967d6ebcb9e0e158cb3368f5
authorStelian Ionescu <sionescu@common-lisp.net>
Sat, 3 May 2008 22:20:04 +0000 (4 00:20 +0200)
committerStelian Ionescu <sionescu@common-lisp.net>
Sat, 3 May 2008 22:20:04 +0000 (4 00:20 +0200)
tree68da194a9a3b54bfed7f7dba8b8f15a771f48e45
parent57a302dcfff3c10e4947d9915d7c7257c6ef3a26
IO.MULTIPLEX:WAIT-UNTIL-FD-READY now accepts only OPEN-style direction specifiers: :INPUT, :OUTPUT and :IO instead of :READ, :WRITE and :READ-WRITE.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
io.multiplex/fd-wait.lisp
io.streams/gray/gray-stream-methods.lisp
net.sockets/dns/query.lisp
net.sockets/socket-methods.lisp