summaryrefslogtreecommitdiff
path: root/test/ruby/test_range.rb
AgeCommit message (Expand)Author
2008-12-02* test/ruby/test_range.rb: add a test.mame
2008-05-02add tests for [ruby-dev:34557] and [ruby-dev:34558].akr
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-01-29* test/ruby/test_range.rb: add tests to achieve over 90% test coveragemame
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12add tests for [ruby-dev:31189] and [ruby-dev:31190].akr
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
2005-08-05add exclude_end? method to DuckRange.akr
2005-08-04add a test for duck-type range.akr
2005-06-30add a test for [ruby-dev:26383].akr
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-10-17* test/ruby/test_range.rb: added.usa