From c0a636b6f94d7f95ed95a7abf7c2936bbd3fc5a7 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 16 Jan 2002 09:25:59 +0000 Subject: * st.c: primes should be primes. * eval.c (is_defined): method defined? check should honor protected too. * eval.c (block_pass): should not pass tainted block, if $SAFE > 0. * variable.c (rb_mod_remove_cvar): should pass the char*. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'st.c') diff --git a/st.c b/st.c index c1e4e3bec8..5380a81e03 100644 --- a/st.c +++ b/st.c @@ -86,25 +86,25 @@ static long primes[] = { 512 + 9, 1024 + 9, 2048 + 5, - 4096 + 83, + 4096 + 3, 8192 + 27, 16384 + 43, 32768 + 3, 65536 + 45, - 131072 + 9, - 262144 + 39, - 524288 + 39, - 1048576 + 9, - 2097152 + 5, - 4194304 + 3, - 8388608 + 33, - 16777216 + 27, - 33554432 + 9, - 67108864 + 71, - 134217728 + 39, - 268435456 + 9, - 536870912 + 5, - 1073741824 + 83, + 131072 + 29, + 262144 + 3, + 524288 + 21, + 1048576 + 7, + 2097152 + 17, + 4194304 + 15, + 8388608 + 9, + 16777216 + 43, + 33554432 + 35, + 67108864 + 15, + 134217728 + 29, + 268435456 + 3, + 536870912 + 11, + 1073741824 + 85, 0 }; -- cgit v1.2.3