ruby-changes:41074
From: normal <ko1@a...>
Date: Wed, 16 Dec 2015 16:16:14 +0900 (JST)
Subject: [ruby-changes:41074] normal:r53149 (trunk): NEWS: note IO#fadvise change [ci skip]
normal 2015-12-16 16:16:00 +0900 (Wed, 16 Dec 2015) New Revision: 53149 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53149 Log: NEWS: note IO#fadvise change [ruby-core:72168] [ci skip] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 53148) +++ ChangeLog (revision 53149) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Dec 16 16:04:49 2015 Eric Wong <e@8...> + + * NEWS: note IO#fadvise change [ruby-core:72168] + Wed Dec 16 15:35:13 2015 Koichi Sasada <ko1@a...> * vm.c: fix mark miss for proc given as passed block. Index: NEWS =================================================================== --- NEWS (revision 53148) +++ NEWS (revision 53149) @@ -97,6 +97,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L97 this parameter is bitwise-ORed to oflags generated by normal mode argument. [Feature #11253] + * IO#fadvise no longer raises Errno::ENOSYS in cases where it was + detected at build time but not available at runtime. [Feature #11806] + * Kernel * Kernel#loop, when stopped by a StopIteration exception, returns -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/