ruby-changes:49170
From: normal <ko1@a...>
Date: Sat, 16 Dec 2017 06:50:12 +0900 (JST)
Subject: [ruby-changes:49170] normal:r61287 (trunk): NEWS: updates about trivial GVL release changes
normal 2017-12-16 06:49:21 +0900 (Sat, 16 Dec 2017) New Revision: 61287 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61287 Log: NEWS: updates about trivial GVL release changes No tickets, but all pretty trivial changes which avoids stalls on slow/non-responsive filesytems. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 61286) +++ NEWS (revision 61287) @@ -46,6 +46,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L46 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L70 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/