From 485ec35ec5f5eb48893b7a58692b5377886511ea Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 9 Aug 2008 07:35:28 +0000 Subject: * transcode_data.h (rb_transcoding): new fields: next_info and next_byte. * transcode.c (transcode_restartable): save/restore next_info and next_byte. sync readlen and in_p when invalid. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5bbc89be3..f16780a32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Aug 9 16:33:21 2008 Tanaka Akira + + * transcode_data.h (rb_transcoding): new fields: next_info and next_byte. + + * transcode.c (transcode_restartable): save/restore next_info and + next_byte. + sync readlen and in_p when invalid. + Sat Aug 9 15:10:15 2008 Tanaka Akira * transcode.c (transcode_restartable): my_transcoder argument removed. -- cgit