summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2017-09-29array.c: improve operations on small arraysnobu
2017-08-30array.c: integer calculationsnobu
2017-08-29array.c: join encodingnobu
2017-08-29test/ruby: tweaked heredocsnobu
2017-05-12array.c: fix position in messagenobu
2017-05-12array.c: check position to insertnobu
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-01array.c: Array#append and Array#prependnobu
2017-03-02test: use RbConfig::Limitsnobu
2017-02-18array.c: check if numericnobu
2016-12-20array.c: do not resize to less than 0rhe
2016-12-20array.c: check array length every time after yieldingrhe
2016-12-17Increase timeoutnaruse
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-12-05random.c: private randnobu
2016-10-12test_array.rb: do not assume stable sortnobu
2016-09-08* array.c (flatten): use rb_obj_class instead of rb_class_ofktsj
2016-08-27multiple argumentsnobu
2016-05-19* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-04-24* test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk
2016-04-15* array.c (rb_ary_sum): Don't yield same element twice.akr
2016-04-15* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr
2016-04-15array.c (rb_ary_sum): use rb_rational_add directlymrkn
2016-04-15array.c: sum for Rational and Float mixed arraysmrkn
2016-04-15* test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn
2016-04-14add assertions.akr
2016-04-14add an assertion.akr
2016-04-14* array.c (rb_ary_sum): Support the optional argument, init, and block.akr
2016-04-13* array.c (rb_ary_sum): Array#sum is implemented.akr
2016-03-17* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame
2016-03-08test/ruby/test_array.rb: split permute + stack error tests out.headius
2016-02-19test/ruby: suppress parser warningsnobu
2016-01-26increase timeout for Solaris 10 SPARCnaruse
2016-01-23Add test for Array#keep_ifnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12object.c: raise TypeErrornobu
2015-11-09dignobu
2015-09-28preserve encodings in error messagesnobu
2015-08-20vm_eval.c: share with rb_obj_respond_tonobu
2015-08-11* test/ruby/test_array.rb: Add test for `Array#flatten` with level 1hsbt
2015-07-07* test/ruby/test_array.rbusa
2015-07-06* test/ruby/test_array.rbusa
2015-07-05test/ruby/test_array.rb: longer timeout for memory leak testnormal
2015-07-05array.c: fix memory leaknobu
2015-06-12array.c: bsearch_indexnobu
2015-06-11array.c: fix array size overflownobu
2015-01-25array.c: reduce to_ary callnobu