summaryrefslogtreecommitdiff
path: root/test/ruby/test_range.rb
AgeCommit message (Expand)Author
2015-07-22* test/ruby/test_range.rb: Add test case for Range#end withhsbt
2015-07-21* test/ruby/test_range.rb: Add test for Range#hashhsbt
2015-07-17test_range.rb: add Range#new testnobu
2015-07-17test_range.rb: add Range#last assertionsnobu
2015-05-03range.c: covered for linear objectsnobu
2015-01-13range.c: class name encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-13* enum.c (nmin_run): max(n) and max_by(n) returns an array inakr
2014-08-26* test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2013-12-13test/ruby: better assertionsnobu
2013-11-30range.c: revert the old behaviornobu
2013-10-26range.c: modify checknobu
2013-08-08test_range.rb: remove invalid assertionsnobu
2013-08-08Follow r42431naruse
2013-08-06range.c: return nil for empty rangenobu
2013-08-06range.c: consider exclusivenobu
2013-02-05test_range.rb: refine messagenobu
2013-02-05* range.c: Use div instead of / for bsearchmarcandre
2013-01-30* array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre
2013-01-30* range.c: Restrict bsearch to integers [#7728]marcandre
2013-01-30* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre
2013-01-29* range.c: Fix Range#bsearch for floats [Bug #7724]marcandre
2012-11-15* range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-06* range.c: Support for Range#size and Range#each.sizemarcandre
2011-07-10 * range.c (range_max): fix behavior with excluded end value.tarui
2011-04-18* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa
2011-04-14* numeric.c (ruby_float_step): wrong loop condition.usa
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2009-11-26* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui
2009-09-23* string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu
2009-08-17* range.c (range_step): treat symbols specially so that iteratingmatz
2009-08-17* range.c (range_each): should honor to_str conversion.matz
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
2009-08-05* range.c (range_eql, range_eq): fixed equality to work formatz
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