summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2012-10-09array.c: use rb_random_ulong_limitednobu
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-07-25Add test to clarify r36421. [Bug #5915]naruse
2012-07-24* parse.y: added symbols and qsymbols productions for %i and %Itenderlove
2012-07-20test_array.rb: refine assertionsnobu
2012-07-14array.c: fill with nilnobu
2012-07-14array.c: no infection by unused separatornobu
2012-03-02* test/ruby/test_array.rb (test_combination2): Make the test case fornahi
2011-12-15* array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu
2011-09-30Fix wrong expectaion of r33363.naruse
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-07-03* array.c (ary_reject_bang): should not remove elements which arenobu
2011-07-01* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu
2011-02-15* array.c (array_join): copy the encoding of the first element asnaruse
2011-01-30Add ML Reference and a test for r30736 [ruby-core:34997]naruse
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse
2010-10-25* test/ruby/test_array.rb (test_rotate!): fix expected message.nobu
2010-08-26* array.c (rb_ary_shuffle_bang): bail out from modification duringnobu
2010-08-26* array.c (rb_ary_shuffle_bang): check number of argument.nobu
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25reverted to r29091; r29092 breaks test-allshyouhei
2010-08-25* random.c (rb_random_real): check the range of result.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-19* array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn
2010-08-18* array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn
2010-07-01add tests.akr
2010-06-06* test/ruby/test_array.rb (test_product): test for r28187.nobu
2010-06-06* array.c (rb_ary_product): need to set the length in order to getnobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-02* array.c (rb_ary_product): Test for reentrymarcandre
2010-03-20add tests.akr
2010-03-20* array.c (rb_ary_uniq_bang): the array is already unique if theakr
2010-03-13* enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2010-01-21* array.c (rb_ary_rotate): new methods, Array#rotate! andnobu
2010-01-18* test/ruby/test_array.rb: add some tests (for coverage).mame
2009-11-04Decrease counts of tests which spend so long time.naruse
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-07-17* array.c (recursive_hash): reject recursive key.akr
2009-07-17* array.c (recursive_join): raise ArgumentError for joiningmatz
2009-07-10* array.c (ary_join_1): should recurse for element array.nobu
2009-07-10* test/ruby/test_array.rb (test_join2): fixed typo.nobu
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu