aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-09 21:27:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-09 21:27:20 +0000
commit8aa17733fa55828db19bb00a9943a1f6ee61782b (patch)
treedde02d0c47597def219866d63567d3178899a79c /ChangeLog
parentec5bb26fa031288fd8f935443805f68e5637ee75 (diff)
downloadruby-8aa17733fa55828db19bb00a9943a1f6ee61782b.tar.gz
* ext/pathname/pathname.c (path_readlink): Pathname#readlink translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a93a9a08cc..43ad1ac7a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Tue Aug 10 06:26:48 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_readlink): Pathname#readlink translated
+ from pathname.rb.
+
Mon Aug 9 22:15:19 2010 Tanaka Akira <akr@fsij.org>
- * ext/pathname/pathname.c (path_open): Pathname#open
- translated from pathname.rb.
+ * ext/pathname/pathname.c (path_open): Pathname#open translated from
+ pathname.rb.
Mon Aug 9 22:11:09 2010 Tanaka Akira <akr@fsij.org>