From 0dfb27fb69155921214181c1e8e4070e7bf5705c Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 15 Aug 2008 11:02:07 +0000 Subject: * include/ruby/encoding.h (rb_econv_output): add str_encoding argument. * transcode.c (get_replacement_character): add repl_enc_ptr argument. (rb_econv_output_with_destination_encoding): renamed from rb_econv_output and make it static. (rb_econv_output): convert str and call rb_econv_output_with_destination_encoding. (output_replacement_character): follow above interface change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa640f8cf..41ba75a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Aug 15 19:57:01 2008 Tanaka Akira + + * include/ruby/encoding.h (rb_econv_output): add str_encoding + argument. + + * transcode.c (get_replacement_character): add repl_enc_ptr argument. + (rb_econv_output_with_destination_encoding): renamed from + rb_econv_output and make it static. + (rb_econv_output): convert str and call + rb_econv_output_with_destination_encoding. + (output_replacement_character): follow above interface change. + Fri Aug 15 19:33:57 2008 Nobuyoshi Nakada * string.c (rb_str_drop_bytes): use memmove. -- cgit