ruby-changes:41088
From: nagachika <ko1@a...>
Date: Wed, 16 Dec 2015 23:48:43 +0900 (JST)
Subject: [ruby-changes:41088] nagachika:r53163 (trunk): * ChangeLog: fix a typo in r53149.
nagachika 2015-12-16 23:48:09 +0900 (Wed, 16 Dec 2015) New Revision: 53163 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53163 Log: * ChangeLog: fix a typo in r53149. * NEWS: ditto. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 53162) +++ ChangeLog (revision 53163) @@ -17,7 +17,7 @@ Wed Dec 16 16:17:34 2015 Eric Wong <e@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L17 Wed Dec 16 16:04:49 2015 Eric Wong <e@8...> - * NEWS: note IO#fadvise change [ruby-core:72168] + * NEWS: note IO#advise change [ruby-core:72168] Wed Dec 16 15:35:13 2015 Koichi Sasada <ko1@a...> Index: NEWS =================================================================== --- NEWS (revision 53162) +++ NEWS (revision 53163) @@ -97,7 +97,7 @@ 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 + * IO#advise no longer raises Errno::ENOSYS in cases where it was detected at build time but not available at runtime. [Feature #11806] * Kernel -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/