From 6600aead6297dea2966acc50c2a1a982b7b95166 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 14 May 2002 05:59:35 +0000 Subject: * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings. * missing/strftime.c (timezone): it should take no argument on Cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ea947dbb..4df7d73e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue May 14 14:49:05 2002 WATANABE Hirofumi + + * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings. + + * missing/strftime.c (timezone): it should take no argument on Cygwin. + Mon May 13 14:38:33 2002 WATANABE Hirofumi * djgpp/config.hin, djgpp/config.sed: catch up with the latest change. -- cgit