diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-12 07:45:31 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-12 07:45:31 +0000 |
| commit | cb190ce643dfcce63077623aa8e43547858fe2c3 (patch) | |
| tree | 5b5294ddfe81af3250381b17800469e7b80c7574 /ChangeLog | |
| parent | b89dc0ac4cbbbb52238fa54ef516e661cc7e8387 (diff) | |
* win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.
* win32/win32.c (winnt_stat): gets rid of strange behavior of
GetFileAttributes(). [ruby-core:21269]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jan 12 16:45:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir. + + * win32/win32.c (winnt_stat): gets rid of strange behavior of + GetFileAttributes(). [ruby-core:21269] + Mon Jan 12 13:41:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_thread_start_0): must use ruby_longjmp instead of |
