aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c: Improve documentation of Kernel#Arraysonots2017-10-211-1/+10
* object.c: fix conversion failure messagenobu2017-09-151-18/+26
* object.c: fix potential oob write in rb_str_to_dbl()rhe2017-09-011-1/+1
* Add Doxygen commentsyugui2017-07-221-0/+1
* Fix documentskazu2017-07-221-2/+2
* Fix typos and indentkazu2017-07-221-6/+6
* * remove trailing spaces.svn2017-07-221-1/+1
* Add documentsyugui2017-07-221-92/+451
* Improve performance of implicit type conversionwatson19782017-05-311-21/+54
* object.c: improve docsstomar2017-05-301-12/+13
* Improve performance of rb_eql()watson19782017-05-251-1/+9
* Improve performance of rb_equal()watson19782017-05-251-1/+4
* object.c: use a sized enumerator with #yield_selfnobu2017-05-141-1/+7
* internal.h: rb_raise_staticnobu2017-05-021-3/+3
* object.c: Kernel#yield_selfnobu2017-05-011-0/+18
* Improve performance of type conversion using to_rmrkn2017-04-141-0/+1
* object.c: make String#to_f consistent with literalnobu2017-03-151-9/+4
* object.c: [DOC] simplify Object#tap examplestomar2017-03-091-5/+5
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-1/+4
* optimize FIXABLE macroshyouhei2017-03-061-4/+1
* numeric.c: Numeric#clone and #dupnobu2017-02-221-0/+10
* object.c: refactor rb_obj_clone and rb_obj_clone2nobu2017-02-221-15/+36
* object.c: message encodingnobu2017-02-211-3/+4
* object.c: no TypeError at Symbolnobu2017-01-231-0/+1
* object.c: rb_class_allocnobu2017-01-021-4/+11
* object.c: rb_class_s_newnobu2017-01-021-3/+10
* object.c: no TypeError at special constnobu2016-11-291-2/+15
* object.c: no TypeError at special const clonenobu2016-11-291-1/+3
* object.c: no TypeError at special const dupnobu2016-11-271-1/+1
* object.c: fixable float to fixnumnobu2016-10-271-18/+11
* object.c: use converted stringnobu2016-10-271-2/+1
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-7/+7
* * object.c: Improve documentation for Integer conversion.hsbt2016-10-141-3/+6
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-071-4/+4
* object.c: update rdocnobu2016-09-091-11/+6
* replace fixnum by integer in documents.akr2016-09-081-1/+1
* object.c: fix {Module,Class}.new rdoc [ci skip]nobu2016-08-241-2/+2
* * object.c (InitVM_Object): Update referenced document path.kou2016-08-141-1/+1
* deprecate TRUE,FALSE,NILnobu2016-08-071-0/+8
* object.c: restrict freeze optionnobu2016-08-031-0/+4
* object.c: suppress warningnobu2016-08-031-2/+1
* Object#clone with freeze: false [Feature #12300]shyouhei2016-08-011-6/+30
* Fix typo [ci skip]nobu2016-06-281-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* object.c: fix error messagenobu2016-02-191-1/+1
* resolve class name earlier and more consistentlynormal2016-01-121-7/+0
* object.c: fix prepend cmpnobu2015-12-301-5/+2
* use id_table for constant tablesnormal2015-12-291-0/+8
* * object.c (rb_inspect): check the default internal encoding asshugo2015-12-131-6/+7