From 4ebe3fd81065ad8d2c5610ddaa4ad74a2583f3b6 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Oct 2008 16:57:19 +0000 Subject: * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT to the external_encoding. * io.c (rb_file_open_internal): ditto. * io.c (NEED_WRITECONV): no conversion when the external_encoding is ASCII-8BIT. * io.c (do_writeconv): skip ASCII-8BIT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5089ad3ef..d7262f988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Oct 21 01:49:55 2008 Yukihiro Matsumoto + + * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT + to the external_encoding. + + * io.c (rb_file_open_internal): ditto. + + * io.c (NEED_WRITECONV): no conversion when the external_encoding + is ASCII-8BIT. + + * io.c (do_writeconv): skip ASCII-8BIT. + Tue Oct 21 00:51:59 2008 Tanaka Akira * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode. -- cgit