[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:23321

From: knu ruby-lang.org
Date: Sat, 19 Apr 2008 20:11:26 +0900 (JST)
Subject: [ruby-cvs:23321] Ruby:r16081 (ruby_1_8): * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp):

knu	2008-04-19 20:11:25 +0900 (Sat, 19 Apr 2008)

  New Revision: 16081

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/NEWS
    branches/ruby_1_8/array.c
    branches/ruby_1_8/hash.c

  Log:
    * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp):
      Make Array#eql?, #hash, #== and #<=> use rb_exec_recursive() and
      handle recursive data properly.
    
    * hash.c (hash_equal, rb_hash_hash): Make Hash#eql?, #hash and #==
      use rb_exec_recursive() and handle recursive data properly.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16081&r2=16080&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/hash.c?r1=16081&r2=16080&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/array.c?r1=16081&r2=16080&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16081&r2=16080&diff_format=u


[前][次][番号順一覧][スレッド一覧][生データ]