aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* object.c: check const namesnobu2013-12-141-4/+17
* object.c: nested path const_defined?nobu2013-12-141-0/+20
* object.c: fix typonobu2013-12-141-1/+1
* proc.c, vm_method.c: fix super and aliasnobu2013-12-131-0/+51
* test/ruby: better assertionsnobu2013-12-131-40/+40
* test_module.rb: quote namenobu2013-10-091-4/+9
* vm_method.c: preserve encodingnobu2013-10-091-1/+3
* test/unit/assertions.rb: return exceptionnobu2013-10-091-7/+10
* test: use assert_raisenobu2013-10-091-3/+3
* test_module.rb: toplevel includenobu2013-09-231-0/+10
* test_module.rb: use assertions for messagesnobu2013-09-231-12/+13
* parse.y: junk sigil only namesnobu2013-09-201-0/+4
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-031-0/+12
* vm_insnhelper.c: fix zsuper in prependednobu2013-08-291-0/+15
* * proc.c (rb_mod_define_method): now they return the symbols of theusa2013-08-141-0/+20
* * class.c (rb_prepend_module): make T_ICLASS object shady becauseko12013-08-121-0/+16
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-0/+8
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-38/+0
* * class.c (include_modules_at): invalidate method cache if includedcharliesome2013-06-081-0/+20
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-0/+9
* class.c: include modules onlynobu2013-05-081-1/+9
* class.c: exclude original modulenobu2013-05-081-0/+7
* object.c: skip prepending modulesnobu2013-05-021-2/+9
* * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse2013-04-231-2/+2
* * test/ruby/test_module.rbknu2013-04-231-2/+2
* test_module.rb: renamenobu2013-04-191-1/+1
* vm_method.c: fix visibility on anonymous modulenobu2013-04-181-0/+7
* 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