From 164ad361d894c2a3ce429c8789b4dd08d92fa87d Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Aug 2008 03:47:15 +0000 Subject: * io.c (io_enc_str): code conversion removed. (io_enc_str_converted): removed because it is identical to io_enc_str now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e19f39846..0544d916f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 18 12:45:24 2008 Tanaka Akira + + * io.c (io_enc_str): code conversion removed. + (io_enc_str_converted): removed because it is identical to + io_enc_str now. + Mon Aug 18 12:12:29 2008 Tanaka Akira * io.c (io_shift_crbuf): add strp argument to append into existing -- cgit