From 53ea32d9ccb9fcc1b28757b99822039c8c793803 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Jan 2008 17:44:13 +0000 Subject: * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918] * io.c (io_read_encoding): need not to return ASCII-8BIT for binary IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f3d5a3ba..5c053c575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 10 02:41:22 2008 Yukihiro Matsumoto + + * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918] + + * io.c (io_read_encoding): need not to return ASCII-8BIT for + binary IO. + Wed Jan 9 22:04:17 2008 Kazuhiro NISHIYAMA * lib/mathn.rb (Prime#each): returns an enumerator if no block -- cgit