ruby-changes:15077
From: nobu <ko1@a...>
Date: Tue, 16 Mar 2010 17:20:13 +0900 (JST)
Subject: [ruby-changes:15077] Ruby:r26953 (trunk): * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.
nobu 2010-03-16 17:18:47 +0900 (Tue, 16 Mar 2010) New Revision: 26953 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26953 Log: * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype. Modified files: trunk/ChangeLog trunk/include/ruby/encoding.h Index: include/ruby/encoding.h =================================================================== --- include/ruby/encoding.h (revision 26952) +++ include/ruby/encoding.h (revision 26953) @@ -95,6 +95,7 @@ VALUE rb_external_str_new_with_enc(const char *ptr, long len, rb_encoding *); VALUE rb_str_export_to_enc(VALUE, rb_encoding *); VALUE rb_str_conv_enc(VALUE str, rb_encoding *from, rb_encoding *to); +VALUE rb_str_conv_enc_opts(VALUE str, rb_encoding *from, rb_encoding *to, int ecflags, VALUE ecopts); /* index -> rb_encoding */ rb_encoding* rb_enc_from_index(int idx); Index: ChangeLog =================================================================== --- ChangeLog (revision 26952) +++ ChangeLog (revision 26953) @@ -1,3 +1,7 @@ +Tue Mar 16 17:18:44 2010 Nobuyoshi Nakada <nobu@r...> + + * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype. + Tue Mar 16 15:20:13 2010 Nobuyoshi Nakada <nobu@r...> * ext/tmpdir: split from lib/tmpdir.rb. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/