summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-08-23fixed tests broken by new minitest mixinryan
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-17* test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu
2011-06-30* test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu
2011-06-10* test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu
2011-06-04* test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu
2011-06-04* class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu
2011-05-31* class.c (rb_mix_module): implement Module#mix.nobu
2011-05-15* remove trailing spaces.nobu
2011-03-31* vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo
2011-03-31* vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo
2011-03-31* eval.c (rb_mod_s_constants): should ignore crefs withshugo
2011-03-30* vm_insnhelper.h (COPY_CREF): should copyshugo
2011-01-29* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame
2011-01-28* variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame
2011-01-28* variable.c (rb_const_set): const_set shoud preserve constantmame
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-24* vm.c (vm_define_method): defined method is run with the defaultnobu
2010-07-02* test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ...nobu
2010-06-12* test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3...nobu
2010-06-12* test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [...nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-03-29instance_methods should not special-case singleton classes, fixes #2993shyouhei
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