From 0239d1428b758faedbd4c884e37afc7bcea1467b Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 24 Aug 2008 10:49:36 +0000 Subject: * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t. * transcode.c: follow the rb_econv_t change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57ffcb55b..8cc73cd3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 24 19:48:46 2008 Tanaka Akira + + * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t. + + * transcode.c: follow the rb_econv_t change. + Sun Aug 24 19:40:13 2008 Tanaka Akira * io.c (rb_io_init_copy): copy encs. -- cgit