summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
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
2011-06-17* internal.h: declare internal functions here.akr
2011-06-04clone_const_inobu
2011-06-04* class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu
2011-05-31* class.c (rb_mix_module): implement Module#mix.nobu
2011-05-18* internal.h: add for internal use only.nobu
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* class.c: fix camelCase to snake_case in documentation code examples.naruse
2011-01-26 * class.c (clone_method): add GC guard to prevent intermediatenagachika
2010-12-05* class.c (make_metaclass): fix probable typo. builtin type flagnobu
2010-12-04* class.c: parenthesize macro arguments.akr
2010-10-27* class.c (clone_const): need to return value. fix r29602.usa
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame