[macruby-changes] [MacRuby/MacRuby] 5a978a: raise an exception extended by IO::{WaitReadable, ...
noreply at github.com
noreply at github.com
Wed May 11 08:37:56 PDT 2011
Branch: refs/heads/master
Home: https://github.com/MacRuby/MacRuby
Commit: 5a978aa091ea904fccabfe8f11083ad87c56c3c8
https://github.com/MacRuby/MacRuby/commit/5a978aa091ea904fccabfe8f11083ad87c56c3c8
Author: Watson <watson1978 at gmail.com>
Date: 2011-05-11 (Wed, 11 May 2011)
Changed paths:
M ext/socket/socket.c
Log Message:
-----------
raise an exception extended by IO::{WaitReadable, WaitWritable} in socket library
- BasicSocket#recv_nonblock : extend IO::WaitReadable on EWOULDBLOCK and EAGAIN
- TCPServer#accept_nonblock : extend IO::WaitReadable on EWOULDBLOCK, EAGAIN, ECONNABORTED and EPROTO
- Socket#connect_nonblock : extend IO::WaitWritable on EINPROGRESS
More information about the macruby-changes
mailing list