summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2014-11-29test/ruby: suppress warningsnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-13array.c: combination on a shared copynobu
2014-04-11test_array.rb: skip if timed outnobu
2014-04-11test_array.rb: expand timeoutnobu
2014-04-11array.c: maybe shared arraynobu
2014-04-11test_array.rb: do minor GCnobu
2014-04-11test_array.rb: simplify test_shared_markingnobu
2014-04-10* test/ruby/test_array.rb: remove useless `assert'.ko1
2014-04-10* array.c (rb_ary_modify): remember shared array owner if a sharedko1
2014-02-13* test/ruby/test_array.rb: Ensure flatten! is used for test_flattenzzak
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