summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 20:35:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-01 20:35:33 +0000
commit88431b74fcb16e92e67ec3d3abf205793b255772 (patch)
tree10f49fd1813d12b5b3284bc7e45461de36ed595f /ChangeLog
parent33d848d841a2579febf14b550f0ffe9ff8657065 (diff)
* ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpath
translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28831 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 0e755578d4..43fc95ba80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 2 05:34:48 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_realdirpath): Pathname#realdirpath
+ translated from pathname.rb.
+
Sun Aug 1 23:04:49 2010 Tanaka Akira <akr@fsij.org>
* lib/pp.rb: describe superclasses explicitly.