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

ruby-changes:16746

From: yugui <ko1@a...>
Date: Sat, 24 Jul 2010 19:38:08 +0900 (JST)
Subject: [ruby-changes:16746] Ruby:r28742 (ruby_1_9_2): merges r28679 from trunk into ruby_1_9_2.

yugui	2010-07-24 19:37:53 +0900 (Sat, 24 Jul 2010)

  New Revision: 28742

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

  Log:
    merges r28679 from trunk into ruby_1_9_2.
    --
    * NEWS (Kernel#instance_eval): add an incompatible change since
      the 1.9.1 release.  [ruby-core:31336]

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/NEWS

Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 28741)
+++ ruby_1_9_2/ChangeLog	(revision 28742)
@@ -1,3 +1,8 @@
+Mon Jul 19 09:00:58 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* NEWS (Kernel#instance_eval): add an incompatible change since
+	  the 1.9.1 release.  [ruby-core:31336]
+
 Fri Jul 16 12:06:08 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* tool/rbinstall.rb (ext-arch): prune directories start with '-'.
Index: ruby_1_9_2/NEWS
===================================================================
--- ruby_1_9_2/NEWS	(revision 28741)
+++ ruby_1_9_2/NEWS	(revision 28742)
@@ -126,7 +126,15 @@
     * new method:
       * Kernel#respond_to_missing?
       * Kernel#singleton_class
+      * Kernel#require_relative
 
+    * extended methods:
+      * Kernel#respond_to? can be used to detect methods not implemented.
+        For example, Process.respond_to?(:fork) returns false on Windows.
+
+    * incompatible changes:
+      * Kernel#instance_eval yields the receiver.
+
   * MatchData
     * New method:
       * MatchData#==
@@ -181,14 +189,6 @@
         the value itself.  For example, Time.utc(99) means the year 99 AD,
         not 1999 AD.
 
-  * Kernel
-    * new method:
-      * Kernel#require_relative
-
-    * extended methods:
-      * respond_to? can be used to detect methods not implemented.
-        For example, Process.respond_to?(:fork) returns false on Windows.
-
 * digest
   * new methods:
     * Digest::Class.base64digest

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

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