summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_range.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-261-0/+34
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-231-0/+1
* * range.c (range_step): treat symbols specially so that iteratingmatz2009-08-171-0/+4
* * range.c (range_each): should honor to_str conversion.matz2009-08-171-0/+3
* * string.c (rb_str_upto): generate numerical sequence whenmatz2009-08-161-0/+6
* * range.c (range_eql, range_eq): fixed equality to work formatz2009-08-051-0/+4
* * test/ruby/test_range.rb: add a test.mame2008-12-021-0/+9
* add tests for [ruby-dev:34557] and [ruby-dev:34558].akr2008-05-021-0/+14
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-6/+0
* * test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame2008-01-291-0/+188
* * range.c (range_dumper): make uninitialized range dumpable.akr2007-09-101-0/+7
* * range.c: represent initialized state using EXCL instead of FL_USER3.akr2007-09-101-0/+5
* * range.c (range_max, range_min): return nil for empty set as well asnobu2007-07-131-0/+6
* add tests for [ruby-dev:31189] and [ruby-dev:31190].akr2007-07-121-0/+2
* * range.c (range_max): treat end exclusion without iteration ifmatz2005-11-251-0/+20
* add exclude_end? method to DuckRange.akr2005-08-051-1/+6
* add a test for duck-type range.akr2005-08-041-0/+12
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_range.rb: added.usa2003-10-171-0/+13