From 48e2ba67472d31a27e068778515e16f920821516 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 9 Aug 2008 06:02:01 +0000 Subject: * transcode_data.h (rb_transcoding): add fields for restartable transcoding. (rb_transcoder): add max_input field. from_unit_length field is renamed to input_unit_length. * tool/transcode-tblgen.rb: generate max_input field. * enc/trans/iso2022.erb.c: follow rb_transcoder change. * enc/trans/utf_16_32.erb.c: ditto. * transcode.c (PARTIAL_INPUT): new constant. (transcode_char_start): new function. (transcode_result_t): new type. (transcode_restartable): new function. (more_output_buffer): new function. (transcode_loop): use transcode_restartable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40f67df54..902bd6831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Sat Aug 9 14:39:34 2008 Tanaka Akira + + * transcode_data.h (rb_transcoding): add fields for restartable + transcoding. + (rb_transcoder): add max_input field. + from_unit_length field is renamed to input_unit_length. + + * tool/transcode-tblgen.rb: generate max_input field. + + * enc/trans/iso2022.erb.c: follow rb_transcoder change. + + * enc/trans/utf_16_32.erb.c: ditto. + + * transcode.c (PARTIAL_INPUT): new constant. + (transcode_char_start): new function. + (transcode_result_t): new type. + (transcode_restartable): new function. + (more_output_buffer): new function. + (transcode_loop): use transcode_restartable. + Sat Aug 9 13:35:08 2008 Nobuyoshi Nakada * stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid -- cgit