Skip to content

Commit 79a569f

Browse files
committed
merge revision(s) 31575:
* lib/fileutils.rb (FileUtils#touch): Fix corrupted output. ref [ruby-dev:43401] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@31665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent c8914f2 commit 79a569f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Sat May 21 04:54:20 2011 Akinori MUSHA <knu@iDaemons.org>
2+
3+
* lib/fileutils.rb (FileUtils#touch): Fix corrupted output.
4+
ref [ruby-dev:43401]
5+
16
Sat May 21 02:10:09 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
27

38
* re.h (RMATCH_REGS): parenthesize cast expression. suggested

lib/fileutils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ def touch(list, options = {})
10271027
created = nocreate = options[:nocreate]
10281028
t = options[:mtime]
10291029
if options[:verbose]
1030-
fu_output_message "touch #{nocreate ? ' -c' : ''}#{t ? t.strftime(' -t %Y%m%d%H%M.%S') : ''}#{list.join ' '}"
1030+
fu_output_message "touch #{nocreate ? '-c ' : ''}#{t ? t.strftime('-t %Y%m%d%H%M.%S ') : ''}#{list.join ' '}"
10311031
end
10321032
return if options[:noop]
10331033
list.each do |path|

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define RUBY_RELEASE_DATE "2011-05-21"
33
#define RUBY_VERSION_CODE 187
44
#define RUBY_RELEASE_CODE 20110521
5-
#define RUBY_PATCHLEVEL 342
5+
#define RUBY_PATCHLEVEL 343
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy