ruby-changes:38790
From: naruse <ko1@a...>
Date: Sat, 13 Jun 2015 20:50:31 +0900 (JST)
Subject: [ruby-changes:38790] naruse:r50871 (trunk): add news about inode for Windows [Feature #11216]
naruse 2015-06-13 20:50:21 +0900 (Sat, 13 Jun 2015) New Revision: 50871 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50871 Log: add news about inode for Windows [Feature #11216] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 50870) +++ NEWS (revision 50871) @@ -45,6 +45,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L45 initial_state argument. [Feature #10958] Use a local variable instead to maintain a state. +* File::Stat + * On Windows, File::Stat.ino now returns + BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low. + * IO * IO#close doesn't raise when the IO object is closed. [Feature #10718] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/