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

ruby-changes:33180

From: zzak <ko1@a...>
Date: Mon, 3 Mar 2014 07:18:44 +0900 (JST)
Subject: [ruby-changes:33180] zzak:r45259 (trunk): * NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]

zzak	2014-03-03 07:18:38 +0900 (Mon, 03 Mar 2014)

  New Revision: 45259

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

  Log:
    * NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 45258)
+++ ChangeLog	(revision 45259)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Mar  3 07:17:31 2014  Zachary Scott  <e@z...>
+
+	* NEWS: [DOC] Update doc regarding filesystem load when flushing IO
+
 Mon Mar  3 04:37:50 2014  NAKAMURA Usaku  <usa@r...>
 
 	* io.c (rb_io_fsync): need to fsync even if on Windows.  fixed mistake
Index: NEWS
===================================================================
--- NEWS	(revision 45258)
+++ NEWS	(revision 45259)
@@ -31,7 +31,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L31
   * incompatible changes:
     * When flushing file IO, you cannot assume that the metadata of the file
       is updated immediately.  On some platforms (especially Windows), it is
-      delayed till the load of the filesystem is decreased.
+      delayed until the filesystem load is decreased.
 
 === Stdlib updates (outstanding ones only)
 

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

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