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
*
[DOC] Fix most of Range#cover? marked as verbatim
Marco Costa
2022-12-23
1
-42
/
+42
*
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
1
-4
/
+2
*
Raise TypeError for endless non-numeric range include?
Jeremy Evans
2022-11-24
1
-12
/
+37
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-7
/
+7
*
Range#size returns nil for (.."a") and (nil..)
Yusuke Endoh
2022-10-21
1
-1
/
+3
*
rb_int_range_last: properly handle non-exclusive range
Jean Boussier
2022-09-04
1
-4
/
+4
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-281
/
+281
*
Fix Range#cover? returning true for beginless ranges of different types
Jeremy Evans
2022-06-06
1
-1
/
+53
*
Document beginless, endless ranges in Range class documentation
Jeremy Evans
2022-04-25
1
-1
/
+10
*
Repaired What's Here sections for Range, String, Symbol, Struct (#5735)
Burdette Lamar
2022-03-30
1
-26
/
+26
*
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-12
1
-3
/
+2
*
Fix Range#include? for beginless exclusive string ranges
Jeremy Evans
2022-02-09
1
-0
/
+3
*
[DOC] Fix broken links to operator methods
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
1
-5
/
+5
*
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-07
1
-2
/
+2
*
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-03
1
-8
/
+10
*
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-11-09
1
-4
/
+2
*
[DOC] Fix code markup [ci skip]
Nobuyoshi Nakada
2021-10-25
1
-2
/
+2
*
Unify iteration arguments
Nobuyoshi Nakada
2021-10-10
1
-14
/
+2
*
Update iteration step in step_i_iter
Nobuyoshi Nakada
2021-10-10
1
-10
/
+6
*
Refactor sym_step_i function
S.H
2021-10-10
1
-9
/
+11
*
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
[next]