From cc6f54760fd113a272b1cee6e53ce1252d90f243 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 12 Jan 2009 13:33:08 +0000 Subject: merges r21447 from trunk into ruby_1_9_1. * 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf5599b8e..6ff621883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jan 12 16:45:28 2009 Nobuyoshi Nakada + + * 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 11:59:19 2009 Koichi Sasada * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree): -- cgit