summaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-9/+9
* * string.c (str_mod_check): frozen check should be separated.matz2004-11-161-16/+14
* * class.c: rdoc patchocean2004-07-151-5/+5
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-9/+5
* fix rdocdave2004-05-121-0/+2
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-1/+1
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+2
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+144
* * class.c (rb_mod_init_copy): always copy singleton class.nobu2003-12-221-0/+3
* * class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu2003-12-211-0/+13
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-041-1/+0
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-9/+0
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-19/+16
* * doc/NEWS, doc/ChangeLog-1.8.0: added.matz2003-08-041-0/+2
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-2/+2
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-2/+2