diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 07:04:25 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 07:04:25 +0000 |
| commit | bc21ed293f36bf36763b2384432ca06cab4d983c (patch) | |
| tree | 4eda581d47a1554319f661107614e12083c4927c /ChangeLog | |
| parent | 9c01b5e3a1c96642d3cb5bf0ef0f8989eb005fdc (diff) | |
| download | ruby-bc21ed293f36bf36763b2384432ca06cab4d983c.tar.gz ruby-bc21ed293f36bf36763b2384432ca06cab4d983c.tar.xz ruby-bc21ed293f36bf36763b2384432ca06cab4d983c.zip | |
* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to
replace MSVCRT's access().
[ruby-core:25761]
* file.c (eaccess): workaround for recent MSVCRT is no longer needed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Sep 25 16:01:45 2009 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to + replace MSVCRT's access(). + [ruby-core:25761] + + * file.c (eaccess): workaround for recent MSVCRT is no longer needed. + Fri Sep 25 13:04:46 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * proc.c (mnew): fix for instance method of Module, BasicObjec |
