[前][次][番号順一覧][スレッド一覧]

ruby-changes:38246

From: normal <ko1@a...>
Date: Thu, 16 Apr 2015 05:17:33 +0900 (JST)
Subject: [ruby-changes:38246] normal:r50327 (trunk): NEWS: note IO#wait_readable change in r50263

normal	2015-04-16 05:17:19 +0900 (Thu, 16 Apr 2015)

  New Revision: 50327

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50327

  Log:
    NEWS: note IO#wait_readable change in r50263

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50326)
+++ ChangeLog	(revision 50327)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Apr 16 05:15:50 2015  Eric Wong  <e@8...>
+
+	* NEWS: note IO#wait_readable change in r50263
+
 Thu Apr 16 05:09:36 2015  Eric Wong  <e@8...>
 
 	* lib/net/protocol.rb (rbuf_fill): use IO#wait_*able
Index: NEWS
===================================================================
--- NEWS	(revision 50326)
+++ NEWS	(revision 50327)
@@ -47,6 +47,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L47
   * OpenSSL::SSL::SSLSocket#accept_nonblock and
     OpenSSL::SSL::SSLSocket#connect_nonblock supports `exception: false`.
 
+* io/wait
+  * IO#wait_readable no longer checks FIONREAD, it may be used for
+    non-bytestream IO such as listen sockets.
+
 === Stdlib compatibility issues (excluding feature bug fixes)
 
 * lib/webrick/utils.rb

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]