From 3cb9b550c727ee2d73ab2a6f0869a0e8e21cd5c4 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 14 Nov 2014 10:08:25 +0000 Subject: [PATCH] add missing filename [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file 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 Thu Nov 13 12:11:18 2014 NAKAMURA Usaku - * 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