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

ruby-cvs:16227

From: (matz) <matz ruby-lang.org>
Date: Thu, 29 Dec 2005 21:03:51 +0900
Subject: [ruby-cvs:16227] ruby/sample: * eval.c (rb_mod_define_method): should save safe_level in the

matz        Thu, 29 Dec 2005 21:03:51 +0900

  Modified files:
    ruby/sample:
      test.rb
  Log:
    * eval.c (rb_mod_define_method): should save safe_level in the
      proc object.  [ruby-dev:28146]
    
    * test/drb/drbtest.rb (DRbService::self.ext_service): increase
      timeout limit.  a patch from Kazuhiro NISHIYAMA
      <zn at mbf.nifty.com>. [ruby-dev:28132]
    
    * eval.c (ev_const_get): fixed a bug in constant reference during
      instance_eval.  [yarv-dev:707]
    
    * eval.c (ev_const_defined): ditto.
    
    * lib/yaml.rb (YAML::add_domain_type): typo fixed.  a patch from
      Joel VanderWerf <vjoel at path.berkeley.edu>.
      [ruby-talk:165285] [ruby-core:6995]
    
    * ext/digest/sha2/sha2.c (ULL): support AIX C.  a patch from
      Kailden <kailden at gmail.com>.  [ruby-core:06984]
    
    * ext/syck/rubyext.c (rb_syck_compile): avoid potential memory
      leak.
    
    * ext/syck/rubyext.c (syck_set_ivars): avoid potential memory
      leak by explicit symbol allocation.
    
    * lib/delegate.rb (Delegator::method_missing): should delegate
      block as well.
    
    * lib/cgi.rb (CGI::QueryExtension::MorphingBody): fix criteria to
      use Tempfile.  A fix from Zev Blut <rubyzbibd at ubit.com>.
      [ruby-core:06076]
    
    * string.c: remove global functions work on $_.
  
  Revision    Changes    Path
  1.94        +8   -8    ruby/sample/test.rb
    http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/sample/test.rb?cvsroot=src&r1=1.93&r2=1.94


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