aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_range.rb
Commit message (Expand)AuthorAgeFilesLines
* {Enumerable,Array,Range}#first, {Array,Range}#last with blockfeature/enumerable-first-with-blockKazuki Yamaguchi2016-04-121-0/+8
* * range.c (range_eqq): revert r11113 because rb_call_super() isshugo2016-01-231-0/+24
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* range.c: infected by the receivernobu2015-12-031-0/+10
* * test/ruby/test_range.rb: Add test case for Range#end withhsbt2015-07-221-0/+1
* * test/ruby/test_range.rb: Add test for Range#hashhsbt2015-07-211-0/+2
* test_range.rb: add Range#new testnobu2015-07-171-0/+6
* test_range.rb: add Range#last assertionsnobu2015-07-171-0/+3
* range.c: covered for linear objectsnobu2015-05-031-0/+8
* range.c: class name encodingnobu2015-01-131-0/+4
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * enum.c (nmin_run): max(n) and max_by(n) returns an array inakr2014-10-131-2/+2
* * test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt2014-08-261-1/+1
* * enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr2014-02-141-0/+6
* test/ruby: better assertionsnobu2013-12-131-44/+45
* range.c: revert the old behaviornobu2013-11-301-0/+8
* range.c: modify checknobu2013-10-261-0/+1
* test_range.rb: remove invalid assertionsnobu2013-08-081-8/+4
* Follow r42431naruse2013-08-081-3/+3
* range.c: return nil for empty rangenobu2013-08-061-0/+2
* range.c: consider exclusivenobu2013-08-061-0/+12
* test_range.rb: refine messagenobu2013-02-051-1/+8
* * range.c: Use div instead of / for bsearchmarcandre2013-02-051-0/+5
* * array.c (rb_ary_bsearch): Raise TypeError on bad return from blockmarcandre2013-01-301-0/+7
* * range.c: Restrict bsearch to integers [#7728]marcandre2013-01-301-0/+10
* * array.c (rb_ary_bsearch): Return enumerator if no block [#7725]marcandre2013-01-301-0/+6
* * range.c: Fix Range#bsearch for floats [Bug #7724]marcandre2013-01-291-0/+76
* * range.c (range_bsearch): fix some bugs: a documentation bug, a wrongmame2012-11-151-0/+3
* * array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame2012-11-141-0/+78
* * range.c: Support for Range#size and Range#each.sizemarcandre2012-11-061-0/+8
* * range.c (range_max): fix behavior with excluded end value.tarui2011-07-101-0/+2
* * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa2011-04-181-3/+3
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-141-0/+9
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-13/+21
* * 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