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

ruby-cvs:21085

From: matz ruby-lang.org
Date: Fri, 9 Nov 2007 13:37:37 +0900 (JST)
Subject: [ruby-cvs:21085] Ruby:r13848 (trunk): * test/ruby/test_basicinstructions.rb: updated for new class

matz	2007-11-09 13:37:36 +0900 (Fri, 09 Nov 2007)

  New Revision: 13848

  Modified files:
    trunk/ChangeLog
    trunk/encoding.c
    trunk/marshal.c
    trunk/test/ruby/test_basicinstructions.rb

  Log:
    * test/ruby/test_basicinstructions.rb: updated for new class
      behavior.  [ruby-dev:32192]
    
    * encoding.c (enc_name): Encoding should not rely on ENCODING in
      the FL_USERS flags.
    
    * encoding.c (rb_enc_from_encoding): do not call rb_enc_associate
      for encoding itself.
    
    * encoding.c (enc_register_at): ditto.
    
    * marshal.c (r_ivar): do not set real instance variable for
      encoding data associated.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13848&r2=13847
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_basicinstructions.rb?r1=13848&r2=13847
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/marshal.c?r1=13848&r2=13847
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/encoding.c?r1=13848&r2=13847


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