ruby-changes:36340
From: usa <ko1@a...>
Date: Fri, 14 Nov 2014 14:03:52 +0900 (JST)
Subject: [ruby-changes:36340] usa:r48421 (trunk): * NEWS: mention about IO#nonblock_{read, write} of Windows' pipe.
usa 2014-11-14 14:03:38 +0900 (Fri, 14 Nov 2014) New Revision: 48421 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48421 Log: * NEWS: mention about IO#nonblock_{read,write} of Windows' pipe. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 48420) +++ NEWS (revision 48421) @@ -60,6 +60,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L60 * Improvements * Introduce incremental marking for major GC. [Feature #10137] +* IO + * Improvements + * IO#nonblock_read and IO#nonblock_write for pipes on Windows are supported. + * Kernel * New methods: * Kernel#itself -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/