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

ruby-cvs:15724

From: (nobu) <nobu ruby-lang.org>
Date: Tue, 11 Oct 2005 21:42:34 +0900
Subject: [ruby-cvs:15724] ruby: * eval.c (rb_obj_respond_to): check if obj responds to the given

nobu        Tue, 11 Oct 2005 21:42:34 +0900

  Modified files:
    ruby:
      ChangeLog eval.c intern.h parse.y
  Log:
    * eval.c (rb_obj_respond_to): check if obj responds to the given
      method with the given visibility.  [ruby-dev:27408]
    
    * eval.c (rb_respond_to): conform to Object#respond_to?.  [ruby-dev:27411]
  
  Revision    Changes    Path
  1.4676      +4   -4    ruby/ChangeLog
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4675&r2=1.4676
  1.838       +18  -10   ruby/eval.c
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.837&r2=1.838
  1.186       +3   -2    ruby/intern.h
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/intern.h?cvsroot=src&r1=1.185&r2=1.186
  1.419       +2   -11   ruby/parse.y
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/parse.y?cvsroot=src&r1=1.418&r2=1.419


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