aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Suppress warningsnaruse2013-04-081-6/+3
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-081-0/+38
* * object.c (rb_mod_cvar_set): call to_str for string only once.naruse2013-04-071-0/+2
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+8
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-301-26/+13
* vm_method.c: overrid flag of prepending methodnobu2013-03-131-0/+12
* * class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre2013-03-071-0/+14
* class.c: check redefinitionnobu2013-03-051-0/+14
* class.c: cyclic prependnobu2013-02-141-0/+10
* vm_method.c: fix method_removednobu2013-02-141-1/+1
* vm_method.c: fix method_removednobu2013-02-141-2/+17
* * insns.def (defineclass): private constants should not be accessedshugo2013-01-111-0/+20
* * vm_method.c (Init_eval_method): main.public and main.privateshugo2013-01-071-14/+14
* * eval.c (Init_eval): main.include should be private.shugo2013-01-071-0/+19
* * variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse2012-12-271-0/+5
* internal.h: quote unprintablenobu2012-12-221-2/+6
* object.c: no nested symbolnobu2012-12-221-2/+3
* object.c: check more strictlynobu2012-12-221-2/+3
* object.c: nul in const namenobu2012-12-191-0/+9
* vm_insnhelper.c: no warnings for non-objectnobu2012-12-121-0/+63
* * 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