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
2011-07-03
* array.c (ary_reject_bang): should not remove elements which are
nobu
2011-07-01
* array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected
nobu
2010-11-17
* array.c (rb_ary_sort_by_bang): Add Array#sort_by!.
knu
2010-04-16
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2010-02-07
This even fails.
knu
2010-02-05
* test/ruby/test_array.rb (TestArray#test_splat): Add test cases
knu
2009-12-23
* parse.y (args): splat other than direct array literal.
nobu
2009-11-25
* test/ruby/test_array.rb (TestArray#test_splat): Add tests for a
knu
2009-10-16
* test/ruby/test_array.rb: suppress warnings.
nobu
2008-05-29
* enum.c (count_i, count_iter_i): Sync with trunk.
knu
2008-05-22
* array.c (flatten): check if reentered. [ruby-dev:34798]
nobu
2008-05-14
* array.c (rb_ary_count): Override Enumerable#count for better
knu
2008-04-14
* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional
knu
2007-12-10
* array.c (rb_ary_slice_bang): If an invalid negative index (<=
knu
2005-11-20
* test/ruby/test_array.rb (test_misc): added some tests
ocean
2005-11-15
* array.c (rb_ary_fill): tail elements were vanished when the middle
ocean
2005-05-13
* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...
ocean
2004-06-16
* test/ruby/test_array.rb: use local variables instead of a global
nobu
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi