index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
range.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Range#{max,minmax} for range with integer beginning and non-integer end
Jeremy Evans
2020-07-13
1
-3
/
+18
*
Use static variables in Range#minmax
Jeremy Evans
2020-07-04
1
-2
/
+4
*
Fix non-numeric exclusive Range#minmax bug
Sam Bostock
2020-07-04
1
-1
/
+4
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+2
*
range_each: do not goto into a branch
卜部昌平
2020-06-29
1
-20
/
+36
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+3
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+13
*
range.c: Range#min with a beginless one now raise an explicit exception
Yusuke Endoh
2019-12-25
1
-0
/
+7
*
Enhance Range docs
zverok
2019-12-22
1
-10
/
+24
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-2
/
+2
*
implement Range#count
卜部昌平
2019-12-04
1
-0
/
+37
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-2
/
+0
*
Make Range#=== operate like cover? instead of include? for string ranges
Jeremy Evans
2019-08-14
1
-9
/
+14
*
Implement Range#minmax
Jeremy Evans
2019-08-14
1
-0
/
+22
*
Document that Range#cover? returns false if <=> returns nil
Jeremy Evans
2019-07-24
1
-1
/
+4
*
range.c (inspect_range): omit beginless "nil"
Yusuke Endoh
2019-05-23
1
-3
/
+9
*
Add exception support in `Range#first`.
manga_osyo
2019-05-01
1
-0
/
+3
*
range.c: force hash values fixable
nobu
2019-04-08
1
-1
/
+1
*
range.c: support to make beginless arithmetic sequences
mrkn
2019-04-04
1
-1
/
+3
*
range.c (r_cover_range_p): support beginless range
mame
2019-04-03
1
-2
/
+3
*
Introduce beginless range [Feature#14799]
mame
2019-04-03
1
-10
/
+39
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-6
/
+4
*
Fix styles [ci skip]
nobu
2019-01-09
1
-2
/
+4
*
range.c (range_last): disable optimization when each is redefined
mrkn
2019-01-08
1
-1
/
+2
*
range.c: optimize rb_range_last for int renage
mrkn
2019-01-06
1
-0
/
+61
*
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-21
1
-0
/
+3
*
range.c: [DOC] fix typo
stomar
2018-12-12
1
-1
/
+1
*
range.c: Typo fix [DOC] [ci skip] [#15405]
marcandre
2018-12-12
1
-1
/
+1
*
range.c: Documentation on endless ranges.
marcandre
2018-12-12
1
-0
/
+28
*
enumerator.c: rb_arithmetic_sequence_extract
mrkn
2018-12-12
1
-3
/
+0
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-6
/
+1
*
range.c: [DOC] improve docs for Range#cover?
stomar
2018-10-12
1
-5
/
+6
*
Adjust indent [ci skip]
nobu
2018-09-28
1
-1
/
+1
*
Add Range#% to call-seq [ci skip]
kazu
2018-09-28
1
-0
/
+4
*
range.c: Add Range#%
mrkn
2018-09-28
1
-0
/
+7
*
[DOC] Modify descriptions for ArithmeticSequence
mrkn
2018-09-12
1
-0
/
+3
*
range.c: Range#cover? accepts Range object. [Feature #14473]
tarui
2018-09-05
1
-4
/
+57
*
Remove extra semicolon
kazu
2018-08-20
1
-1
/
+1
*
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-08-06
1
-5
/
+13
*
range.c: [DOC] small improvement
stomar
2018-07-08
1
-2
/
+2
*
range.c: Range#last and #max raises a RangeError if it is endless
mame
2018-06-22
1
-1
/
+9
*
range.c: Range#size now returns Float::INFINITY if it is endless
mame
2018-06-22
1
-2
/
+8
*
range.c: Range#to_a now raises RangeError if it is endless
mame
2018-06-22
1
-0
/
+22
*
Revert "range.c: prohibit `(1..nil)`"
mame
2018-06-13
1
-8
/
+6
*
range.c: prohibit `(1..nil)`
mame
2018-06-13
1
-6
/
+8
*
range.c: === by cover?
nobu
2018-05-17
1
-3
/
+14
[prev]
[next]