aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre2010-01-131-1/+1
* * class.c (rb_define_class): raise TypeError same as classnobu2010-01-091-1/+1
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-141-0/+8
* fix typos.akr2009-11-031-1/+1
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-3/+3
* * class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa2009-10-221-1/+1
* * object.c (rb_obj_inspect): print instance variables only whenmatz2009-10-211-0/+10
* * class.c (make_singleton_class): variable name changed.yugui2009-08-311-8/+3
* * class.c: refactored singleton class related matters.yugui2009-08-311-74/+157
* Doxygen comment.yugui2009-08-291-0/+196
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-11/+8
* * class.c (rb_define_module_id_under): fix the name.naruse2009-08-121-2/+2
* * class.c (rb_define_class_id_under, rb_define_module_id_under):nobu2009-08-121-8/+16
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-4/+4