| Commit message (Expand) | Author | Age | Files | Lines |
* | * process.c (ruby_setsid): use rb_cloexec_open. | akr | 2011-10-29 | 1 | -3/+3 |
* | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr | 2011-10-22 | 1 | -1/+1 |
* | * random.c: Improve documentation of Random. Patch by Gregory | drbrain | 2011-10-05 | 1 | -72/+129 |
* | * random.c (Init_Random): Add a top-level comment for Random. Patch | drbrain | 2011-10-04 | 1 | -0/+7 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -2/+2 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -0/+1 |
* | * random.c: Documentation fix for Random#bytes | marcandre | 2011-06-27 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * random.c (random_rand): remove unused variables. | naruse | 2011-04-25 | 1 | -2/+1 |
* | * random.c (rb_f_rand, random_s_rand): RDocs for them. | sorah | 2011-04-24 | 1 | -8/+25 |
* | * random.c (random_s_rand, Init_Random): Random.rand should behave as | mrkn | 2011-04-24 | 1 | -74/+102 |
* | * random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed. | naruse | 2011-04-20 | 1 | -2/+2 |
* | * random.c (random_rand): suppress a warning. | nobu | 2011-01-05 | 1 | -1/+1 |
* | * random.c: parenthesize macro arguments. | akr | 2010-12-25 | 1 | -4/+4 |
* | * random.c (random_rand): get rid of overflow. | nobu | 2010-11-20 | 1 | -4/+19 |
* | * random.c (rand_init): This checks the value is in 32bit or not, | naruse | 2010-10-04 | 1 | -1/+1 |
* | * random.c (rand_init): remove useless assignment. | naruse | 2010-10-04 | 1 | -2/+2 |
* | * random.c (rb_genrand_ulong_limited): renamed from | naruse | 2010-09-10 | 1 | -3/+8 |
* | * random.c (rb_random_int32): suppress warning on LP64 platforms. | nobu | 2010-08-26 | 1 | -1/+1 |
* | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu | 2010-08-25 | 1 | -6/+24 |
* | reverted to r29091; r29092 breaks test-all | shyouhei | 2010-08-25 | 1 | -24/+6 |
* | * random.c (rb_random_int32): fixed typo. | nobu | 2010-08-25 | 1 | -1/+1 |
* | * random.c (rb_random_real): check the range of result. | nobu | 2010-08-25 | 1 | -2/+12 |
* | * array.c (rb_ary_{shuffle_bang,sample}): use Random class object. | nobu | 2010-08-25 | 1 | -4/+12 |
* | * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optional | nobu | 2010-08-23 | 1 | -5/+30 |
* | * random.c (Init_Random): add Random::DEFAULT. | nobu | 2010-08-03 | 1 | -1/+8 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -1/+1 |
* | * random.c (DEFAULT_SEED_LEN): suppress a warning. | nobu | 2010-07-19 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -3/+5 |
* | * process.c (rb_fork_err): suppress gcc 4.4 warnings. | nobu | 2010-07-13 | 1 | -1/+3 |
* | * random.c (random_rand): add the result of random to the | nobu | 2010-05-26 | 1 | -1/+1 |
* | * random.c (random_rand): subtraction method of non-numeric can | nobu | 2010-05-26 | 1 | -3/+7 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -6/+6 |
* | * random.c (make_seed_value): fix leading-zero-guard condition on | nobu | 2010-04-13 | 1 | -2/+9 |
* | * random.c (rand_init): use the absolute value of seed to | akr | 2010-04-12 | 1 | -0/+2 |
* | * random.c (rand_init): ignore higher bits if all they are same as | nobu | 2010-04-07 | 1 | -2/+6 |
* | fix rdoc. see r26808 | kazu | 2010-04-03 | 1 | -1/+1 |
* | * random.c (random_rand): raise ArgumentError on nil, as the | nobu | 2010-04-03 | 1 | -3/+2 |
* | * random.c: change include order; ruby.h should be at first. | naruse | 2010-03-29 | 1 | -22/+23 |
* | * random.c (default_rand): removed initial buffer. | nobu | 2010-03-15 | 1 | -25/+34 |
* | * random.c (next_state): no initialization here. | nobu | 2010-03-15 | 1 | -23/+17 |
* | * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655] | naruse | 2010-03-15 | 1 | -6/+22 |
* | fix rdoc. | akr | 2010-03-03 | 1 | -1/+1 |
* | * random.c (fill_random_seed): don't use O_NOFOLLOW because | akr | 2010-02-05 | 1 | -3/+0 |
* | * random.c (rb_hash_start): moved from string.c. | nobu | 2009-11-03 | 1 | -9/+37 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * random.c (random_rand): fixed rdoc. [ruby-core:25332] | nobu | 2009-09-03 | 1 | -1/+1 |
* | * random.c (random_rand): random integer can be a fixnum for | nobu | 2009-08-27 | 1 | -1/+1 |
* | * random.c (random_rand): refined error message. | nobu | 2009-08-26 | 1 | -9/+20 |