| Commit message (Expand) | Author | Age | Files | Lines |
* | * random.c (Init_RandomSeed2): should be void. | nobu | 2008-06-20 | 1 | -1/+1 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -16/+60 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -1/+4 |
* | * random.c (limited_big_rand): fix buffer overflow when SIZEOF_BDIGITS | akr | 2008-02-02 | 1 | -6/+10 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/intern.h, random.c, array.c: | akr | 2007-12-24 | 1 | -2/+14 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -7/+7 |
* | * random.c: update MT URL.[ruby-core:13305]. | matz | 2007-11-08 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 1 | -19/+19 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * random.c (rb_f_rand): RDoc typo fix. a patch from Frederick | matz | 2006-09-24 | 1 | -1/+1 |
* | * array.c (rb_ary_shuffle_bang): new method. | matz | 2006-08-31 | 1 | -7/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -16/+8 |
* | * random.c (rand_init): suppress warning. | nobu | 2005-02-12 | 1 | -1/+1 |
* | * random.c (rand_init): use ALLOC_N instead of ALLOCA_N | akr | 2005-01-07 | 1 | -2/+2 |
* | * random.c (random_seed): O_NONBLOCK isn't defined on some | ocean | 2005-01-06 | 1 | -1/+4 |
* | * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2. | akr | 2005-01-05 | 1 | -15/+19 |
* | * random.c (init_by_array): imported from mt19937ar-cok.tgz. | akr | 2005-01-04 | 1 | -37/+216 |
* | * random.c (random_seed): don't use /dev/urandom if it is not character device. | akr | 2005-01-03 | 1 | -3/+15 |
* | * random.c (random_seed): use /dev/urandom if available. | akr | 2005-01-03 | 1 | -1/+19 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -1/+1 |
* | RDoc Struct and random | dave | 2003-12-28 | 1 | -0/+34 |
* | * bignum.c (BIGZEROP): macro to determine if x is a bignum zero. | matz | 2003-04-09 | 1 | -5/+0 |
* | * random.c (rb_f_rand): normalize bignum argument. | matz | 2003-04-08 | 1 | -0/+5 |
* | * random.c (rb_f_rand): type fix. | eban | 2003-01-31 | 1 | -1/+1 |
* | * parse.y (yylex): remove EXPR_CMDARG according to the RHG book. | matz | 2003-01-31 | 1 | -0/+5 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | move struct timeval to missing.h | michal | 2002-09-17 | 1 | -10/+0 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |
* | * hash.c (rb_hash_replace): should copy ifnone. | matz | 2002-08-13 | 1 | -1/+0 |
* | * random.c (N, M): undef for <winnt.h> on MinGW. | eban | 2002-07-26 | 1 | -0/+3 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -80/+155 |
* | * various files: macro fix-up by Michal Rokos. | matz | 2002-04-25 | 1 | -2/+2 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -6/+6 |
* | * random.c (rand_init): add check for initstate(3). | eban | 2002-04-11 | 1 | -1/+1 |
* | * io.c (READ_DATA_PENDING): uClibc support. | eban | 2002-02-27 | 1 | -1/+1 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | matz | matz | 2000-11-14 | 1 | -0/+1 |
* | matz | matz | 2000-11-02 | 1 | -1/+4 |
* | matz - nakada win32 patch | matz | 2000-08-03 | 1 | -1/+1 |
* | matz | matz | 2000-07-04 | 1 | -4/+13 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+2 |
* | 2000-02-08 | matz | 2000-02-08 | 1 | -2/+2 |
* | 2000-01-17 | matz | 2000-01-17 | 1 | -5/+3 |
* | 2000-01-08 | matz | 2000-01-08 | 1 | -15/+33 |
* | 20000105 | matz | 2000-01-05 | 1 | -1/+1 |
* | 19991206 | matz | 1999-12-06 | 1 | -6/+5 |
* | unsigned seed | matz | 1999-10-27 | 1 | -6/+6 |