aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-061-0/+18
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-261-0/+30
* adding test coverage for invalid attribute namestenderlove2012-08-271-0/+13
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-0/+54
* test_module.rb: workaround for ruby-mode.elnobu2012-08-201-1/+1
* class.c: fix duplication of prepended modulenobu2012-07-311-0/+9
* * test/ruby/test_module.rb (TestModule#test_classpath): fixnobu2012-07-311-2/+2
* variable.c: fix r36574nobu2012-07-301-1/+5
* variable.c: tmp_classpathnobu2012-07-301-0/+17
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-191-0/+12
* prepend: fix mixing with includenobu2012-07-021-10/+33
* * class.c (class_instance_method_list): consider prepended Class/Modulenagachika2012-06-281-0/+6
* prepend: fix ancestors ordernobu2012-06-271-3/+31
* remove from original m_tblnobu2012-06-271-0/+9
* fix null m_tblnobu2012-06-271-0/+6
* ancestor modulesnobu2012-06-271-0/+9
* fix null m_tblnobu2012-06-271-0/+5
* Module#prependnobu2012-06-271-0/+32
* Revert r31873 Module#mixnobu2012-06-251-59/+0
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-221-0/+25
* fix typonobu2012-03-161-1/+1
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-081-0/+21
* * variable.c (set_const_visibility): Module#private_constant hasmame2011-12-031-0/+13
* Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse2011-11-301-0/+2
* * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu2011-11-301-31/+8
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-4/+8
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-3/+0
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-9/+19
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-0/+14
* fixed tests broken by new minitest mixinryan2011-08-231-4/+8
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-0/+8
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+2
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+3
* * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu2011-07-171-0/+58
* * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu2011-06-301-3/+34
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-101-3/+4
* * test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu2011-06-041-1/+16
* * class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu2011-06-041-0/+15
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-311-0/+29
* * remove trailing spaces.nobu2011-05-151-1/+1
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-0/+19
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-11/+39
* * eval.c (rb_mod_s_constants): should ignore crefs withshugo2011-03-311-0/+5
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-301-0/+16
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+15
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+4
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+4
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-281-0/+18
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-0/+20
* * vm.c (vm_define_method): defined method is run with the defaultnobu2010-10-241-1/+0