summaryrefslogtreecommitdiff
path: root/class.c
AgeCommit message (Expand)Author
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
2005-10-20* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuffocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-05-16* class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-07-15* class.c: rdoc patchocean
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-05-12fix rdocdave
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-22* class.c (rb_mod_init_copy): always copy singleton class.nobu
2003-12-21* class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu
2003-11-04* class.c, hash.c, string.c: remove #include "version.h".eban
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-08-04* doc/NEWS, doc/ChangeLog-1.8.0: added.matz
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-16* eval.c (rb_disable_super, rb_enable_super): deprecate.matz