From 4b1be99fd26f3cbf7f23acf7d6ebe9fefb56db2f Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 12 Aug 2008 05:20:09 +0000 Subject: * lib/net/https.rb: supress syntax warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44e1c423b..0d462126c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 12 14:19:53 2008 Minero Aoki + + * lib/net/https.rb: supress syntax warning. + +Tue Aug 12 14:15:51 2008 Minero Aoki + + * lib/net/http.rb (Net::HTTP#initialize): initialize net/https + variables to supress syntax warning. + Tue Aug 12 14:15:13 2008 Nobuyoshi Nakada * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable. -- cgit