diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-25 08:49:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-25 08:49:08 +0000 |
| commit | 157e228b816393924d2deb156b514037d7164f6e (patch) | |
| tree | 07805b36cc318388001956c681a8d37d3c09f4ec /ChangeLog | |
| parent | 4a43890fb440692bc9301059cff84eaf13c8b1b1 (diff) | |
| download | ruby-157e228b816393924d2deb156b514037d7164f6e.tar.gz ruby-157e228b816393924d2deb156b514037d7164f6e.tar.xz ruby-157e228b816393924d2deb156b514037d7164f6e.zip | |
* io.c (argf_eof): should not have reached EOF before trying to
read. based on a patch by Heesob Park <phasis AT gmail.com> at
[ruby-core:24559]. [ruby-core:24557]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Jul 25 17:49:03 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (argf_eof): should not have reached EOF before trying to + read. based on a patch by Heesob Park <phasis AT gmail.com> a + [ruby-core:24559]. [ruby-core:24557] + Sat Jul 25 13:44:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * complex.c (nucomp_hash), rational.c (nurat_hash): not to use |
