From 5494f0bdba6e203e13a4db471ab156608cfe7fbf Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 Sep 2008 02:31:12 +0000 Subject: * io.c (rb_io_s_binread): offset argument was wrongly passed to internal IO#read call. [ruby-core:18810] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21f31765f..7832ce273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 24 11:18:33 2008 Yukihiro Matsumoto + + * io.c (rb_io_s_binread): offset argument was wrongly passed to + internal IO#read call. [ruby-core:18810] + Wed Sep 24 07:38:23 2008 URABE Shyouhei * vm_core.h: ruby/ruby.h should be included at the very first -- cgit