summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/equal_value_spec.rb
AgeCommit message (Expand)Author
2018-03-04Update to ruby/spec@c1b568beregon
2017-10-28Update to ruby/spec@a6b8805eregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon
.git/commit/random.c?h=v2_0_0_preview1&id=2073258a7d192e8d2bc853e10464a7a5fcac8f2d'>obj_init_copynobu 2012-04-19 * random.c (random_init): Clarify that the default seed isdrbrain 2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre 2012-03-11* random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu 2012-03-11* random.c (random_s_rand): ensure default PRNG is re-initializednobu 2012-02-18* random.c: remove a duplicated comment.mrkn 2011-10-29* process.c (ruby_setsid): use rb_cloexec_open.akr 2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr 2011-10-05* random.c: Improve documentation of Random. Patch by Gregorydrbrain 2011-10-04* random.c (Init_Random): Add a top-level comment for Random. Patchdrbrain 2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu 2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr 2011-06-27* random.c: Documentation fix for Random#bytesmarcandre 2011-05-15* remove trailing spaces.nobu 2011-04-25* random.c (random_rand): remove unused variables.naruse 2011-04-24* random.c (rb_f_rand, random_s_rand): RDocs for them.sorah 2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn 2011-04-20* random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.naruse 2011-01-05* random.c (random_rand): suppress a warning.nobu 2010-12-25* random.c: parenthesize macro arguments.akr 2010-11-20* random.c (random_rand): get rid of overflow.nobu 2010-10-04* random.c (rand_init): This checks the value is in 32bit or not,naruse 2010-10-04* random.c (rand_init): remove useless assignment.naruse 2010-09-10* random.c (rb_genrand_ulong_limited): renamed fromnaruse 2010-08-26* random.c (rb_random_int32): suppress warning on LP64 platforms.nobu 2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu 2010-08-25reverted to r29091; r29092 breaks test-allshyouhei 2010-08-25* random.c (rb_random_int32): fixed typo.nobu 2010-08-25* random.c (rb_random_real): check the range of result.nobu 2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu 2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu 2010-08-03* random.c (Init_Random): add Random::DEFAULT.nobu 2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse 2010-07-19* random.c (DEFAULT_SEED_LEN): suppress a warning.nobu 2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu 2010-07-13* process.c (rb_fork_err): suppress gcc 4.4 warnings.nobu 2010-05-26* random.c (random_rand): add the result of random to thenobu 2010-05-26* random.c (random_rand): subtraction method of non-numeric cannobu