aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 15:01:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 15:01:42 +0000
commit1739ecda3b16a2d7c9bd5e845d2209f6e984313e (patch)
tree3843b9112f8ada9ff3cf001525e3e3c2956acd82 /ChangeLog
parent935d39a5b82aebdb1af7763311590655ff2adf4c (diff)
downloadruby-1739ecda3b16a2d7c9bd5e845d2209f6e984313e.tar.gz
FileUtils.rmdir use remove_tailing_slash
* lib/fileutils.rb (FileUtils.rmdir): use remove_tailing_slash. * test/fileutils/test_fileutils.rb: test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41052 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 ded56360f3..fa5f0039fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 3 23:58:19 2013 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * lib/fileutils.rb (FileUtils.rmdir): use remove_tailing_slash.
+ * test/fileutils/test_fileutils.rb: test for above.
+
Mon Jun 3 23:47:55 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bitlength_bdigit): New function.