From 7aacd9645b54495d55aef792a3a053819c8a27f4 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 15 Aug 2007 07:47:03 +0000 Subject: * io.c (ARGF_FORWARD): wrongly compares with current_file with rb_stdout. should be rb_stdin. [ruby-cvs:20177] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 053f3d5d1..98509fc35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 15 16:44:15 2007 Yukihiro Matsumoto + + * io.c (ARGF_FORWARD): wrongly compares with current_file with + rb_stdout. should be rb_stdin. [ruby-cvs:20177] + Wed Aug 15 14:59:21 2007 Nobuyoshi Nakada * io.c (rb_io_initialize, argf_each_line, argf_each_byte): suppress -- cgit