add missing filename [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-11-14 10:08:25 +00:00
parent bedd96fac2
commit 3cb9b550c7

View File

@ -134,10 +134,10 @@ Thu Nov 13 18:10:38 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Nov 13 12:11:18 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* rb_w32_fstat{,i64}: speed up. adjusting timestamps in this function
is to get rid of the side effect of ENV["TZ"]. then, if ENV["TZ"] is
not set, no need to adjust. this change makes File#stat about 60%
faster.
* win32/win32.c (rb_w32_fstat{,i64}): speed up. adjusting
timestamps in this function is to get rid of the side effect of
ENV["TZ"]. then, if ENV["TZ"] is not set, no need to adjust.
this change makes File#stat about 60% faster.
Thu Nov 13 11:56:12 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>