Age | Commit message (Expand) | Author |
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 Gregory | drbrain |
2011-10-04 | * random.c (Init_Random): Add a top-level comment for Random. Patch | drbrain |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-07-20 | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr |
2011-06-27 | * random.c: Documentation fix for Random#bytes | marcandre |
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 as | mrkn |
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 from | naruse |
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-25 | reverted to r29091; r29092 breaks test-all | shyouhei |
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 optional | nobu |
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 the | nobu |
2010-05-26 | * random.c (random_rand): subtraction method of non-numeric can | nobu |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-04-13 | * random.c (make_seed_value): fix leading-zero-guard condition on | nobu |
2010-04-12 | * random.c (rand_init): use the absolute value of seed to | akr |
2010-04-07 | * random.c (rand_init): ignore higher bits if all they are same as | nobu |
2010-04-03 | fix rdoc. see r26808 | kazu |
2010-04-03 | * random.c (random_rand): raise ArgumentError on nil, as the | nobu |
2010-03-29 | * random.c: change include order; ruby.h should be at first. | naruse |
2010-03-15 | * random.c (default_rand): removed initial buffer. | nobu |
2010-03-15 | * random.c (next_state): no initialization here. | nobu |
2010-03-15 | * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655] | naruse |
2010-03-03 | fix rdoc. | akr |
2010-02-05 | * random.c (fill_random_seed): don't use O_NOFOLLOW because | akr |
2009-11-03 | * random.c (rb_hash_start): moved from string.c. | nobu |
2009-11-03 | fix typos. | akr |
2009-09-09 | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu |
2009-09-03 | * random.c (random_rand): fixed rdoc. [ruby-core:25332] | nobu |
2009-08-27 | * random.c (random_rand): random integer can be a fixnum for | nobu |
2009-08-26 | * random.c (random_rand): refined error message. | nobu |