diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-20 09:46:57 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-20 09:46:57 +0000 |
| commit | c42a57223ff73109917876411efd414b70598e61 (patch) | |
| tree | b2eff77929d23944da8b28543ebfaf5c9fe61c08 /ChangeLog | |
| parent | a6b1616d71f1abde204f9b6e995ab7f8097a9918 (diff) | |
| download | ruby-c42a57223ff73109917876411efd414b70598e61.tar.gz ruby-c42a57223ff73109917876411efd414b70598e61.tar.xz ruby-c42a57223ff73109917876411efd414b70598e61.zip | |
* io.c (wsplit_p): patch for the environment where
fcntl(F_GETFL, O_NONBLOCK) is not supported. in that case,
set FMODE_WSPLIT without fcntl check. [ruby-dev:26566]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8810 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 @@ +Wed Jul 20 18:33:15 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * io.c (wsplit_p): patch for the environment where + fcntl(F_GETFL, O_NONBLOCK) is not supported. in that case, + set FMODE_WSPLIT without fcntl check. [ruby-dev:26566] + Wed Jul 20 18:07:11 2005 Tanaka Akira <akr@m17n.org> * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT |
