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

ruby-changes:17902

From: yugui <ko1@a...>
Date: Wed, 24 Nov 2010 18:38:06 +0900 (JST)
Subject: [ruby-changes:17902] Ruby:r29919 (ruby_1_9_2): merges r29315 from trunk into ruby_1_9_2.

yugui	2010-11-24 18:37:51 +0900 (Wed, 24 Nov 2010)

  New Revision: 29919

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

  Log:
    merges r29315 from trunk into ruby_1_9_2.
    --
    Mention the command search path issue on Windows.  Pointed out by
    NAJIMA Hiroki in [ruby-dev:42276].

  Modified files:
    branches/ruby_1_9_2/NEWS

Index: ruby_1_9_2/NEWS
===================================================================
--- ruby_1_9_2/NEWS	(revision 29918)
+++ ruby_1_9_2/NEWS	(revision 29919)
@@ -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/

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