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 | edb223fe83e0d34674200ddb972eb7c28748a01c (patch) | |
| tree | 6df3167317e0bf8aea43f96109969a6b3446d882 /ChangeLog | |
| parent | 873a66ec9e8eba0eee6bdf79e7ef5efc49625df6 (diff) | |
| download | ruby-edb223fe83e0d34674200ddb972eb7c28748a01c.tar.gz ruby-edb223fe83e0d34674200ddb972eb7c28748a01c.tar.xz ruby-edb223fe83e0d34674200ddb972eb7c28748a01c.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/branches/ruby_1_8@9600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Wed Nov 23 18:55:31 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 03:40:49 2005 Guy Decoux <ts@moulon.inra.fr> * re.c (KR_REHASH): should cast to unsigned for 64bit CPU. @@ -79,7 +88,6 @@ Sun Nov 20 22:34:06 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. fixed: [ruby-talk:166520] ->>>>>>> 1.2673.2.1407 Sat Nov 19 19:57:54 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/fileutils.rb (FileUtils::ln): ln documentation fix. |
