[前][次][番号順一覧][スレッド一覧]

ruby-changes:36348

From: kazu <ko1@a...>
Date: Fri, 14 Nov 2014 19:08:42 +0900 (JST)
Subject: [ruby-changes:36348] kazu:r48429 (trunk): add missing filename [ci skip]

kazu	2014-11-14 19:08:25 +0900 (Fri, 14 Nov 2014)

  New Revision: 48429

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48429

  Log:
    add missing filename [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48428)
+++ ChangeLog	(revision 48429)
@@ -134,10 +134,10 @@ Thu Nov 13 18:10:38 2014  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L134
 
 Thu Nov 13 12:11:18 2014  NAKAMURA Usaku  <usa@r...>
 
-	* 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@r...>
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]