summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2014-01-17eval.c: singleton class constantsnobu
2013-12-14object.c: check const namesnobu
2013-12-14object.c: nested path const_defined?nobu
2013-12-14object.c: fix typonobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test_module.rb: quote namenobu
2013-10-09vm_method.c: preserve encodingnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test: use assert_raisenobu
2013-09-23test_module.rb: toplevel includenobu
2013-09-23test_module.rb: use assertions for messagesnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-03* eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-12* class.c (rb_prepend_module): make T_ICLASS object shady becauseko1
2013-06-18* vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-08* class.c (include_modules_at): invalidate method cache if includedcharliesome
2013-05-24* variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome
2013-05-08class.c: include modules onlynobu
2013-05-08class.c: exclude original modulenobu
2013-05-02object.c: skip prepending modulesnobu
2013-04-23* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse
2013-04-23* test/ruby/test_module.rbknu
2013-04-19test_module.rb: renamenobu
2013-04-18vm_method.c: fix visibility on anonymous modulenobu
2013-04-08Suppress warningsnaruse
2013-04-08* object.c (rb_obj_ivar_set): call to_str for string only once.naruse
2013-04-07* object.c (rb_mod_cvar_set): call to_str for string only once.naruse
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-03-30* test/ruby/test_class.rb: Simplify warning checksmarcandre
2013-03-13vm_method.c: overrid flag of prepending methodnobu
2013-03-07* class.c (rb_mod_ancestors): Include singleton_class in ancestors listmarcandre
2013-03-05class.c: check redefinitionnobu
2013-02-14class.c: cyclic prependnobu
2013-02-14vm_method.c: fix method_removednobu
2013-02-14vm_method.c: fix method_removednobu
2013-01-11* insns.def (defineclass): private constants should not be accessedshugo
2013-01-07* vm_method.c (Init_eval_method): main.public and main.privateshugo
2013-01-07* eval.c (Init_eval): main.include should be private.shugo
2012-12-27* variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse
2012-12-22internal.h: quote unprintablenobu
2012-12-22object.c: no nested symbolnobu
2012-12-22object.c: check more strictlynobu
2012-12-19object.c: nul in const namenobu
2012-12-12vm_insnhelper.c: no warnings for non-objectnobu
2012-11-06* object.c (rb_mod_const_get): Fix constant missing exception classtenderlove
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove