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

ruby-changes:34773

From: hsbt <ko1@a...>
Date: Fri, 18 Jul 2014 10:16:22 +0900 (JST)
Subject: [ruby-changes:34773] hsbt:r46856 (trunk): * lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.

hsbt	2014-07-18 10:16:12 +0900 (Fri, 18 Jul 2014)

  New Revision: 46856

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

  Log:
    * lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
      [fix GH-669]

  Modified files:
    trunk/ChangeLog
    trunk/lib/fileutils.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 46855)
+++ ChangeLog	(revision 46856)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jul 18 10:14:42 2014  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
+	  [fix GH-669]
+
 Thu Jul 17 19:57:27 2014  Herwin  <herwin@q...>
 
 	* ext/thread/thread.c (rb_szqueue_push): add optional parameter,
Index: lib/fileutils.rb
===================================================================
--- lib/fileutils.rb	(revision 46855)
+++ lib/fileutils.rb	(revision 46856)
@@ -1130,7 +1130,7 @@ module FileUtils https://github.com/ruby/ruby/blob/trunk/lib/fileutils.rb#L1130
   private_module_function :fu_get_gid
 
   #
-  # Options: noop verbose
+  # Options: noop verbose mtime nocreate
   #
   # Updates modification time (mtime) and access time (atime) of file(s) in
   # +list+.  Files are created if they don't exist.

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

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