aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 10:08:25 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 10:08:25 +0000
commit3cb9b550c727ee2d73ab2a6f0869a0e8e21cd5c4 (patch)
tree756373b5a299f16c35fc947fd130b2b12b3923ec /ChangeLog
parentbedd96fac2b55c9154c6413c70391ac2ca09f15e (diff)
downloadruby-3cb9b550c727ee2d73ab2a6f0869a0e8e21cd5c4.tar.gz
add missing filename [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dcf3947cd0..33cc94196c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>