| Commit message (Expand) | Author | Age | Files | Lines |
* | proc.c: fix inherited method owner | nobu | 2013-12-29 | 1 | -5/+0 |
* | vm_insnhelper.c: missing super in method module | nobu | 2013-12-28 | 1 | -0/+5 |
* | * vm_insnhelper.c (argument_error): insert dummy frame to make | ko1 | 2013-12-25 | 1 | -9/+11 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -3/+3 |
* | vm_insnhelper.c: optimize for loop | tmm1 | 2013-12-19 | 1 | -3/+3 |
* | vm_insnhelper.c: post arguments as mandatory | nobu | 2013-12-14 | 1 | -3/+4 |
* | * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience | charliesome | 2013-12-09 | 1 | -6/+6 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -3/+3 |
* | class.c, vm_insnhelper.c: check unknown keywords | nobu | 2013-12-08 | 1 | -8/+6 |
* | gc.c: promote long-lived NODE_CREF objects to oldgen | tmm1 | 2013-12-08 | 1 | -2/+2 |
* | class.c: move kwarg functions | nobu | 2013-12-06 | 1 | -92/+0 |
* | vm_insnhelper.c: rb_get_kwargs | nobu | 2013-12-06 | 1 | -8/+24 |
* | vm_insnhelper.c: keyword hash functions | nobu | 2013-11-30 | 1 | -35/+38 |
* | * vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASE | sorah | 2013-11-29 | 1 | -1/+7 |
* | * insns.def: unify ic_constant_serial and ic_class_serial into one field | charliesome | 2013-11-09 | 1 | -4/+4 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -8/+8 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_call_method): set ci->me to 0 when the | shugo | 2013-10-17 | 1 | -1/+7 |
* | * proc.c: catch up last commit. | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * iseq.c, internal.h: change to public (but internal) functions | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args): | ktsj | 2013-09-29 | 1 | -0/+9 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message. | ktsj | 2013-09-22 | 1 | -1/+1 |
* | vm_insnhelper.c: debugging | nobu | 2013-09-09 | 1 | -3/+30 |
* | eval.c, vm_insnhelper.c: adjust style | nobu | 2013-09-09 | 1 | -1/+2 |
* | * vm_eval.c (vm_call0): fix prototype, the id parameter should be of | charliesome | 2013-09-07 | 1 | -4/+9 |
* | * vm_insnhelper.c (vm_getivar): use class sequence to check class | charliesome | 2013-09-05 | 1 | -6/+4 |
* | * vm_insnhelper.c (vm_search_method): no need to check klass == ci->klass | charliesome | 2013-09-04 | 1 | -1/+1 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -2/+4 |
* | * vm_insnhelper.c (vm_search_super_method): use ci->argc instead of | ko1 | 2013-09-02 | 1 | -1/+1 |
* | vm_insnhelper.c: fix zsuper in prepended | nobu | 2013-08-29 | 1 | -3/+6 |
* | array.c: optimized equality | nobu | 2013-08-27 | 1 | -0/+12 |
* | vm_insnhelper.c: reduce duplication | nobu | 2013-08-27 | 1 | -7/+4 |
* | vm_insnhelper.h: RBASIC_CLASS | nobu | 2013-08-27 | 1 | -4/+4 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -2/+35 |
* | * vm_insnhelper.c (vm_invoke_block): returning from lambda proc | ktsj | 2013-08-09 | 1 | -2/+5 |
* | * vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t. | ko1 | 2013-08-06 | 1 | -2/+2 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -13/+9 |
* | * vm_insnhelper.c (vm_expandarray): use RARRAY_RAWPTR() instead of | ko1 | 2013-07-24 | 1 | -5/+6 |
* | * vm_insnhelper.c (vm_call_method): ensure methods of type | charliesome | 2013-06-18 | 1 | -1/+1 |
* | * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block): | ktsj | 2013-06-17 | 1 | -7/+3 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -4/+0 |
* | Add more comment about r41041 | naruse | 2013-06-04 | 1 | -3/+7 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): add comment for r41041. | nobu | 2013-06-03 | 1 | -0/+2 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019. | naruse | 2013-06-02 | 1 | -0/+3 |
* | vm_insnhelper.c: extract keyword arguments after splat | nobu | 2013-06-01 | 1 | -5/+6 |
* | vm_insnhelper.c: add comments | nobu | 2013-06-01 | 1 | -4/+3 |
* | * vm_insnhelper.c (vm_callee_setup_keyword_arg, | mame | 2013-05-30 | 1 | -4/+4 |
* | vm_insnhelper.c: suppress warning | nobu | 2013-05-27 | 1 | -1/+1 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -4/+4 |