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

ruby-cvs:23364

From: knu ruby-lang.org
Date: Mon, 21 Apr 2008 17:20:53 +0900 (JST)
Subject: [ruby-cvs:23364] Ruby:r16124 (ruby_1_8): * eval.c (rb_f_method_name): New gloval function: __method__;

knu	2008-04-21 17:20:52 +0900 (Mon, 21 Apr 2008)

  New Revision: 16124

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/NEWS
    branches/ruby_1_8/eval.c
    branches/ruby_1_8/intern.h

  Log:
    * eval.c (rb_f_method_name): New gloval function: __method__;
      backported from matzruby / 1.9.
    
    * eval.c (rb_frame_this_func), intern.h: New internal function.
    
    * intern.h (RETURN_ENUMERATOR): Use rb_frame_this_func() instead
      of rb_frame_last_func(), to accommodate the behavior to that of
      1.9.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/intern.h?r1=16124&r2=16123&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16124&r2=16123&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16124&r2=16123&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/eval.c?r1=16124&r2=16123&diff_format=u


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