aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-3/+3
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-0/+2
* test_name use Integer instead of Fixnum.akr2016-05-011-1/+1
* assertions.rb: set default internal encodingnobu2016-04-091-8/+3
* test_module.rb: sort constantsnobu2015-12-311-1/+1
* * test/ruby/test_module.rb (test_classpath): r53376 may changenaruse2015-12-301-1/+1
* object.c: fix prepend cmpnobu2015-12-301-0/+6
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-181-0/+18
* * vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo2015-12-171-0/+16
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * method.h: introduce the folliwing field and macros.ko12015-11-181-0/+14
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-14/+0
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-0/+14
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-1/+10
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-8/+21
* encoding for inspectnobu2015-10-281-1/+1
* Add string argument test casesnobu2015-10-261-0/+15
* Replace tab with 8 spaces [Fix GH-1068]nobu2015-10-261-2/+2
* class.c: refine error messagesnobu2015-09-271-0/+7
* variable.c: fail if frozennobu2015-09-161-0/+19
* * test/ruby/test_module.rb: should not expect a method table ordering.ko12015-08-041-3/+3
* variable.c: Module#deprecate_constantnobu2015-07-301-0/+7
* insns.def: preserve encodingnobu2015-06-281-0/+5
* test_redefinition_mismatchnobu2015-06-281-0/+8
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-021-2/+2
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-301-1/+1
* test_parse.rb: move assertionsnobu2015-05-221-0/+3
* * vm_method.c: Remove private attribute warning [Bug #10967]zzak2015-05-211-2/+1
* vm_eval.c: next super class from the originalnobu2015-03-061-0/+11
* variable.c: preserve name encoding of subclassnobu2015-02-281-0/+2
* test_module.rb: more testsnobu2015-01-201-8/+18
* class.c: prepend for each classesnobu2015-01-191-0/+11
* * test/ruby/test_method.rb: Add test for &-coersion of anheadius2015-01-061-0/+19
* * test/ruby/test_module.rb: Refactor invalid testcase.hsbt2015-01-021-2/+7
* test_module.rb: fix encodingnobu2014-11-181-1/+3
* object.c: fix error messagenobu2014-11-171-3/+5
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_module.rb: test with UTF-8nobu2014-10-201-1/+4
* vm_insnhelper.c: preserve encodingnobu2014-10-201-0/+5
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* class.c: do not freeze meta-meta-classnobu2014-09-191-3/+12
* * test/ruby/test_module.rb: Bump up timeout inheadius2014-07-201-1/+1
* class.c: always clear tables firstnobu2014-05-081-0/+19
* * test/ruby: get rid of warnings.usa2014-03-051-1/+1
* envutil.rb: move labeled_module and labeled_classnobu2014-02-261-8/+2
* class.c: do nothing if copying selfnobu2014-02-211-0/+11
* parse.y: symbol names must be ascii-compatiblenobu2014-02-051-0/+5
* eval.c: singleton class constantsnobu2014-01-171-0/+13
* object.c: check const namesnobu2013-12-141-4/+17
* object.c: nested path const_defined?nobu2013-12-141-0/+20