From ee1655232f665ade8560cb8e80cb088705b94c39 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 1 Aug 2003 07:23:00 +0000 Subject: * io.c (rb_io_check_readable, rb_io_check_writable): ensure not closed at first. * io.c (rb_io_getline): check readable always. (ruby-bugs:PR#1069) * io.c (rb_io_each_byte): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b35dd10a6..53e4c02a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Aug 1 16:22:57 2003 Nobuyoshi Nakada + + * io.c (rb_io_check_readable, rb_io_check_writable): ensure not + closed at first. + + * io.c (rb_io_getline): check readable always. (ruby-bugs:PR#1069) + + * io.c (rb_io_each_byte): ditto. + Fri Aug 1 16:02:46 2003 Nobuyoshi Nakada * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings. -- cgit