From 0b57b686021fd5b89c06b22eca4669236afd65cf Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 2 Aug 2009 08:40:52 +0000 Subject: * test/ruby/test_rand.rb: add tests for Random#float's rejection against Infinity and NaN. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 880e4d702..2e4ac6b51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 2 16:53:19 2009 Yusuke Endoh + + * test/ruby/test_rand.rb: add tests for Random#float's rejection + against Infinity and NaN. + Sun Aug 2 14:20:43 2009 Nobuyoshi Nakada * random.c (rand_int): prevent from GC. -- cgit