summaryrefslogtreecommitdiff
path: root/test/ruby/test_class.rb
AgeCommit message (Expand)Author
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2010-10-17* class.c (rb_define_{class,module}_id_under): register to benobu
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-01-21* test/ruby/test_bignum.rb, test/ruby/test_class.rb,mame
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2006-12-31 * Merge YARVko1