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
ruby_3_4
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
2023-04-14
[Bug #19533] Fix infinite range inclusion with numeric value
Nobuyoshi Nakada
2023-04-14
Extract range type check functions
Nobuyoshi Nakada
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-09
[Bug #19426] Fix endless `Range#step` with `#succ` method
Nobuyoshi Nakada
2022-12-23
[DOC] Fix most of Range#cover? marked as verbatim
Marco Costa
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-11-24
Raise TypeError for endless non-numeric range include?
Jeremy Evans
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-21
Range#size returns nil for (.."a") and (nil..)
Yusuke Endoh
2022-09-04
rb_int_range_last: properly handle non-exclusive range
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-06
Fix Range#cover? returning true for beginless ranges of different types
Jeremy Evans
2022-04-25
Document beginless, endless ranges in Range class documentation
Jeremy Evans
2022-03-30
Repaired What's Here sections for Range, String, Symbol, Struct (#5735)
Burdette Lamar
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-09
Fix Range#include? for beginless exclusive string ranges
Jeremy Evans
2022-02-08
[DOC] Fix broken links to operator methods
Nobuyoshi Nakada
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-09
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-10-25
[DOC] Fix code markup [ci skip]
Nobuyoshi Nakada
2021-10-10
Unify iteration arguments
Nobuyoshi Nakada
2021-10-10
Update iteration step in step_i_iter
Nobuyoshi Nakada
2021-10-10
Refactor sym_step_i function
S.H
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
Remove unnecessary checks in `Range#each` [Bug #18237]
Jörg W Mittag
2021-09-23
Correct two errors in Range RDoc (#4889)
Burdette Lamar
2021-09-22
What's Here for Range (#4881)
Burdette Lamar
2021-09-20
Enhanced RDoc for Range (#4870)
Burdette Lamar
2021-09-18
Enhanced RDoc for Range (#4847)
Burdette Lamar
2021-09-15
Enhanced RDoc for Range#minmax (#4846)
Burdette Lamar
2021-09-15
Enhanced RDoc for Range#max (#4844)
Burdette Lamar
2021-09-15
Enhanced RDoc for Range#min (#4842)
Burdette Lamar
2021-09-15
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-14
Enhanced RDoc for Range (#4839)
Burdette Lamar
2021-09-14
Bsearch doc for Array and Range (#4838)
Burdette Lamar
2021-09-13
Enhanced RDoc for Range (#4833)
Burdette Lamar
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-08-02
Using RBOOL macro
S.H
2021-07-22
Refactor sym_each_i function
S-H-GAMELINKS
2020-10-28
Use public allocators for creating new T_OBJECT objects
Aaron Patterson
2020-10-23
numeric.c, range.c: prohibit zero step
Kenta Murata
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-20
range.c: Fix an exception message in rb_range_beg_len
Kenta Murata
2020-09-25
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-09-02
Removed trailing spaces [ci skip]
Nobuyoshi Nakada
2020-09-01
Update documentation for Range#max
Jeremy Evans
[next]