summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
2015-02-25* class.c (clone_method): fixed missing assignment introduced byusa
2015-02-25merge revision(s) 49685,49687: [Backport #10885]usa
2015-02-25merge revision(s) 49222,49480,49493: [Backport #10765] [Backport #1010826]usa
2014-06-23merge revision(s) 45874: [Backport #9813]usa
2014-02-22merge revision(s) r45076: [Backport #9535]nagachika
2013-09-12merge revision(s) 42903: [Backport #8881]nagachika
2013-06-08merge revision(s) 41175: [Backport #8502]nagachika
2013-05-09merge revision(s) 40612,40614: [Backport #8025]nagachika
2013-04-14merge revision(s) 40013,40032: [Backport #8188]nagachika
2013-03-24merge revision(s) 39601 and 39602(partially): [Backport #7983]nagachika
2013-03-02merge revision(s) 39236: [Backport #7841]nagachika
2012-12-29object.c: singleton class clonenobu
2012-12-17* class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome
2012-12-13* object.c (Init_Object): no needs to override with same method.nobu
2012-12-13 * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome
2012-12-12* class.c (rb_prepend_module): move refined methods from the originshugo
2012-12-10* fix the behavior when a module is included into a refinement.shugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-25* include/ruby/ruby.h, class.c: remove (revert)ko1
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-18* class.c (rb_define_frameless_method): rename fromko1
2012-10-15* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko1
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-08-23* class.c (singleton_class_of): flonum can't have singleton class.usa
2012-08-06method in instance_evalnobu
2012-08-06* internal.h, class.c, eval.c, insns.def: find the appropriateshugo
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo
2012-07-31class.c: fix duplication of prepended modulenobu
2012-07-02prepend: fix mixing with includenobu
2012-06-28* class.c (class_instance_method_list): consider prepended Class/Modulenagachika
2012-06-27prepend: fix ancestors ordernobu
2012-06-27fix null m_tblnobu
2012-06-27ancestor modulesnobu
2012-06-27fix null m_tblnobu
2012-06-27Module#prependnobu
2012-06-26use rb_check_hash_typenobu
2012-06-25Revert r31873 Module#mixnobu
2012-05-22* class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain
2012-04-15* reduce UNREACHABLE.nobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-14* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre
2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2011-10-04* class.c (class_alloc): allocate extra memory after containingnobu