index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
range.c
Age
Commit message (
Expand
)
Author
2018-10-12
range.c: [DOC] improve docs for Range#cover?
stomar
2018-09-28
Adjust indent [ci skip]
nobu
2018-09-28
Add Range#% to call-seq [ci skip]
kazu
2018-09-28
range.c: Add Range#%
mrkn
2018-09-12
[DOC] Modify descriptions for ArithmeticSequence
mrkn
2018-09-05
range.c: Range#cover? accepts Range object. [Feature #14473]
tarui
2018-08-20
Remove extra semicolon
kazu
2018-08-06
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-07-08
range.c: [DOC] small improvement
stomar
2018-06-22
range.c: Range#last and #max raises a RangeError if it is endless
mame
2018-06-22
range.c: Range#size now returns Float::INFINITY if it is endless
mame
2018-06-22
range.c: Range#to_a now raises RangeError if it is endless
mame
2018-06-13
Revert "range.c: prohibit `(1..nil)`"
mame
2018-06-13
range.c: prohibit `(1..nil)`
mame
2018-05-17
range.c: === by cover?
nobu
2018-04-29
range.c: optimize range_each for Bignum
nobu
2018-04-28
range.c: endless symbol range
nobu
2018-04-28
string.c: adjust to rb_str_upto_each
nobu
2018-04-28
range.c: each on endless range
nobu
2018-04-20
range.c: step in bignum
nobu
2018-04-20
range.c: fix fixnum loop condition
nobu
2018-04-19
internal.h: use the same declaration as definition
k0kubun
2018-04-19
Prefer CONST_ID to static global IDs
mame
2018-04-19
range.c: Make Range#bsearch support endless ranges
mame
2018-04-19
Make Range#min, max, include?, cover?, and === to support endless range
mame
2018-04-19
Introduce endless range [Feature#12912]
mame
2018-02-26
Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_of
mrkn
2017-10-25
range.c: use rb_check_funcall
nobu
2017-10-25
range.c: check if exclude_end? is defined
nobu
2017-05-30
Improve performance of Range#{min,max}
watson1978
2017-04-26
range.c: remove no longer used variable
nobu
2017-04-25
no longer rescue exceptions of #<=> when initializing a Range
eregon
2016-11-11
range.c: check loading
nobu
2016-11-10
range.c: check if range modifiable
nobu
2016-11-10
range.c: indent [ci skip]
nobu
2016-10-05
* range.c: Add docs for max/min behavior with exclusive range.
hsbt
2016-09-08
replace fixnum by integer in documents.
akr
2016-07-25
range.c: check_step_domain
nobu
2016-01-23
* range.c (range_eqq): revert r11113 because rb_call_super() is
shugo
2015-12-03
range.c: infected by the receiver
nobu
2015-10-28
NameError#receiver of uninitialized constant
nobu
2015-08-15
range.c: call range_include directly if possible
nobu
2015-05-15
range.c: move String specific code
nobu
2015-05-15
range.c: r_less
nobu
2015-05-15
range.c: r_cover_p
nobu
2015-05-03
range.c: covered for linear objects
nobu
2015-05-01
range.c: predefined IDs
nobu
2015-04-14
use frozen string of symbols
nobu
2015-02-16
use rb_funcallv
nobu
2015-01-13
range.c: trivial optimizations
nobu
[next]