From be17d22a7955d2bfa19b02130940ebe26f87ed01 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 23 Dec 2007 15:56:41 +0000 Subject: * io.c (rb_io_s_read): encoding argument reverted. * io.c (mode_enc): independent function to share code. * io.c (rb_io_internal_encoding): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4d3d42488..a528eab7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 24 00:52:15 2007 Yukihiro Matsumoto + + * io.c (rb_io_s_read): encoding argument reverted. + + * io.c (mode_enc): independent function to share code. + + * io.c (rb_io_internal_encoding): new method. + Mon Dec 24 00:47:05 2007 Yukihiro Matsumoto * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): -- cgit