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
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-2
/
+2
*
Remove unnecessary checks in `Range#each` [Bug #18237]
Jörg W Mittag
2021-10-03
1
-1
/
+0
*
Correct two errors in Range RDoc (#4889)
Burdette Lamar
2021-09-23
1
-2
/
+2
*
What's Here for Range (#4881)
Burdette Lamar
2021-09-22
1
-4
/
+88
*
Enhanced RDoc for Range (#4870)
Burdette Lamar
2021-09-20
1
-88
/
+151
*
Enhanced RDoc for Range (#4847)
Burdette Lamar
2021-09-18
1
-66
/
+190
*
Enhanced RDoc for Range#minmax (#4846)
Burdette Lamar
2021-09-15
1
-6
/
+40
*
Enhanced RDoc for Range#max (#4844)
Burdette Lamar
2021-09-15
1
-34
/
+78
*
Enhanced RDoc for Range#min (#4842)
Burdette Lamar
2021-09-15
1
-10
/
+73
*
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-15
1
-1
/
+1
*
Enhanced RDoc for Range (#4839)
Burdette Lamar
2021-09-14
1
-46
/
+81
*
Bsearch doc for Array and Range (#4838)
Burdette Lamar
2021-09-14
1
-44
/
+2
*
Enhanced RDoc for Range (#4833)
Burdette Lamar
2021-09-13
1
-55
/
+94
*
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-1
/
+1
*
Using RBOOL macro
S.H
2021-08-02
1
-8
/
+3
*
Refactor sym_each_i function
S-H-GAMELINKS
2021-07-22
1
-2
/
+1
*
Use public allocators for creating new T_OBJECT objects
Aaron Patterson
2020-10-28
1
-4
/
+1
*
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-10-23
1
-0
/
+7
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-6
/
+3
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-18
/
+51
*
range.c: Fix an exception message in rb_range_beg_len
Kenta Murata
2020-10-20
1
-5
/
+2
*
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-09-25
1
-0
/
+4
*
Removed trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-02
1
-1
/
+1
*
Update documentation for Range#max
Jeremy Evans
2020-09-01
1
-8
/
+28
*
Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...
Jeremy Evans
2020-09-01
1
-18
/
+3
*
Revert "Special case Range#max for integer beginning and Float::Infinity end"
Jeremy Evans
2020-09-01
1
-9
/
+0
*
Special case Range#max for integer beginning and Float::Infinity end
Jeremy Evans
2020-07-19
1
-0
/
+9
*
Fix Range#max for beginless Integer ranges [Bug #17034]
Michael Kohl
2020-07-19
1
-3
/
+4
*
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
[next]