aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-09 13:15:49 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-09 13:15:49 +0000
commitec5bb26fa031288fd8f935443805f68e5637ee75 (patch)
tree044e5291fb5eb8ed50ad75979ebf409be64de5d9 /ChangeLog
parent55584cb206746bd632ef13356cf88036cc59c353 (diff)
downloadruby-ec5bb26fa031288fd8f935443805f68e5637ee75.tar.gz
* ext/pathname/pathname.c (path_open): Pathname#open
translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28941 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 8c36dd8ee8..a93a9a08cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 9 22:15:19 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_open): Pathname#open
+ translated from pathname.rb.
+
Mon Aug 9 22:11:09 2010 Tanaka Akira <akr@fsij.org>
* test/ruby/test_signal.rb (TestSignal#test_exit_action): use