summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2014-01-06array.c: return first unique element in Array#uniqtmm1
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-13test/ruby: better assertionsnobu
2013-12-10array.c, hash.c: add saltnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-05array.c: prefer lhs elementsnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-04* test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu
2013-12-03hash.c: same hash value for similar constructsnobu
2013-12-03hash.c: detect recursion for allnobu
2013-12-03* array.c (ary_add_hash): set and return values because string keysglass
2013-11-26should not ignore the rest of recursive constructsnobu
2013-10-23* array.c: Add Array#to_h [Feature #7292]marcandre
2013-10-15test_array.rb: add testnobu
2013-10-09test/ruby: assert_raise_with_messagenobu
2013-08-13random.c: coerce before check negativenobu
2013-07-19Suppress warnings.akr
2013-07-19Suppress warnings.akr
2013-07-18* test/ruby/test_array.rb (test_count): add a test case for #counteregon
2013-07-18* array.c (rb_ary_count): check length to avoid SEGVeregon
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12array.c: freeze in callbacknobu
2013-06-12array.c: freeze in callbacknobu
2013-03-22* test_array.rb: Make test more precisemarcandre
2013-03-22* array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre
2013-02-24test_array.rb: fix test for r39466nobu
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