aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-42/+23
* Doxy-comments.yugui2009-06-291-0/+71
* * class.c (clone_method): add cast to remove warning frommatz2009-05-191-1/+1
* * struct.c (struct_ivar_get): new function to avoid repeatedmatz2009-05-191-1/+3
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-8/+10
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-4/+15
* * class.c: fixed indent.nobu2009-03-131-21/+21
* * class.c (rb_scan_args): Allow specifying the number of trailingknu2009-02-241-0/+6
* * class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu2009-02-241-78/+68
* stripped trailing spaces.nobu2009-02-221-31/+31
* * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add supportknu2009-02-161-16/+49
* * test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui2008-12-151-20/+43
* * class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz2008-10-231-3/+3
* * class.c (rb_make_metaclass): [BUG] Fixed a bus erroryugui2008-09-251-2/+7
* * class.c (rb_make_metaclass): Made class of class of classyugui2008-09-251-1/+14
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.ko12008-09-231-0/+2
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-1/+0
* * include/ruby/signal.h: removed.ko12008-09-031-3/+0
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+7
* * class.c (clone_method): should copy cbase in cref as well.matz2008-08-111-1/+9
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-4/+8
* fix doc.akr2008-03-091-8/+8
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+3
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0