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

ruby-cvs:22121

From: nobu ruby-lang.org
Date: Sat, 5 Jan 2008 01:30:34 +0900 (JST)
Subject: [ruby-cvs:22121] Ruby:r14884 (trunk): * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as

nobu	2008-01-05 01:30:33 +0900 (Sat, 05 Jan 2008)

  New Revision: 14884

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/encoding.h
    trunk/include/ruby/intern.h
    trunk/insns.def
    trunk/marshal.c
    trunk/re.c
    trunk/version.h

  Log:
    * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
      1.8.  [ruby-core:14583]
    
    * include/ruby/intern.h, re.c (rb_reg_new_str): renamed, and defines
      HAVE_RB_REG_NEW_STR macro to tell if it is available.
    
    * include/ruby/encoding.h (rb_enc_reg_new): added.
    
    * insns.def (toregexp), marshal.c (r_object0): use rb_reg_new_str().
    
    * re.c (rb_reg_regcomp, rb_reg_s_union): ditto.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/encoding.h?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/marshal.c?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/re.c?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insns.def?r1=14884&r2=14883&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/intern.h?r1=14884&r2=14883&diff_format=u


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