1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2015-12-16 07:16:00 +00:00
parent 5dc676a5cf
commit f12ec3fcbd
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Dec 16 16:04:49 2015 Eric Wong <e@80x24.org>
* NEWS: note IO#fadvise change [ruby-core:72168]
Wed Dec 16 15:35:13 2015 Koichi Sasada <ko1@atdot.net>
* vm.c: fix mark miss for proc given as passed block.

3
NEWS
View file

@ -97,6 +97,9 @@ with all sufficient information, see the ChangeLog file.
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