From f22e484a70bc5f1478d2bd78a0d1994d5bb384aa Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 15 Aug 2008 09:33:59 +0000 Subject: * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error. * transcode.c (rb_econv_convert): fill error_tc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a1f240c9..30436afb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 15 18:33:22 2008 Tanaka Akira + + * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error. + + * transcode.c (rb_econv_convert): fill error_tc. + Fri Aug 15 18:10:49 2008 Tanaka Akira * include/ruby/encoding.h (rb_econv_t): new field: last_error. -- cgit