ruby-changes:38792
From: naruse <ko1@a...>
Date: Sat, 13 Jun 2015 21:02:30 +0900 (JST)
Subject: [ruby-changes:38792] naruse:r50873 (trunk): On Windows File::Stat#ino always returned 0, but
naruse 2015-06-13 21:02:17 +0900 (Sat, 13 Jun 2015) New Revision: 50873 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50873 Log: On Windows File::Stat#ino always returned 0, but Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 50872) +++ NEWS (revision 50873) @@ -49,7 +49,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L49 Use a local variable instead to maintain a state. * File::Stat - * On Windows, File::Stat.ino now returns + * On Windows File::Stat#ino always returned 0, but now returns BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low. * IO -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/