From 410893f2e49215528264a68dace2f573432f2f3d Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 18 Oct 2009 00:55:34 +0000 Subject: * test/test_prime.rb (TestPrime#test_eratosthenes_works_fine_after_timeout): test for [ruby-dev:39465]. * lib/prime.rb (Prime::EratosthenesSieve): fixed [ruby-dev:39465]. suppressed memory reallocation. constantified some magic numbers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 794f61b8f..f4ee21c9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Oct 18 09:49:14 2009 Yuki Sonoda (Yugui) + + * test/test_prime.rb + (TestPrime#test_eratosthenes_works_fine_after_timeout): + test for [ruby-dev:39465]. + + * lib/prime.rb (Prime::EratosthenesSieve): + fixed [ruby-dev:39465]. + suppressed memory reallocation. + constantified some magic numbers. + Sat Oct 17 22:11:03 2009 Nobuyoshi Nakada * marshal.c (id2encidx): register encoding name. -- cgit