aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_array.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspelling words.hsbt2017-10-221-2/+2
* array.c: improve operations on small arraysnobu2017-09-291-0/+44
* array.c: integer calculationsnobu2017-08-301-6/+43
* array.c: join encodingnobu2017-08-291-0/+1
* test/ruby: tweaked heredocsnobu2017-08-291-7/+14
* array.c: fix position in messagenobu2017-05-121-0/+1
* array.c: check position to insertnobu2017-05-121-0/+1
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-211-4/+0
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-2/+2
* array.c: Array#append and Array#prependnobu2017-04-011-0/+19
* test: use RbConfig::Limitsnobu2017-03-021-2/+2
* array.c: check if numericnobu2017-02-181-0/+3
* array.c: do not resize to less than 0rhe2016-12-201-0/+5
* array.c: check array length every time after yieldingrhe2016-12-201-3/+10
* Increase timeoutnaruse2016-12-171-1/+1
* array.c, enum.c: change sum algorithmmrkn2016-12-061-0/+1
* random.c: private randnobu2016-12-051-0/+11
* test_array.rb: do not assume stable sortnobu2016-10-121-1/+1
* * array.c (flatten): use rb_obj_class instead of rb_class_ofktsj2016-09-081-0/+18
* multiple argumentsnobu2016-08-271-0/+6
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-6/+6
* Fix rb_ary_sum for mathnmrkn2016-05-011-0/+4
* * test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk2016-04-241-0/+3
* * array.c (rb_ary_sum): Don't yield same element twice.akr2016-04-151-0/+7
* * array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr2016-04-151-0/+1
* array.c (rb_ary_sum): use rb_rational_add directlymrkn2016-04-151-0/+2
* array.c: sum for Rational and Float mixed arraysmrkn2016-04-151-0/+2
* * test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn2016-04-151-4/+20
* add assertions.akr2016-04-141-2/+8
* add an assertion.akr2016-04-141-0/+2
* * array.c (rb_ary_sum): Support the optional argument, init, and block.akr2016-04-141-12/+20
* * array.c (rb_ary_sum): Array#sum is implemented.akr2016-04-131-0/+34
* * array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame2016-03-171-0/+31
* test/ruby/test_array.rb: split permute + stack error tests out.headius2016-03-081-2/+8
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* increase timeout for Solaris 10 SPARCnaruse2016-01-261-1/+1
* Add test for Array#keep_ifnobu2016-01-231-1/+15
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* object.c: raise TypeErrornobu2015-12-121-1/+2
* dignobu2015-11-091-0/+6
* preserve encodings in error messagesnobu2015-09-281-0/+2
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-201-0/+22
* * test/ruby/test_array.rb: Add test for `Array#flatten` with level 1hsbt2015-08-111-0/+1
* * test/ruby/test_array.rbusa2015-07-071-1/+1
* * test/ruby/test_array.rbusa2015-07-061-1/+1
* test/ruby/test_array.rb: longer timeout for memory leak testnormal2015-07-051-1/+1
* array.c: fix memory leaknobu2015-07-051-0/+10
* array.c: bsearch_indexnobu2015-06-121-0/+35
* array.c: fix array size overflownobu2015-06-111-0/+28