summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2010-01-22* test/ruby/test_dir.rb: get rid of debug print.mame
2010-01-22* test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame
2009-12-10* vm_eval.c (yield_under): yields self the same as 1.8.shugo
2009-12-04fixed tests.shugo
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
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,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* test/ruby/test_module.rb: suppress warnings.nobu
2009-09-12* vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu
2009-09-12* vm_method.c (rb_add_method, rb_add_method_me): call method addednobu
2009-07-30* test/ruby/test_module.rb (test_ancestors, test_included_modules):mame
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-26* vm_insnhelper.c (vm_call_method): __send__ can call protectednobu
2009-07-22* test/ruby/test_module.rb (TestModule#test_alias): warningmatz
2009-07-06* test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-09* test/ruby/test_module.rb (test_remove_class_variable): add a testmame
2008-10-06* test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz
2008-10-06* test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-05-24* test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame
2008-05-24* test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-16* test/ruby/test_module.rb (assert_method_defined?): added.nobu
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2007-02-08* test/ruby/test_module.rb: fix to use Symbol instead of Stringko1
2006-12-31 * Merge YARVko1