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
/
compar.c
Age
Commit message (
Expand
)
Author
2023-12-11
docs(compar.c): change class name in example
Hsing-Hui Hsu
2023-10-25
[DOC] Add doc for behavior when passing nil to Comparable#clamp(min, max)
Kouhei Yanagita
2023-04-10
[DOC] Correct docs for Comparable
Wai-Wai Ng
2023-01-17
Change ArgumentError message when Comparable#clamp receives min value higher ...
Kaíque Kandy Koga
2022-12-02
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-17
Using RBOOL in cmp_between func
S-H-GAMELINKS
2022-03-30
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-25
[DOC] Repair format and links in What's Here sections (#5711)
Burdette Lamar
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-08-02
Using RBOOL macro
S.H
2021-06-21
What's Here for Numeric and Comparable
Burdette Lamar
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-06-29
cmp_clamp: do not goto into a branch
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-23
[DOC] Improve readability of requirements for <=>
Marcus Stollsteimer
2019-10-26
Raise on end-exclusive ranges [Feature #14784]
Nobuyoshi Nakada
2019-10-25
Fixed range argument condition [Feature #14784]
Nobuyoshi Nakada
2019-10-16
Comparable#clamp with a range [Feature #14784]
Nobuyoshi Nakada
2019-10-15
[DOC] fixed a variable name [ci skip]
Nobuyoshi Nakada
2019-04-22
Clarify requirements of <=>
Shugo Maeda
2019-03-22
[DOC] fix markups [ci skip]
nobu
2016-08-11
Comparable#clamp
nobu
2016-08-11
compar.c: utility functions
nobu
2015-12-15
* compar.c: Update doc for == [#7688] [ci-skip]
marcandre
2015-02-21
compar.c: variable name [ci skip]
nobu
2015-02-11
* compar.c (cmp_equal): no more error hiding for Comparable#==.
eregon
2015-01-13
compar.c: fix message
nobu
2014-08-21
compar.c: use Module#to_s
nobu
2014-08-19
compar.c: preserve encodings
nobu
2014-01-18
* compar.c (cmp_equal): warn for this release and still rescue
eregon
2014-01-05
* compar.c (cmp_equal): remove error hiding in Comparable#==.
eregon
2013-12-28
* compar.c (cmp_eq_recursive): Fix the return value, the value for
eregon
2013-10-09
compar.c: fail if recursion
nobu
2013-05-06
* compar.c (Comparable#==): fix typo.
eregon
2013-02-17
compar.c: inversed comarison without infinite recursion
nobu
2013-02-07
* compar.c (cmp_equal): Document ignored exception and return false
zzak
2010-05-17
* array.c: Documentation: change => in call-seq to ->.
marcandre
2009-10-28
* string.c: rdoc for <=>, casecmp
marcandre
2009-02-22
stripped trailing spaces.
nobu
2008-08-16
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-06-09
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-04-06
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-09-01
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-06-10
* include/ruby: moved public headers.
nobu
2005-12-12
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
[next]