aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * class.c (rb_define_{class,module}_id_under): register to benobu2010-10-171-0/+2
* * array.c (rb_ary_and, rb_ary_or), class.c (rb_mod_init_copy),nobu2010-10-131-3/+3
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-1/+1
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-1/+28
* * class.c (rb_include_module): don't clear the method cache if theakr2010-08-011-1/+2
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* * class.c (rb_mod_init_copy): when class is dup'ed, a metaclass of themame2010-06-271-0/+1
* * class.c: rdoc fix [ruby-core:30449]marcandre2010-06-221-3/+4
* * object.c: Object#public_methods, private_methods, etc. returnsmame2010-06-171-5/+92
* * removed trailing spaces.nobu2010-05-291-16/+16
* * gc.c : use simple lazy sweep algorithm for response performancenari2010-05-281-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-6/+6
* * method.h, vm_method.c: rename some internal functions related toko12010-05-041-1/+1
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-1/+0
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-061-0/+3