aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 07:02:04 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-09 07:02:04 +0000
commita6e3d4bea0c6625c76669d7246868f7683dd23a6 (patch)
tree00b53f19b8d92785357f697f0a7d534d00324149 /ChangeLog
parentf5a6a2a7e05b314ae9c6425c6dafd893e50005d9 (diff)
downloadruby-a6e3d4bea0c6625c76669d7246868f7683dd23a6.tar.gz
* lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
as singleton method, or FileUtils.chmod fails in verbose mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac779707f0..b6276547ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 9 15:53:51 2013 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
+ as singleton method, or FileUtils.chmod fails in verbose mode.
+
Tue Jul 9 15:16:02 2013 Akinori MUSHA <knu@iDaemons.org>
* test/fileutils/fileasserts.rb