From 59f0430c70a5d2278f15b198cb7617b8bc9709c7 Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 8 Sep 2002 10:06:40 +0000 Subject: * time.c: prototype; time_free() to avoid VC++ warnings. * win32/win32.c (rb_w32_stat): remove S_IWGRP and S_IWOTH bits from st_mode. * win32/win32.h (S_I*): define if not defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eba88e4e6..c3b4850a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Sep 8 19:02:28 2002 NAKAMURA Usaku + + * time.c: prototype; time_free() to avoid VC++ warnings. + + * win32/win32.c (rb_w32_stat): remove S_IWGRP and S_IWOTH bits from + st_mode. + + * win32/win32.h (S_I*): define if not defined. + Sun Sep 8 14:38:31 2002 WATANABE Hirofumi * configure.in: modify program_prefix only if specified -- cgit