From 8edfc54eafb3e8a4678955cde42b275efd46a731 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 22 Dec 2007 17:28:20 +0000 Subject: * io.c (rb_io_mode_enc): do not set encoding unless explicitly specified. * io.c (rb_io_check_readable): fill fptr->enc by default_external if it's empty. * io.c (io_enc_str): fptr->enc is always set for reading IO (by rb_io_check_readable(fptr)). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf38ff2aa..137232cb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Dec 23 01:56:18 2007 Yukihiro Matsumoto + + * io.c (rb_io_mode_enc): do not set encoding unless explicitly + specified. + + * io.c (rb_io_check_readable): fill fptr->enc by default_external + if it's empty. + + * io.c (io_enc_str): fptr->enc is always set for reading IO (by + rb_io_check_readable(fptr)). + Sun Dec 23 01:18:06 2007 David Flanagan * io.c, io.h: temporary patch to partially implement -- cgit