ruby-changes:6555
From: usa <ko1@a...>
Date: Tue, 15 Jul 2008 18:26:24 +0900 (JST)
Subject: [ruby-changes:6555] Ruby:r18071 (trunk): * ChangeLog: type.
usa 2008-07-15 18:26:05 +0900 (Tue, 15 Jul 2008) New Revision: 18071 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18071 Log: * ChangeLog: type. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 18070) +++ ChangeLog (revision 18071) @@ -1,11 +1,11 @@ Tue Jul 15 18:14:20 2008 NAKAMURA Usaku <usa@r...> - * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by - blocking region if checked before readable/writable by select. + * ext/socket/socket.c (ruby_connect, s_accept): check before readable/ + writable by select() instead of wrapping in blocking region. * ext/socket/socket.c (bsock_send, s_recvfrom, udp_send, unix_send_io, - unix_recv_io): should check readable/writable before blocking calling - blocking functions. + unix_recv_io): should check readable/writable before calling blocking + functions. see [ruby-dev:35446] Tue Jul 15 18:12:02 2008 NAKAMURA Usaku <usa@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/