| Commit message (Expand) | Author | Age | Files | Lines |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -1/+1 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -2/+2 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+5 |
* | revert r43259 because it is possible to mark miss classes defined in C-exts. ... | ko1 | 2013-10-11 | 1 | -0/+5 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -5/+0 |
* | * class.c (class_alloc): remove mc_tbl | charliesome | 2013-09-24 | 1 | -1/+0 |
* | class.c: exclude refined methods | nobu | 2013-09-10 | 1 | -0/+4 |
* | class.c: remove recursion | nobu | 2013-09-05 | 1 | -13/+16 |
* | vm.c: prototype | nobu | 2013-09-04 | 1 | -1/+2 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -8/+127 |
* | * class.c (rb_prepend_module): make T_ICLASS object shady because | ko1 | 2013-08-12 | 1 | -0/+1 |
* | * include/ruby/ruby.h, gc.c: rename macros and functions: | ko1 | 2013-06-22 | 1 | -1/+1 |
* | * class.c (rb_include_class_new), eval.c (rb_using_refinement): | ko1 | 2013-06-22 | 1 | -1/+3 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -1/+1 |
* | * class.c, include/ruby/ruby.h: add write barriers for T_CLASS, | ko1 | 2013-06-14 | 1 | -10/+25 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -12/+0 |
* | * class.c (include_modules_at): invalidate method cache if included | charliesome | 2013-06-08 | 1 | -0/+2 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -24/+25 |
* | class.c: rb_singleton_class_get | nobu | 2013-05-13 | 1 | -0/+20 |
* | class.c: adjust indent | nobu | 2013-05-13 | 1 | -1/+1 |
* | class.c: include modules only | nobu | 2013-05-08 | 1 | -1/+3 |
* | class.c: exclude original module | nobu | 2013-05-08 | 1 | -1/+2 |
* | id.def: predefined IDs | nobu | 2013-05-02 | 1 | -3/+1 |
* | * remove trailing spaces. | nobu | 2013-04-24 | 1 | -1/+1 |
* | * class.c: Example of Object#methods by @windwiny [Fixes GH-293] | zzak | 2013-04-24 | 1 | -3/+12 |
* | class.c: suppress wrong warning | nobu | 2013-03-30 | 1 | -1/+9 |
* | class.c: from the origin class | nobu | 2013-03-13 | 1 | -6/+7 |
* | * class.c (rb_mod_ancestors): Include singleton_class in ancestors list | marcandre | 2013-03-07 | 1 | -2/+0 |
* | class.c: check redefinition | nobu | 2013-03-05 | 1 | -1/+5 |
* | class.c: cyclic prepend | nobu | 2013-02-14 | 1 | -3/+4 |
* | object.c: singleton class clone | nobu | 2012-12-29 | 1 | -0/+9 |
* | * class.c (rewrite_cref_stack, clone_method): rewrite a method's cref | charliesome | 2012-12-17 | 1 | -0/+18 |
* | * object.c (Init_Object): no needs to override with same method. | nobu | 2012-12-13 | 1 | -1/+1 |
* | * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy | charliesome | 2012-12-13 | 1 | -16/+17 |
* | * class.c (rb_prepend_module): move refined methods from the origin | shugo | 2012-12-12 | 1 | -0/+29 |
* | * fix the behavior when a module is included into a refinement. | shugo | 2012-12-10 | 1 | -0/+1 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -1/+15 |
* | * revert r37993 to avoid SEGV in tests. | shugo | 2012-11-30 | 1 | -15/+1 |
* | * vm_method.c (rb_method_entry_make): add a method entry with | shugo | 2012-11-29 | 1 | -1/+15 |
* | * bignum.c (bignew_1): Bignum instances are frozen. | ko1 | 2012-10-28 | 1 | -1/+3 |
* | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 | 2012-10-27 | 1 | -0/+4 |
* | * include/ruby/ruby.h, class.c: remove (revert) | ko1 | 2012-10-25 | 1 | -6/+0 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+1 |
* | * class.c (rb_define_frameless_method): rename from | ko1 | 2012-10-18 | 1 | -2/+2 |
* | * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST. | ko1 | 2012-10-15 | 1 | -0/+6 |
* | internal.h: allocator function in rb_classext_t | nobu | 2012-09-08 | 1 | -4/+3 |
* | * class.c (singleton_class_of): flonum can't have singleton class. | usa | 2012-08-23 | 1 | -1/+1 |
* | method in instance_eval | nobu | 2012-08-06 | 1 | -5/+19 |
* | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo | 2012-08-06 | 1 | -0/+1 |