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

ruby-changes:17388

From: yugui <ko1@a...>
Date: Sat, 2 Oct 2010 20:21:10 +0900 (JST)
Subject: [ruby-changes:17388] Ruby:r29393 (ruby_1_9_2): merges r29113 from trunk into ruby_1_9_2.

yugui	2010-10-02 20:20:26 +0900 (Sat, 02 Oct 2010)

  New Revision: 29393

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

  Log:
    merges r29113 from trunk into ruby_1_9_2.
    --
    * object.c (rb_obj_class): remove mention of obsolete method.
      a patch from Run Paint Run Run at [ruby-core:31842].

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/object.c
    branches/ruby_1_9_2/version.h

Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 29392)
+++ ruby_1_9_2/ChangeLog	(revision 29393)
@@ -1,3 +1,8 @@
+Fri Aug 27 12:26:23 2010  NAKAMURA Usaku  <usa@r...>
+
+	* object.c (rb_obj_class): remove mention of obsolete method.
+	  a patch from Run Paint Run Run at [ruby-core:31842].
+
 Thu Aug 26 10:37:00 2010  NARUSE, Yui  <naruse@r...>
 
 	* regint.h (OnigStackIndex): the type should be intptr_t.
Index: ruby_1_9_2/object.c
===================================================================
--- ruby_1_9_2/object.c	(revision 29392)
+++ ruby_1_9_2/object.c	(revision 29393)
@@ -146,9 +146,7 @@
  *  call-seq:
  *     obj.class    -> class
  *
- *  Returns the class of <i>obj</i>, now preferred over
- *  <code>Object#type</code>, as an object's type in Ruby is only
- *  loosely tied to that object's class. This method must always be
+ *  Returns the class of <i>obj</i>. This method must always be
  *  called with an explicit receiver, as <code>class</code> is also a
  *  reserved word in Ruby.
  *
Index: ruby_1_9_2/version.h
===================================================================
--- ruby_1_9_2/version.h	(revision 29392)
+++ ruby_1_9_2/version.h	(revision 29393)
@@ -1,6 +1,6 @@
 #define RUBY_VERSION "1.9.2"
 #define RUBY_RELEASE_DATE "2010-10-02"
-#define RUBY_PATCHLEVEL 13
+#define RUBY_PATCHLEVEL 14
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9

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

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