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

ruby-cvs:22404

From: matz ruby-lang.org
Date: Tue, 22 Jan 2008 12:59:54 +0900 (JST)
Subject: [ruby-cvs:22404] Ruby:r15167 (trunk): * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from

matz	2008-01-22 12:59:53 +0900 (Tue, 22 Jan 2008)

  New Revision: 15167

  Removed files:
    trunk/bootstraptest/test_m17n.rb
  Modified files:
    trunk/ChangeLog
    trunk/configure.in
    trunk/encoding.c
    trunk/string.c
    trunk/test/ruby/test_m17n.rb

  Log:
    * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from
      MINIRUBY since miniruby might not be able to load DLL.
    
    * test/ruby/test_m17n.rb: move tests from bootstrap test.
    
    * encoding.c (enc_find): should check name if ASCII compatible.
    
    * string.c (rb_str_end_with): should check character boundary.
    
    * encoding.c (rb_enc_compatible): encoding must be ASCII
      compatible before checking ENC_CODERANGE_7BIT.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_m17n.rb
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/string.c?r1=15167&r2=15166&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15167&r2=15166&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/encoding.c?r1=15167&r2=15166&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/configure.in?r1=15167&r2=15166&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_m17n.rb?r1=15167&r2=15166&diff_format=u


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