From 521cf1196aca87cd06959cd79a456ac1c618aab6 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 9 Aug 2008 13:34:21 +0000 Subject: * transcode.c (transcode_loop): take destination and resize function as parameters. (more_output_buffer): ditto. (str_transcoding_resize): argument changed from rb_transcoding* to VALUE. (str_transcode): call transcode_loop with destination string and its resize function. * transcode_data.h (rb_transcoding): move ruby_string_dest and flush_func to transcode_loop parameters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9835f94c..21158917d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Aug 9 22:05:29 2008 Tanaka Akira + + * transcode.c (transcode_loop): take destination and resize function + as parameters. + (more_output_buffer): ditto. + (str_transcoding_resize): argument changed from rb_transcoding* to + VALUE. + (str_transcode): call transcode_loop with destination string and its + resize function. + + * transcode_data.h (rb_transcoding): move ruby_string_dest and + flush_func to transcode_loop parameters. + Sat Aug 9 21:29:45 2008 NARUSE, Yui * common.mk: encs depend on transdb.h -- cgit