[前][次][番号順一覧][スレッド一覧]

ruby-changes:6740

From: nobu <ko1@a...>
Date: Tue, 29 Jul 2008 17:37:02 +0900 (JST)
Subject: [ruby-changes:6740] Ruby:r18256 (ruby_1_8, trunk): * ChangeLog: fixed wrong changelog for r18253.

nobu	2008-07-29 17:36:41 +0900 (Tue, 29 Jul 2008)

  New Revision: 18256

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18256

  Log:
    * 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]

  Modified files:
    branches/ruby_1_8/ChangeLog
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18255)
+++ ChangeLog	(revision 18256)
@@ -5,8 +5,9 @@
 
 Tue Jul 29 05:37:53 2008  Nobuyoshi Nakada  <nobu@r...>
 
-	* 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@r...>
 
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 18255)
+++ ruby_1_8/ChangeLog	(revision 18256)
@@ -1,7 +1,8 @@
 Tue Jul 29 05:37:53 2008  Nobuyoshi Nakada  <nobu@r...>
 
-	* 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]
 
 Mon Jul 28 20:46:39 2008  Kouhei Sutou  <kou@c...>
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]