From 12a3b06c664de6adb6205d137fbc6ca18041f2d9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Feb 2005 06:07:47 +0000 Subject: * random.c (rand_init): suppress warning. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbd1b83c6..afcda7717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 12 15:07:23 2005 Nobuyoshi Nakada + + * random.c (rand_init): suppress warning. + Sat Feb 12 13:54:03 2005 Tanaka Akira * lib/open-uri.rb: support https if the platform provides CA @@ -12,7 +16,7 @@ Fri Feb 11 11:33:53 2005 Tanaka Akira * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported: :http_basic_authentication. - suggested by Kent Sibilev. [ruby-core:4392] + suggested by Kent Sibilev. [ruby-core:4392] Thu Feb 10 11:14:17 2005 NAKAMURA Usaku -- cgit