aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre2013-03-071-2/+0
* class.c: check redefinitionnobu2013-03-051-1/+5
* class.c: cyclic prependnobu2013-02-141-3/+4
* object.c: singleton class clonenobu2012-12-291-0/+9
* * class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome2012-12-171-0/+18
* * object.c (Init_Object): no needs to override with same method.nobu2012-12-131-1/+1
* * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome2012-12-131-16/+17
* * class.c (rb_prepend_module): move refined methods from the originshugo2012-12-121-0/+29
* * fix the behavior when a module is included into a refinement.shugo2012-12-101-0/+1
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-1/+15
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-15/+1
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-1/+15
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-281-1/+3
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-271-0/+4
* * include/ruby/ruby.h, class.c: remove (revert)ko12012-10-251-6/+0
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* * class.c (rb_define_frameless_method): rename fromko12012-10-181-2/+2
* * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko12012-10-151-0/+6
* internal.h: allocator function in rb_classext_tnobu2012-09-081-4/+3
* * class.c (singleton_class_of): flonum can't have singleton class.usa2012-08-231-1/+1
* method in instance_evalnobu2012-08-061-5/+19
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-0/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-3/+3
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-021-1/+1
* class.c: fix duplication of prepended modulenobu2012-07-311-1/+1
* prepend: fix mixing with includenobu2012-07-021-38/+16
* * class.c (class_instance_method_list): consider prepended Class/Modulenagachika2012-06-281-2/+7
* prepend: fix ancestors ordernobu2012-06-271-2/+13
* fix null m_tblnobu2012-06-271-2/+4
* ancestor modulesnobu2012-06-271-6/+22
* fix null m_tblnobu2012-06-271-1/+1
* Module#prependnobu2012-06-271-0/+42
* use rb_check_hash_typenobu2012-06-261-1/+1
* Revert r31873 Module#mixnobu2012-06-251-132/+2
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-221-0/+2
* * reduce UNREACHABLE.nobu2012-04-151-7/+4
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-6/+1
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-1/+1
* * class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu2011-12-051-3/+0
* * lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse2011-12-041-1/+3
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-041-2/+1
* Revert r33397 because it cause segv.naruse2011-10-041-1/+2
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-041-2/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-10/+10
* * class.c (Init_class_hierarchy): should name BasicObjectmatz2011-06-301-0/+1
* * internal.h: declare internal functions here.akr2011-06-171-2/+0
* clone_const_inobu2011-06-041-16/+24
* * class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu2011-06-041-0/+2
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-311-24/+145