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

On Windows File::Stat#ino always returned 0, but

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-06-13 12:02:17 +00:00
parent f660681ade
commit 180ca79e25

2
NEWS
View file

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