aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* * test_array.rb: Make test more precisemarcandre2013-03-221-1/+1
* * array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre2013-03-221-0/+9
* test_array.rb: fix test for r39466nobu2013-02-241-2/+2
* * array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and theusa2013-02-081-7/+0
* * array.c (rb_ary_dup): make returned array the same class as the originalcharliesome2013-02-011-0/+7
* * array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre2013-01-301-5/+7
* * array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre2013-01-301-0/+6
* * array.c: Fix rdoc for Array#delete [#7437]marcandre2012-11-261-0/+8
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-141-0/+27
* * array.c (rb_ary_splice): fix r37583 doesn't condier the case whennaruse2012-11-091-0/+12
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * array.c (recursive_equal): fix to return true when self and otherglass2012-11-041-0/+14
* array.c: use rb_random_ulong_limitednobu2012-10-091-4/+4
* array.c, enum.c: TypeError in zipnobu2012-09-191-1/+1
* Add test to clarify r36421. [Bug #5915]naruse2012-07-251-0/+3
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+11
* test_array.rb: refine assertionsnobu2012-07-201-26/+26
* array.c: fill with nilnobu2012-07-141-1/+3
* array.c: no infection by unused separatornobu2012-07-141-0/+13
* * test/ruby/test_array.rb (test_combination2): Make the test case fornahi2012-03-021-3/+1
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu2011-12-151-2/+2
* Fix wrong expectaion of r33363.naruse2011-09-301-1/+2
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-291-0/+2
* * array.c (ary_reject_bang): should not remove elements which arenobu2011-07-031-2/+2
* * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejectednobu2011-07-011-0/+10
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-0/+7
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-301-0/+6
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-0/+1
* * test/ruby/test_array.rb (test_rotate!): fix expected message.nobu2010-10-251-1/+1
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-1/+55
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+1
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-0/+13
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-13/+0
* * random.c (rb_random_real): check the range of result.nobu2010-08-251-0/+13
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-231-1/+16
* * array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn2010-08-191-0/+10
* * array.c (ary_make_shared), test/ruby/test_array.rb (test_permutation): alwa...mrkn2010-08-181-0/+3
* add tests.akr2010-07-011-0/+2
* * test/ruby/test_array.rb (test_product): test for r28187.nobu2010-06-061-0/+5
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-061-0/+8
* * test/ruby: fixed nonsense assertions.nobu2010-04-291-2/+2
* * array.c (rb_ary_repeated_permutation): new method added. a patchmatz2010-04-161-0/+82
* * array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre2010-04-071-2/+2
* * array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre2010-04-031-1/+4
* * array.c (rb_ary_product): Test for reentrymarcandre2010-04-021-0/+17
* add tests.akr2010-03-201-0/+41
* * array.c (rb_ary_uniq_bang): the array is already unique if theakr2010-03-201-0/+43
* * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz2010-03-131-1/+1
* * array.c (rb_ary_select_bang): select! removes all elements formatz2010-03-031-0/+16
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-101-5/+33