diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 07:23:00 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-01 07:23:00 +0000 |
| commit | ee1655232f665ade8560cb8e80cb088705b94c39 (patch) | |
| tree | 863817d431515fef29c21583a1c64efae0436791 /ChangeLog | |
| parent | 4ff2f42eeb69404d53a30525686a071bf16cf3b4 (diff) | |
| download | ruby-ee1655232f665ade8560cb8e80cb088705b94c39.tar.gz ruby-ee1655232f665ade8560cb8e80cb088705b94c39.tar.xz ruby-ee1655232f665ade8560cb8e80cb088705b94c39.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Aug 1 16:22:57 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * io.c (READ_DATA_PENDING_PTR): cast to get rid of warnings. |
