aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-07 21:26:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-07 21:26:33 +0000
commitc37ec5c9d2b5a45443149af56f1312956591a8b4 (patch)
tree4acb776199836a0c94685d37c038f706605e0091 /ChangeLog
parent8e3c2ced73e6e8b149b1567b84e621041add19a4 (diff)
downloadruby-c37ec5c9d2b5a45443149af56f1312956591a8b4.tar.gz
* ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29194 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 9367210b1a..5e9b53d010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 8 06:25:41 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translated
+ from pathname.rb.
+
Tue Sep 7 21:03:35 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_readable_real_p):