summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2019-01-28Fix `Module#const_defined?` on inherited constantsnobu
2019-01-12No FloatDomainError at non-finitive number if exception: falsenobu
2019-01-03[DOC] Add `or nil` to call-seq [ci skip]kazu
2018-12-26object.c (rb_obj_match): use rb_warn for deprecation warningmame
2018-12-24complex.c, object.c: [DOC] improve "exception: false" docsstomar
2018-12-22{complex,object,rational}.c: document exception: falsenormal
2018-12-22Use idExceptionnobu
2018-12-16[DOC] Update Object#=~ [ci skip]kazu
2018-12-06Show the class of the receiver [Feature #15231]nobu
2018-12-05Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-26object.c: Deprecate Object#=~ and add NilClass#=~`mame
2018-11-03Always inline rb_to_integer to prevent a method call penaltyk0kubun
2018-10-26object.c: [DOC] fix typos in doc for yield_selfstomar
2018-10-21Improve doc of yield_selfaycabta
2018-10-02Get rid of calling to_f in rat2dbl_without_to_fnobu
2018-10-02Fix Rational of Floatnobu
2018-07-22object.c: prefer base optargnobu
2018-07-09Don't copy FL_USER* on Kernel#clone. [Bug #14847]ko1
2018-05-30object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]matz
2018-05-04object.c: raise on long invalid float stringnobu
2018-05-02object.c: fix exponent with underscorenobu
2018-04-10symbol.c: non-ASCII constant namesnobu
2018-03-15Add `exception:` keyword in Kernel#Float()mrkn
2018-03-15Add `exception:` keyword in Kernel#Integer()mrkn
2018-03-07object.c: conversions with IDnobu
2018-02-27defs/id.def: predefine to_f IDnobu
2018-02-26use convert_type_with_idnobu
2018-02-26use convert_type_with_idnobu
2018-02-26Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_ofmrkn
2018-02-26Check the result of to_int in Kernel#Integermrkn
2018-02-23[DOC] hide declaration from rdocnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-27array.c: rb_check_to_arraynobu
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-29Make Module#attr{accessor|reader|writer|} public [#14132]marcandre
2017-11-29object.c: deprecate Datanobu
2017-10-21* object.c: Improve documentation of Kernel#Arraysonots
2017-09-15object.c: fix conversion failure messagenobu
2017-09-01object.c: fix potential oob write in rb_str_to_dbl()rhe
2017-07-22Add Doxygen commentsyugui
2017-07-22Fix documentskazu
2017-07-22Fix typos and indentkazu
2017-07-22* remove trailing spaces.svn
2017-07-22Add documentsyugui
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-30object.c: improve docsstomar
2017-05-25Improve performance of rb_eql()watson1978
2017-05-25Improve performance of rb_equal()watson1978
2017-05-14object.c: use a sized enumerator with #yield_selfnobu