aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-291-0/+1
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-281-12/+0
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-2/+2
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-0/+14
* * test/ruby/test_array.rb: fix tests for 64bit CPU.mame2008-05-201-6/+16
* * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz2008-05-201-1/+1
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-171-0/+10
* * array.c (rb_ary_count): Override Enumerable#count for betterknu2008-05-141-0/+8
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu2008-05-081-0/+19
* add a test for [ruby-dev:34581].akr2008-05-031-0/+7
* fix setup method.akr2008-04-191-4/+1
* * test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame2008-04-181-0/+267
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-0/+4
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-171-0/+16
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-101-0/+16
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-021-0/+6
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-011-8/+16
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-011-2/+2
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+22
* add test for [ruby-dev:31197].akr2007-07-131-0/+2
* * Merge YARVko12006-12-311-17/+1022
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal2004-06-161-0/+28
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-43/+43
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-33/+33
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+103