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

ruby-changes:17311

From: knu <ko1@a...>
Date: Wed, 22 Sep 2010 13:13:16 +0900 (JST)
Subject: [ruby-changes:17311] Ruby:r29315 (trunk): Mention the command search path issue on Windows. Pointed out by

knu	2010-09-22 13:13:03 +0900 (Wed, 22 Sep 2010)

  New Revision: 29315

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

  Log:
    Mention the command search path issue on Windows.  Pointed out by
    NAJIMA Hiroki in [ruby-dev:42276].

  Modified files:
    trunk/doc/NEWS-1.9.2

Index: doc/NEWS-1.9.2
===================================================================
--- doc/NEWS-1.9.2	(revision 29314)
+++ doc/NEWS-1.9.2	(revision 29315)
@@ -123,7 +123,7 @@
       * Integer#rationalize
 
   * Kernel
-    * new method:
+    * new methods:
       * Kernel#respond_to_missing?
       * Kernel#singleton_class
       * Kernel#require_relative
@@ -135,6 +135,16 @@
     * incompatible changes:
       * Kernel#instance_eval yields the receiver.
 
+      * Kernel#exec
+      * Kernel#spawn
+      * Kernel#system
+      * Kernel#` (`...`)
+        ..etc.
+
+        On Windows, the current directory is no longer implicitly
+        prepended to the default command search path, just like other
+        platforms.
+
   * MatchData
     * New method:
       * MatchData#==

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

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