diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-23 09:56:23 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-23 09:56:23 +0000 |
| commit | 552db7b852ee83ac675ce46855be1536946cf305 (patch) | |
| tree | 5c81004802f56e8c12b3f750d4d1eb496efcf230 /ChangeLog | |
| parent | 11077baae97e7a03ce9db488c3ab7d59083466d4 (diff) | |
| download | ruby-552db7b852ee83ac675ce46855be1536946cf305.tar.gz ruby-552db7b852ee83ac675ce46855be1536946cf305.tar.xz ruby-552db7b852ee83ac675ce46855be1536946cf305.zip | |
* file.c (w32_io_info): should not call GetFileInformationByHandle
for pipe.
* file.c (w32_io_info): checks return value from rb_w32_get_osfhandle.
* file.c (w32_io_info): now can identify directory on WinNT.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9600 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 @@ +Wed Nov 23 18:52:45 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * file.c (w32_io_info): should not call GetFileInformationByHandle + for pipe. + + * file.c (w32_io_info): checks return value from rb_w32_get_osfhandle. + + * file.c (w32_io_info): now can identify directory on WinNT. + Wed Nov 23 18:46:53 2005 Kouhei Sutou <kou@cozmixng.org> * lib/rss/: use #__send__ instead of #send. |
