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

ruby-changes:28415

From: nagachika <ko1@a...>
Date: Thu, 25 Apr 2013 22:18:50 +0900 (JST)
Subject: [ruby-changes:28415] nagachika:r40467 (ruby_2_0_0): merge revision(s) 40455:

nagachika	2013-04-25 22:18:38 +0900 (Thu, 25 Apr 2013)

  New Revision: 40467

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

  Log:
    merge revision(s) 40455:
    
    * array.c: Improve rdoc for eql?

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/array.c
    branches/ruby_2_0_0/version.h

Index: ruby_2_0_0/array.c
===================================================================
--- ruby_2_0_0/array.c	(revision 40466)
+++ ruby_2_0_0/array.c	(revision 40467)
@@ -3602,7 +3602,7 @@ recursive_eql(VALUE ary1, VALUE ary2, in https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/array.c#L3602
  *     ary.eql?(other)  -> true or false
  *
  *  Returns +true+ if +self+ and +other+ are the same object,
- *  or are both arrays with the same content.
+ *  or are both arrays with the same content (according to Object#eql?).
  */
 
 static VALUE
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 40466)
+++ ruby_2_0_0/version.h	(revision 40467)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
 #define RUBY_RELEASE_DATE "2013-04-25"
-#define RUBY_PATCHLEVEL 169
+#define RUBY_PATCHLEVEL 170
 
 #define RUBY_RELEASE_YEAR 2013
 #define RUBY_RELEASE_MONTH 4

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r40455


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

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