summaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-111-20/+0
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-57/+60
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * Merge YARVko12006-12-311-26/+55
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-071-3/+21
* * class.c (rb_include_module): remove unnecessary check.matz2006-10-061-3/+0
* * object.c (Init_Object): move symbol related code to string.cmatz2006-09-021-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-20/+21
* * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean2005-10-201-7/+7
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-162/+46
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+2
* * class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu2005-05-161-0/+3