summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2014-11-18test_module.rb: fix encodingnobu
2014-11-17object.c: fix error messagenobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-20test_module.rb: test with UTF-8nobu
2014-10-20vm_insnhelper.c: preserve encodingnobu
2014-09-25object.c (rb_class_real): do not dereference 0 VALUEnormal
2014-09-19class.c: do not freeze meta-meta-classnobu
2014-07-20* test/ruby/test_module.rb: Bump up timeout inheadius
2014-05-08class.c: always clear tables firstnobu
2014-03-05* test/ruby: get rid of warnings.usa
2014-02-26envutil.rb: move labeled_module and labeled_classnobu
2014-02-21class.c: do nothing if copying selfnobu
2014-02-05parse.y: symbol names must be ascii-compatiblenobu
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