| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 45076: [Backport #9535] | usa | 2014-02-22 | 1 | -0/+11 |
* | merge revision(s) 44628: [Backport #9413] | usa | 2014-02-14 | 1 | -0/+13 |
* | merge revision(s) 41175: [Backport #8503] | usa | 2013-06-26 | 1 | -0/+20 |
* | merge revision(s) 33935,33936,33987: [Backport #5702] | naruse | 2012-02-13 | 1 | -0/+34 |
* | merge revision(s) 32527,32567: [Backport #6004] | naruse | 2012-02-12 | 1 | -0/+58 |
* | Revert r34538. | naruse | 2012-02-10 | 1 | -34/+0 |
* | merge revision(s) 33935,33936,33987: | naruse | 2012-02-10 | 1 | -0/+34 |
* | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu | 2011-09-02 | 1 | -9/+19 |
* | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu | 2011-09-01 | 1 | -0/+14 |
* | backported r33039 | ryan | 2011-08-23 | 1 | -4/+8 |
* | reverted Module#mix -- r31873, r31917 and r31918. | yugui | 2011-07-10 | 1 | -59/+0 |
* | * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423]. | nobu | 2011-06-30 | 1 | -3/+34 |
* | * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove all | nobu | 2011-06-10 | 1 | -3/+4 |
* | * test/ruby/test_module.rb (TestModule#test_mix_const): test for | nobu | 2011-06-04 | 1 | -1/+16 |
* | * class.c (check_mix_method_i, do_mix_method_i): not mix methods | nobu | 2011-06-04 | 1 | -0/+15 |
* | * class.c (rb_mix_module): implement Module#mix. | nobu | 2011-05-31 | 1 | -0/+29 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_get_ev_const): should ignore crefs with | shugo | 2011-03-31 | 1 | -0/+19 |
* | * vm_insnhelper.c (vm_get_ev_const): search root cref properly. | shugo | 2011-03-31 | 1 | -11/+39 |
* | * eval.c (rb_mod_s_constants): should ignore crefs with | shugo | 2011-03-31 | 1 | -0/+5 |
* | * vm_insnhelper.h (COPY_CREF): should copy | shugo | 2011-03-30 | 1 | -0/+16 |
* | * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevel | mame | 2011-01-29 | 1 | -0/+15 |
* | * variable.c (rb_mod_const_of, sv_i): Module#constant should exclude | mame | 2011-01-28 | 1 | -0/+4 |
* | * variable.c (rb_const_set): const_set shoud preserve constant | mame | 2011-01-28 | 1 | -0/+4 |
* | * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise | mame | 2011-01-28 | 1 | -0/+18 |
* | * object.c (Init_Object), constant.h, variable.c | mame | 2010-10-26 | 1 | -0/+20 |
* | * vm.c (vm_define_method): defined method is run with the default | nobu | 2010-10-24 | 1 | -1/+0 |
* | * test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ... | nobu | 2010-07-02 | 1 | -1/+2 |
* | * test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3... | nobu | 2010-06-12 | 1 | -0/+13 |
* | * test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [... | nobu | 2010-06-12 | 1 | -0/+6 |
* | * test/ruby: fixed nonsense assertions. | nobu | 2010-04-29 | 1 | -1/+1 |
* | instance_methods should not special-case singleton classes, fixes #2993 | shyouhei | 2010-03-29 | 1 | -0/+8 |
* | * test/ruby/test_dir.rb: get rid of debug print. | mame | 2010-01-22 | 1 | -7/+3 |
* | * test/ruby/test_array.rb: add a test for Array#rotate, rotate!. | mame | 2010-01-22 | 1 | -0/+19 |
* | * vm_eval.c (yield_under): yields self the same as 1.8. | shugo | 2009-12-10 | 1 | -1/+1 |
* | fixed tests. | shugo | 2009-12-04 | 1 | -1/+1 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -4/+23 |
* | * vm_insnhelper.c (vm_call_method): protected singleton methods of | shugo | 2009-11-16 | 1 | -0/+24 |
* | * vm_method.c (rb_add_method_def): no redefinition warning on | nobu | 2009-10-03 | 1 | -0/+8 |
* | * vm_method.c (rb_add_method_def): show the location where | nobu | 2009-09-30 | 1 | -0/+4 |
* | * test/ruby/test_{class,module}.rb (test_method_redefinition): include | nobu | 2009-09-29 | 1 | -1/+29 |
* | * test/ruby/test_{class,module}.rb (test_method_redefinition): refined. | nobu | 2009-09-29 | 1 | -0/+28 |
* | * test/ruby/test_module.rb: suppress warnings. | nobu | 2009-09-29 | 1 | -4/+4 |
* | * vm_method.c (rb_alias): hooks are called from rb_add_method_def. | nobu | 2009-09-12 | 1 | -1/+13 |
* | * vm_method.c (rb_add_method, rb_add_method_me): call method added | nobu | 2009-09-12 | 1 | -0/+19 |
* | * test/ruby/test_module.rb (test_ancestors, test_included_modules): | mame | 2009-07-30 | 1 | -4/+10 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 1 | -0/+8 |
* | * vm_insnhelper.c (vm_call_method): __send__ can call protected | nobu | 2009-07-26 | 1 | -1/+21 |
* | * test/ruby/test_module.rb (TestModule#test_alias): warning | matz | 2009-07-22 | 1 | -1/+1 |
* | * test/ruby/test_module.rb (TestModule#test_undef): adjust to | matz | 2009-07-06 | 1 | -1/+1 |