summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
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
2017-05-02internal.h: rb_raise_staticnobu
2017-05-01object.c: Kernel#yield_selfnobu
2017-04-14Improve performance of type conversion using to_rmrkn
2017-03-15object.c: make String#to_f consistent with literalnobu
2017-03-09object.c: [DOC] simplify Object#tap examplestomar
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-06optimize FIXABLE macroshyouhei
2017-02-22numeric.c: Numeric#clone and #dupnobu
2017-02-22object.c: refactor rb_obj_clone and rb_obj_clone2nobu
2017-02-21object.c: message encodingnobu
2017-01-23object.c: no TypeError at Symbolnobu
2017-01-02object.c: rb_class_allocnobu
2017-01-02object.c: rb_class_s_newnobu
2016-11-29object.c: no TypeError at special constnobu
2016-11-29object.c: no TypeError at special const clonenobu
2016-11-27object.c: no TypeError at special const dupnobu
2016-10-27object.c: fixable float to fixnumnobu
2016-10-27object.c: use converted stringnobu
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-14* object.c: Improve documentation for Integer conversion.hsbt
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2016-09-09object.c: update rdocnobu
2016-09-08replace fixnum by integer in documents.akr
2016-08-24object.c: fix {Module,Class}.new rdoc [ci skip]nobu
2016-08-14* object.c (InitVM_Object): Update referenced document path.kou
2016-08-07deprecate TRUE,FALSE,NILnobu
2016-08-03object.c: restrict freeze optionnobu
2016-08-03object.c: suppress warningnobu
2016-08-01Object#clone with freeze: false [Feature #12300]shyouhei
2016-06-28Fix typo [ci skip]nobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-02-19object.c: fix error messagenobu
2016-01-12resolve class name earlier and more consistentlynormal
2015-12-30object.c: fix prepend cmpnobu
2015-12-29use id_table for constant tablesnormal
2015-12-13* object.c (rb_inspect): check the default internal encoding asshugo
2015-12-12object.c: raise TypeErrornobu