diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-27 23:19:30 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-27 23:19:30 +0000 |
commit | b6595225c1a68f212eb2d11f35de7732b9114fd7 (patch) | |
tree | ac94fac6bdc9d0e8e01798540bf5b03f1b1f8623 /ChangeLog | |
parent | 55c2e00d6503365e7140cc2e8fc5cb854f420553 (diff) | |
download | ruby-b6595225c1a68f212eb2d11f35de7732b9114fd7.tar.gz |
* ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?
translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Aug 28 08:11:05 2010 Tanaka Akira <akr@fsij.org> + + * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev? + translated from pathname.rb. + Fri Aug 27 16:20:01 2010 URABE Shyouhei <shyouhei@ruby-lang.org> * string.c (rb_str_prepend): new method by Shota Fukumori (sora_h) |