aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-30 12:30:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-30 12:30:14 +0000
commit16ceba03968244e64e015965c2f3ec6a8f1836fb (patch)
treeb58c413e394f5af2b06d414f10cc5dc32c17a5f6 /ChangeLog
parent1a02ec9170db08c0574978a9d09478422ff261fa (diff)
downloadruby-16ceba03968244e64e015965c2f3ec6a8f1836fb.tar.gz
* ext/pathname/pathname.c (path_executable_real_p):
Pathname#executable_real? translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 471d2b62de..c0dfdf4340 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 30 21:29:21 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_executable_real_p):
+ Pathname#executable_real? translated from pathname.rb.
+
Mon Aug 30 15:00:13 2010 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (tr_setup_table): initialize negating table when
@@ -10,7 +15,7 @@ Mon Aug 30 15:00:13 2010 NARUSE, Yui <naruse@ruby-lang.org>
Mon Aug 30 07:32:41 2010 Tanaka Akira <akr@fsij.org>
- * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?
+ * ext/pathname/pathname.c (path_executable_p): Pathname#executable?
translated from pathname.rb.
Sun Aug 29 23:54:10 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>