summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
2013-04-24* remove trailing spaces.nobu
2013-04-24* class.c: Example of Object#methods by @windwiny [Fixes GH-293]zzak
2013-03-30class.c: suppress wrong warningnobu
2013-03-13class.c: from the origin classnobu
2013-03-07* class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre
2013-03-05class.c: check redefinitionnobu
2013-02-14class.c: cyclic prependnobu
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
2011-10-04Revert r33397 because it cause segv.naruse
2011-10-04* class.c (class_alloc): allocate extra memory after containingnobu
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-06-30* class.c (Init_class_hierarchy): should name BasicObjectmatz