From 71ed0a0bc8afa7b4b814802eb85f1586bc8acf0d Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 16 Aug 2008 06:25:38 +0000 Subject: * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from and to. (rb_econv_t): new fields: source_encoding_name and destination_encoding_name. * transcode.c (rb_econv_open_by_transcoder_entries): initialize the new fields. (rb_econv_open): set up the new fields. (econv_inspect): use the new fields. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9a7caa71..0995d3452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Aug 16 15:23:16 2008 Tanaka Akira + + * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from and + to. + (rb_econv_t): new fields: source_encoding_name and + destination_encoding_name. + + * transcode.c (rb_econv_open_by_transcoder_entries): initialize the + new fields. + (rb_econv_open): set up the new fields. + (econv_inspect): use the new fields. + Sat Aug 16 14:22:04 2008 Tanaka Akira * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start, -- cgit