summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-01-13* object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre
2010-01-09* class.c (rb_define_class): raise TypeError same as classnobu
2009-11-14* class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame
2009-11-03fix typos.akr
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-22* class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa
2009-10-21* object.c (rb_obj_inspect): print instance variables only whenmatz
2009-08-31* class.c (make_singleton_class): variable name changed.yugui
2009-08-31* class.c: refactored singleton class related matters.yugui
2009-08-29Doxygen comment.yugui
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-12* class.c (rb_define_module_id_under): fix the name.naruse
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-06-29Doxy-comments.yugui
2009-05-19* class.c (clone_method): add cast to remove warning frommatz
2009-05-19* struct.c (struct_ivar_get): new function to avoid repeatedmatz
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-03-13* class.c: fixed indent.nobu
2009-02-24* class.c (rb_scan_args): Allow specifying the number of trailingknu
2009-02-24* class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu
2009-02-22stripped trailing spaces.nobu
2009-02-16* class.c (rb_scan_args), README.EXT, README.EXT.ja: Add supportknu
2008-12-15* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui
2008-10-23* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz
2008-09-25* class.c (rb_make_metaclass): [BUG] Fixed a bus erroryugui
2008-09-25* class.c (rb_make_metaclass): Made class of class of classyugui
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.ko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-11* class.c (clone_method): should copy cbase in cref as well.matz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-03-09fix doc.akr
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-10-11* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-06-10* include/ruby: moved public headers.nobu
2006-12-31 * Merge YARVko1
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-10-06* class.c (rb_include_module): remove unnecessary check.matz
2006-09-02* object.c (Init_Object): move symbol related code to string.cmatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz