summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 11:04:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-26 11:04:43 +0000
commitfd8a1c725b876b83d8a6b835b0113be0d83befc6 (patch)
treed01d7ee7a9539cb8437ba9ed6840ee32e7965cba /ChangeLog
parentcb2161b3db989f1b6dfc381a46f52a6d58a85cc7 (diff)
* file.c (file_expand_path): revert a part of r22392. it's commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d94aa5122..6e86fb01a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 26 19:55:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * file.c (file_expand_path): revert a part of r22392. it's commit miss.
+
Wed May 26 18:40:23 2010 Masaya Tarui <tarui@ruby-lang.org>
* test/rinda/test_rinda.rb (TupleSpaceTest, TupleSpaceProxyTest):