| Commit message (Expand) | Author | Age | Files | Lines |
* | * golf_prelude.rb, lib/set.rb (TC_Set#test_each), | knu | 2008-08-13 | 1 | -1/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -10/+36 |
* | * array.c (rb_ary_sample): rename #choice to #sample. in | matz | 2008-08-11 | 1 | -2/+6 |
* | * test/ruby/test_array.rb (test_aset): access with too big index | mame | 2008-06-30 | 1 | -2/+2 |
* | * enum.c (enum_count, count_all_i, Init_Enumerable), | knu | 2008-05-29 | 1 | -0/+1 |
* | * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems(). | knu | 2008-05-28 | 1 | -12/+0 |
* | * array.c (flatten): check if reentered. [ruby-dev:34798] | nobu | 2008-05-22 | 1 | -2/+2 |
* | * array.c (flatten): check if reentered. [ruby-dev:34798] | nobu | 2008-05-22 | 1 | -0/+14 |
* | * test/ruby/test_array.rb: fix tests for 64bit CPU. | mame | 2008-05-20 | 1 | -6/+16 |
* | * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT if | matz | 2008-05-20 | 1 | -1/+1 |
* | * array.c (rb_ary_sort_bang): should not free shared pointer, and set | nobu | 2008-05-17 | 1 | -0/+10 |
* | * array.c (rb_ary_count): Override Enumerable#count for better | knu | 2008-05-14 | 1 | -0/+8 |
* | * test/ruby/test_io_m17n.rb: remove a duplicative method. | mame | 2008-05-13 | 1 | -1/+1 |
* | * test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679]. | nobu | 2008-05-08 | 1 | -0/+19 |
* | add a test for [ruby-dev:34581]. | akr | 2008-05-03 | 1 | -0/+7 |
* | fix setup method. | akr | 2008-04-19 | 1 | -4/+1 |
* | * test/ruby/test_array.rb: add tests to achieve over 95% test coverage | mame | 2008-04-18 | 1 | -0/+267 |
* | * array.c (ary_new): fix size check. [ruby-dev:34123] | mame | 2008-03-25 | 1 | -0/+4 |
* | * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop, | mame | 2008-03-17 | 1 | -0/+16 |
* | * array.c (rb_ary_slice_bang): If an invalid range is given, do | knu | 2007-12-10 | 1 | -0/+16 |
* | * array.c (rb_ary_product): generalized product, now takes | matz | 2007-10-02 | 1 | -0/+6 |
* | * array.c (rb_ary_permutation): implementation contributed from | matz | 2007-10-01 | 1 | -8/+16 |
* | * array.c (rb_ary_combination): revisit #combination behavior. | matz | 2007-10-01 | 1 | -2/+2 |
* | * array.c (rb_ary_combination): new method to give all combination | matz | 2007-09-29 | 1 | -0/+22 |
* | add test for [ruby-dev:31197]. | akr | 2007-07-13 | 1 | -0/+2 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -17/+1022 |
* | * test/ruby/test_array.rb (test_misc): added some tests | ocean | 2005-11-20 | 1 | -0/+11 |
* | * array.c (rb_ary_fill): tail elements were vanished when the middle | ocean | 2005-11-15 | 1 | -0/+23 |
* | * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p... | ocean | 2005-05-13 | 1 | -0/+10 |
* | Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods. | michal | 2004-06-16 | 1 | -0/+28 |
* | * test/ruby/test_array.rb: use local variables instead of a global | nobu | 2004-06-16 | 1 | -49/+49 |
* | * test/*: should not depend on $KCODE. | nahi | 2004-02-18 | 1 | -2/+0 |
* | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -43/+43 |
* | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi | 2003-09-05 | 1 | -33/+33 |
* | * test/ruby: tests for ruby itself. | nahi | 2003-09-04 | 1 | -0/+103 |