summaryrefslogtreecommitdiff
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_include_module): argument should be T_MODULE, notmatz2002-12-191-6/+1
* * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu2002-10-261-1/+1
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-1/+1
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-4/+15
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-1/+3
* * class.c (rb_define_class): should handle autoload.matz2002-03-151-0/+6
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-1/+3
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-6/+7
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-0/+2
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-161-0/+1
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-8/+22
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-2/+2
* * eval.c (rb_thread_schedule): should not select a thread which ismatz2001-12-181-0/+33
* * class.c (rb_include_module): should check whole ancestors tomatz2001-09-061-6/+3
* * class.c (rb_singleton_class_attached): should modify iv_tbl bymatz2001-04-111-7/+6
* * variable.c (rb_const_get): no recursion to show full class pathmatz2001-04-061-10/+46
* * time.c (make_time_t): remove HAVE_TM_ZONE code since itmatz2001-04-031-1/+4
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-3/+8
* matzmatz2000-12-181-0/+1
* matzmatz2000-12-051-4/+0
* matzmatz2000-07-271-0/+3
* 2000-06-22matz2000-06-221-0/+1
* 2000-05-24matz2000-05-241-1/+1
* 2000-05-01matz2000-05-011-3/+18
* 2000-03-07matz2000-03-071-4/+1
* 2000-02-25matz2000-02-251-0/+3
* 2000-02-18matz2000-02-181-12/+19
* 20000105matz2000-01-051-1/+1
* 19991214matz1999-12-141-8/+19
* 19991117matz1999-11-171-2/+2
* 1.4.0matz1999-08-131-26/+33
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-109/+159
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-85/+256
* Initial revisionv1_0_r2r2matz1998-01-161-0/+427