summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-05 20:53:56 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-05 20:53:56 +0000
commitdc2676a8a06b2126f7a5abbab9ebbd1f9b4726ce (patch)
treea7ddb51ba6936e06f945d61c07c85beed9df82ad /ChangeLog
parent9bf69293e7db531f4ab8d8420b86f3ed627d3b96 (diff)
* ext/pathname/pathname.c (path_mtime): Pathname#mtime translated from
pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28879 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 712b7ba1ea..12b939f142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 6 05:53:32 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_mtime): Pathname#mtime translated from
+ pathname.rb.
+
Thu Aug 5 22:09:30 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_ctime): Pathname#ctime translated from