aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-3/+2
* * include/ruby/ruby.h: freeze nil/true/false.ko12014-09-111-13/+3
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-2/+5
* object.c: fix memory leaknobu2014-09-031-2/+5
* object.c: Object#itsefnobu2014-08-021-0/+18
* add some documents [ci skip]nobu2014-07-281-0/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-6/+6
* object.c: rb_obj_copy_ivarnobu2014-06-231-19/+25
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-071-0/+11
* id.def: predefine to_inobu2014-05-201-0/+1
* id.def: predefine conversion method IDsnobu2014-05-201-19/+14
* object.c: no longer copy tables of classes/modulesnobu2014-05-081-17/+1
* object.c: rb_class_search_ancestornobu2014-04-141-11/+21
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-6/+6
* * complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...hsbt2014-03-211-1/+3
* * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):ko12014-03-201-1/+1
* object.c: [DOC] merge rdocnobu2014-03-151-0/+3
* object.c: error message encodingnobu2014-01-301-16/+23
* * object.c: Add rdoc for classes frozen by defaultmarcandre2014-01-091-0/+3
* * hash.c (rb_objid_hash): should return `long'. brushup r44534.usa2014-01-091-3/+2
* object.c: hash value from objid with saltnobu2014-01-081-1/+2
* * object.c (Kernel#<=>) surround Comparable operators with <code> tags.eregon2013-12-281-4/+4
* ruby.h: swap iv_index_tbl and super for struct RClasstmm12013-12-201-1/+1
* object.c: check const namesnobu2013-12-141-6/+7
* object.c: nested path const_defined?nobu2013-12-141-10/+78
* object.c: remove unnecessary assignmentnobu2013-12-141-3/+1
* object.c: fix typonobu2013-12-141-1/+1
* object.c: fix r44189nobu2013-12-141-2/+4
* object.c: optimize rb_mod_const_get for symbolnobu2013-12-141-9/+5
* object.c: use RCLASS_M_TBL_WRAPPER for equality checkstmm12013-12-121-3/+3
* * object.c: [DOC] document Module#singleton_class?.ktsj2013-12-081-0/+13
* * object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of anari2013-12-031-1/+1
* * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTEDnari2013-12-031-1/+1
* * object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]zzak2013-11-211-7/+32
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-1/+1
* * object.c: [DOC] Document first argument also takes string for:zzak2013-10-241-0/+20
* object.c: avoid inadvertent symbol creationnobu2013-10-091-4/+33
* * object.c: [DOC] remove comment about trust/untrust.ktsj2013-08-251-2/+2
* * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.ktsj2013-08-181-1/+1
* object.c: undef Module#prepend_features on Classnobu2013-08-131-0/+1
* object.c: Module#singleton_class?nobu2013-08-081-0/+9
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-1/+1
* * object.c (rb_obj_cmp): Improve doc for Kernel#<=>eregon2013-07-091-2/+3
* Module extended doc by @PragTob [fixes GH-335]hsbt2013-07-091-2/+20
* * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]knu2013-07-091-1/+1
* * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typocharliesome2013-07-041-3/+3
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-141-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-41/+12
* * object.c (rb_Hash): fix docs. patched by Stefan Schüßler.ayumin2013-06-041-1/+1
* * object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]zzak2013-05-311-2/+2