aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (rb_disable_super, rb_enable_super): deprecate.matz2003-07-161-8/+3
* * class.c (rb_define_class, rb_define_module): also set constant undernobu2003-07-011-0/+2
* * class.c (class_instance_method_list): get rid of warning aboutnobu2003-06-261-25/+21
* * class.c (rb_generic_class_instance_methods): merge argumentmatz2003-06-251-38/+18
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-2/+2
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-6/+0
* * class.c: add #include "version.h".aamine2003-05-191-0/+1
* * object.c (rb_mod_le): returns nil if two classes/modules are notmatz2003-05-151-10/+10
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-9/+4
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-6/+23
* * class.c (rb_class_protected_instance_methods): now givesmatz2003-05-021-2/+20