aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* cancel subversion backfire. sorrymatz2011-03-071-5/+5
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-5/+5
* * class.c: fix camelCase to snake_case in documentation code examples.naruse2011-03-051-5/+5
* * class.c (clone_method): add GC guard to prevent intermediatenagachika2011-01-261-1/+3
* * class.c (make_metaclass): fix probable typo. builtin type flagnobu2010-12-051-1/+1
* * class.c: parenthesize macro arguments.akr2010-12-041-3/+3
* * class.c (clone_const): need to return value. fix r29602.usa2010-10-271-0/+1
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-261-4/+14
* * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame2010-10-261-0/+14