index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_array.rb
Age
Commit message (
Expand
)
Author
2016-08-27
multiple arguments
nobu
2016-05-19
* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to take
usa
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-01
Fix rb_ary_sum for mathn
mrkn
2016-04-24
* test/ruby/test_array.rb: Add test cases for Array#sum with
yui-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-15
array.c (rb_ary_sum): use rb_rational_add directly
mrkn
2016-04-15
array.c: sum for Rational and Float mixed arrays
mrkn
2016-04-15
* test/ruby/test_array.rb (test_sum): add assertions for Rational and
mrkn
2016-04-14
add assertions.
akr
2016-04-14
add 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-08
test/ruby/test_array.rb: split permute + stack error tests out.
headius
2016-02-19
test/ruby: suppress parser warnings
nobu
2016-01-26
increase timeout for Solaris 10 SPARC
naruse
2016-01-23
Add test for Array#keep_if
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-12
object.c: raise TypeError
nobu
2015-11-09
dig
nobu
2015-09-28
preserve encodings in error messages
nobu
2015-08-20
vm_eval.c: share with rb_obj_respond_to
nobu
2015-08-11
* test/ruby/test_array.rb: Add test for `Array#flatten` with level 1
hsbt
2015-07-07
* test/ruby/test_array.rb
usa
2015-07-06
* test/ruby/test_array.rb
usa
2015-07-05
test/ruby/test_array.rb: longer timeout for memory leak test
normal
2015-07-05
array.c: fix memory leak
nobu
2015-06-12
array.c: bsearch_index
nobu
2015-06-11
array.c: fix array size overflow
nobu
2015-01-25
array.c: reduce to_ary call
nobu
2015-01-25
test_array.rb split flatten tests
nobu
2015-01-15
array.c: linear performance
nobu
2015-01-11
array.c: class name encoding
nobu
2015-01-10
array.c: keep consistency
nobu
2015-01-03
* array.c: Improve performance of Array#shift. use shared instead of
hsbt
2014-11-29
test/ruby: suppress warnings
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-06-14
array.c: non-recursive rcombinate0
nobu
2014-06-14
array.c: non-recursive rpermute0
nobu
2014-06-14
array.c: non-recursive permute0
nobu
2014-06-13
array.c: combination on a shared copy
nobu
2014-04-11
test_array.rb: skip if timed out
nobu
2014-04-11
test_array.rb: expand timeout
nobu
2014-04-11
array.c: maybe shared array
nobu
2014-04-11
test_array.rb: do minor GC
nobu
2014-04-11
test_array.rb: simplify test_shared_marking
nobu
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 shared
ko1
[next]