зеркало из https://github.com/github/ruby.git
* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
[fix GH-669] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1e92d275ba
Коммит
2de10af779
|
@ -1,3 +1,8 @@
|
|||
Fri Jul 18 10:14:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.
|
||||
[fix GH-669]
|
||||
|
||||
Thu Jul 17 19:57:27 2014 Herwin <herwin@quarantainenet.nl>
|
||||
|
||||
* ext/thread/thread.c (rb_szqueue_push): add optional parameter,
|
||||
|
|
|
@ -1130,7 +1130,7 @@ module FileUtils
|
|||
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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче