diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-09 13:34:21 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-09 13:34:21 +0000 |
| commit | 521cf1196aca87cd06959cd79a456ac1c618aab6 (patch) | |
| tree | 0f0192209aeea3935d36b1d02be6da37975ce487 /ChangeLog | |
| parent | 30609b96b887c1f363f40249aed6a6c7a6810654 (diff) | |
| download | ruby-521cf1196aca87cd06959cd79a456ac1c618aab6.tar.gz ruby-521cf1196aca87cd06959cd79a456ac1c618aab6.tar.xz ruby-521cf1196aca87cd06959cd79a456ac1c618aab6.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sat Aug 9 22:05:29 2008 Tanaka Akira <akr@fsij.org> + + * 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 <naruse@ruby-lang.org> * common.mk: encs depend on transdb.h |
