aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-16 12:40:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-16 12:40:10 +0000
commit16cd13c05188bf52c5dfb056f02ebf4574bb1bc3 (patch)
treef677d7e3a505c3d32a0c0d6283eeaf2edee90ab9 /ChangeLog
parent66c25e4ca14fda15c4a0d5cd619e573060ebd756 (diff)
downloadruby-16cd13c05188bf52c5dfb056f02ebf4574bb1bc3.tar.gz
* ext/pathname/pathname.c (path_basename): Pathname#basename translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29014 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 1013eb4464..d193f1375d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 16 21:39:33 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_basename): Pathname#basename translated
+ from pathname.rb.
+
Mon Aug 16 20:26:13 2010 Narihiro Nakamura <narihiro@netlab.jp>
* gc.c (gc_profile_result): Index begins with 1.