From cb7efa48cfe416518860ff8e7ef2b39ec22e28cf Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 5 Sep 2008 18:20:20 +0000 Subject: * transcode.c (allocate_converted_string): add arguments for a buffer allocated by caller. (rb_econv_insert_output): provide caller allocated buffer to allocate_converted_string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0897e8d58..59ddccf6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 6 03:18:17 2008 Tanaka Akira + + * transcode.c (allocate_converted_string): add arguments for a buffer + allocated by caller. + (rb_econv_insert_output): provide caller allocated buffer to + allocate_converted_string. + Sat Sep 6 02:58:53 2008 Tanaka Akira * transcode.c (str_transcode_enc_args): local variables renamed. -- cgit