зеркало из https://github.com/github/ruby.git
NEWS: updates about trivial GVL release changes
No tickets, but all pretty trivial changes which avoids stalls on slow/non-responsive filesytems. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4eac6eb373
Коммит
3ed8d3983c
6
NEWS
6
NEWS
|
@ -46,6 +46,8 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
* Dir.glob provides new optional keyword argument, :base.
|
||||
[Feature #13056]
|
||||
* Dir.chdir (without block arg), Dir.open, Dir.new, Dir.mkdir, Dir.rmdir,
|
||||
Dir.empty? releases GVL
|
||||
|
||||
* New methods:
|
||||
|
||||
|
@ -68,6 +70,10 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
Windows 8 and later [Feature #13726]
|
||||
* File::Stat#ino and File.indentical? support ReFS 128bit ino on Windows 8.1
|
||||
and later [Feature #13731]
|
||||
* File.readable?, File.readable_real?, File.writable?, File.writable_real?,
|
||||
File.executable?, File.executable_real?, File.mkfifo, File.readlink,
|
||||
File.truncate, File#truncate, File.chmod, File.lchmod, File.chown,
|
||||
File.lchown, File.unlink, File.utime, File.lstat release GVL
|
||||
|
||||
* New method:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче