summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* Decrease counts of tests which spend so long time.naruse2009-11-041-2/+2
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-301-0/+12
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-1/+2
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-3/+1
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-2/+2
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+1
* * test/ruby/test_array.rb (test_join2): fixed typo.nobu2009-07-101-1/+1
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-101-0/+5
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-071-0/+3
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-071-0/+2
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-151-0/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-17/+17
* * test/ruby/test_array.rb: fix wrong test, and add a test formame2009-03-041-1/+7
* * test/ruby/test_array.rb: add some tests for coverage.mame2009-03-041-0/+14
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-141-0/+9
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-211-2/+5
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-191-0/+5
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-311-0/+2
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-0/+8
* * test/ruby/test_array.rb: add some tests.mame2008-10-291-0/+29
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-291-0/+5
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-291-1/+1
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+17
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-241-2/+4
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-1/+1
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-131-1/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-10/+36
* * array.c (rb_ary_sample): rename #choice to #sample. inmatz2008-08-111-2/+6
* * test/ruby/test_array.rb (test_aset): access with too big indexmame2008-06-301-2/+2
* * 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