summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
AgeCommit message (Expand)Author
2008-05-14* array.c (rb_ary_count): Override Enumerable#count for betterknu
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-05-08* test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu
2008-05-03add a test for [ruby-dev:34581].akr
2008-04-19fix setup method.akr
2008-04-18* test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame
2008-03-17* array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame
2007-12-10* array.c (rb_ary_slice_bang): If an invalid range is given, doknu
2007-10-02* array.c (rb_ary_product): generalized product, now takesmatz
2007-10-01* array.c (rb_ary_permutation): implementation contributed frommatz
2007-10-01* array.c (rb_ary_combination): revisit #combination behavior.matz
2007-09-29* array.c (rb_ary_combination): new method to give all combinationmatz
2007-07-13add test for [ruby-dev:31197].akr
2006-12-31 * Merge YARVko1
2005-11-20* test/ruby/test_array.rb (test_misc): added some testsocean
2005-11-15* array.c (rb_ary_fill): tail elements were vanished when the middleocean
2005-05-13* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean
2004-06-16Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal
2004-06-16* test/ruby/test_array.rb: use local variables instead of a globalnobu
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
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