add ML number

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-07-13 10:43:54 +00:00
parent 80b0773d33
commit 1ee65ab7bb

View File

@ -1,7 +1,7 @@
Wed Jul 13 19:36:29 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)
if file or directory already exists. (bcc32) [ruby-dev:26508]
* win32/win32.c (rb_w32_rmdir): should set ENOTDIR (not EINVAL)
if it is not directory. (bcc32, win32)