From f2335b0f12fb7625058f09e6578a78469fc11e53 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Aug 2008 03:13:53 +0000 Subject: * io.c (io_shift_crbuf): add strp argument to append into existing string. (read_all): use econv if enc2 is set. (io_getc): follow the io_shift_crbuf change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a2ec2a77..e19f39846 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 18 12:12:29 2008 Tanaka Akira + + * io.c (io_shift_crbuf): add strp argument to append into existing + string. + (read_all): use econv if enc2 is set. + (io_getc): follow the io_shift_crbuf change. + Mon Aug 18 10:35:25 2008 Tanaka Akira * io.c (io_enc_str_converted): new function. -- cgit