summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2014-08-31merge revision(s) 46417,46418: [Backport #9939]usa
2014-05-27merge revision(s) 45562: [Backport #9727]usa
2013-10-10merge revision(s) 42068,42069: [Backport #8654]nagachika
2013-10-09merge revision(s) 42040,42041,42047: [Backport #8654]nagachika
2013-09-28merge revision(s) 42542: [Backport #8910]nagachika
2013-04-13merge revision(s) 39877,39881: [Backport #8153] [Backport #8154]nagachika
2013-03-09merge revision(s) 39466,39470: [Backport #7935]nagachika
2013-02-08* array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa
2013-02-01* array.c (rb_ary_dup): make returned array the same class as the originalcharliesome
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2012-11-26* array.c: Fix rdoc for Array#delete [#7437]marcandre
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-09* array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-04* array.c (recursive_equal): fix to return true when self and otherglass
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