mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 02:23:59 +02:00
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:
parent
4eac6eb373
commit
3ed8d3983c
1 changed files with 6 additions and 0 deletions
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.
|
* Dir.glob provides new optional keyword argument, :base.
|
||||||
[Feature #13056]
|
[Feature #13056]
|
||||||
|
* Dir.chdir (without block arg), Dir.open, Dir.new, Dir.mkdir, Dir.rmdir,
|
||||||
|
Dir.empty? releases GVL
|
||||||
|
|
||||||
* New methods:
|
* New methods:
|
||||||
|
|
||||||
|
@ -68,6 +70,10 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
Windows 8 and later [Feature #13726]
|
Windows 8 and later [Feature #13726]
|
||||||
* File::Stat#ino and File.indentical? support ReFS 128bit ino on Windows 8.1
|
* File::Stat#ino and File.indentical? support ReFS 128bit ino on Windows 8.1
|
||||||
and later [Feature #13731]
|
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:
|
* New method:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue