From a9b3755409663be0e660d09eb4598f976cf86670 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 8 Jun 2007 08:36:44 +0000 Subject: * win32/win32.c (rb_w32_opendir): store attributes of the second entries or later too. * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic numbers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ee7d4a0f..30b68513e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue May 29 11:01:06 2007 Nobuyoshi Nakada + + * win32/win32.c (rb_w32_opendir): store attributes of the second + entries or later too. + + * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic + numbers. + Thu Jun 7 20:10:51 2007 Nobuyoshi Nakada * eval.c, intern.h, ext/thread/thread.c: should not free queue -- cgit