aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * object.c (rb_obj_clone): should not propagate OLDGEN status.ko12013-05-231-2/+4
* * object.c (rb_inspect): fix typo and error messageeregon2013-05-181-2/+2
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-6/+15
* * object.c (rb_obj_setup): added.ko12013-05-131-0/+9
* object.c: skip prepending modulesnobu2013-05-021-0/+2
* id.def: predefined IDsnobu2013-05-021-13/+10
* * object.c: With feedback from Steve Klabnik, reverted a change tozzak2013-04-281-8/+8
* * object.c: Documentation for taint and trust [Bug #8162]zzak2013-04-281-8/+39
* object.c: extract common codenobu2013-04-081-61/+30
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-081-4/+8
* * object.c (rb_mod_const_set): call to_str for string only once.naruse2013-04-071-5/+10