diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-13 10:40:06 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-13 10:40:06 +0000 |
| commit | a7bcbcf8aa9decc8627588d922212259c69c8915 (patch) | |
| tree | 03187816221546a103173cf1750f094e00c6e5d4 /ChangeLog | |
| parent | 0a44c355f8c5ceb570c06a22f2c9e55267ace249 (diff) | |
| download | ruby-a7bcbcf8aa9decc8627588d922212259c69c8915.tar.gz ruby-a7bcbcf8aa9decc8627588d922212259c69c8915.tar.xz ruby-a7bcbcf8aa9decc8627588d922212259c69c8915.zip | |
* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)
if file or directory already exists. (bcc32)
* win32/win32.c (rb_w32_rmdir): should set ENOTDIR (not EINVAL)
if it is not directory. (bcc32, win32)
* win32/win32.c (rb_w32_rmdir, rb_w32_unlink): restore
FILE_ATTRIBUTE_READONLY flag on function failure.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Wed Jul 13 19:37:47 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES) + if file or directory already exists. (bcc32) + + * win32/win32.c (rb_w32_rmdir): should set ENOTDIR (not EINVAL) + if it is not directory. (bcc32, win32) + + * win32/win32.c (rb_w32_rmdir, rb_w32_unlink): restore + FILE_ATTRIBUTE_READONLY flag on function failure. + Wed Jul 13 12:40:00 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work. |
