aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-29 08:36:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-29 08:36:41 +0000
commit9bd616a3d3c2ca0b33afcfd56b20b936c70e0353 (patch)
treefa2bc5dad796ac8e56d8b86f8d3bc97ca6899afb
parentf783b8d204e4124f1c7be9c92e6289aeb971b8a5 (diff)
downloadruby-9bd616a3d3c2ca0b33afcfd56b20b936c70e0353.tar.gz
* ChangeLog: fixed wrong changelog for r18253.
* file.c (rb_find_file_ext, rb_find_file): explicit relative path which starts with "./" or "../" should be searched from cwd instead of load path. [ruby-dev:35673] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 795f81c7d8..0f5314f2ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,9 @@ Tue Jul 29 13:17:03 2008 NARUSE, Yui <naruse@ruby-lang.org>
Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * file.c (rb_find_file_ext, rb_find_file): converts Windows style path
- to Cygwin path. [ruby-dev:35647]
+ * file.c (rb_find_file_ext, rb_find_file): explicit relative path
+ which starts with "./" or "../" should be searched from cwd
+ instead of load path. [ruby-dev:35673]
Tue Jul 29 02:39:46 2008 NARUSE, Yui <naruse@ruby-lang.org>