Age | Commit message (Expand) | Author |
2013-03-30 | class.c: suppress wrong warning | nobu |
2013-03-13 | class.c: from the origin class | nobu |
2013-03-07 | * class.c (rb_mod_ancestors): Include singleton_class in ancestors list | marcandre |
2013-03-05 | class.c: check redefinition | nobu |
2013-02-14 | class.c: cyclic prepend | nobu |
2012-12-29 | object.c: singleton class clone | nobu |
2012-12-17 | * class.c (rewrite_cref_stack, clone_method): rewrite a method's cref | charliesome |
2012-12-13 | * object.c (Init_Object): no needs to override with same method. | nobu |
2012-12-13 | * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy | charliesome |
2012-12-12 | * class.c (rb_prepend_module): move refined methods from the origin | shugo |
2012-12-10 | * fix the behavior when a module is included into a refinement. | shugo |
2012-12-06 | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo |
2012-11-30 | * revert r37993 to avoid SEGV in tests. | shugo |
2012-11-29 | * vm_method.c (rb_method_entry_make): add a method entry with | shugo |
2012-10-28 | * bignum.c (bignew_1): Bignum instances are frozen. | ko1 |
2012-10-27 | * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: | ko1 |
2012-10-25 | * include/ruby/ruby.h, class.c: remove (revert) | ko1 |
2012-10-20 | * include/ruby/ruby.h: add C APIs. | nari |
2012-10-18 | * class.c (rb_define_frameless_method): rename from | ko1 |
2012-10-15 | * method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST. | ko1 |
2012-09-08 | internal.h: allocator function in rb_classext_t | nobu |
2012-08-23 | * class.c (singleton_class_of): flonum can't have singleton class. | usa |
2012-08-06 | method in instance_eval | nobu |
2012-08-06 | * internal.h, class.c, eval.c, insns.def: find the appropriate | shugo |
2012-08-02 | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo |
2012-08-02 | * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c, | shugo |
2012-07-31 | class.c: fix duplication of prepended module | nobu |
2012-07-02 | prepend: fix mixing with include | nobu |
2012-06-28 | * class.c (class_instance_method_list): consider prepended Class/Module | nagachika |
2012-06-27 | prepend: fix ancestors order | nobu |
2012-06-27 | fix null m_tbl | nobu |
2012-06-27 | ancestor modules | nobu |
2012-06-27 | fix null m_tbl | nobu |
2012-06-27 | Module#prepend | nobu |
2012-06-26 | use rb_check_hash_type | nobu |
2012-06-25 | Revert r31873 Module#mix | nobu |
2012-05-22 | * class.c (rb_mod_init_copy): Clear the cached inspect string of a | drbrain |
2012-04-15 | * reduce UNREACHABLE. | nobu |
2012-04-13 | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain |
2012-03-14 | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre |
2012-01-07 | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari |
2011-12-05 | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu |
2011-12-04 | * lib/delegate.rb (Delegator#methods): Kernel#methods receives | naruse |
2011-10-04 | * class.c (class_alloc): allocate extra memory after containing | nobu |
2011-10-04 | Revert r33397 because it cause segv. | naruse |
2011-10-04 | * class.c (class_alloc): allocate extra memory after containing | nobu |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-06-30 | * class.c (Init_class_hierarchy): should name BasicObject | matz |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-04 | clone_const_i | nobu |