| Commit message (Expand) | Author | Age | Files | Lines |
* | * insns.def (opt_case_dispatch): runtime value cannot be used as | nobu | 2009-11-17 | 1 | -2/+2 |
* | * vm_insnhelper.c (vm_call_method): protected singleton methods of | shugo | 2009-11-16 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_push_frame): get rid of out-of-bounds | nobu | 2009-11-07 | 1 | -1/+3 |
* | * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521. | matz | 2009-11-07 | 1 | -21/+10 |
* | * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW. | matz | 2009-11-07 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_setup_method): should push call frame before | matz | 2009-10-28 | 1 | -10/+21 |
* | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8... | matz | 2009-09-28 | 1 | -0/+8 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -7/+7 |
* | * vm_core.h: change members of iseq_inline_cache_entry. | ko1 | 2009-09-12 | 1 | -6/+6 |
* | * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR | ko1 | 2009-09-06 | 1 | -4/+4 |
* | * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar): | ko1 | 2009-09-06 | 1 | -2/+48 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -15/+14 |
* | * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return. | wanabe | 2009-08-18 | 1 | -1/+1 |
* | * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issue | ko1 | 2009-08-15 | 1 | -23/+12 |
* | * insns.def (opt_case_dispatch): suppressed a warning. | nobu | 2009-08-13 | 1 | -1/+3 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check | ko1 | 2009-08-12 | 1 | -0/+18 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -2/+2 |
* | * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_id | mame | 2009-07-30 | 1 | -1/+1 |
* | * vm_core.h, vm_insnhelper.c (vm_call_method): revive | ko1 | 2009-07-28 | 1 | -4/+2 |
* | * vm_insnhelper.c (vm_call_method): __send__ can call protected | nobu | 2009-07-26 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_call_method): fixed indent. | nobu | 2009-07-26 | 1 | -37/+36 |
* | * method.h : Commas at end of enum list not allowed as of C89 | shyouhei | 2009-07-22 | 1 | -0/+2 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -114/+122 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -5/+5 |
* | * insns.def, vm_insnhelper.c (getinstancevariable): | ko1 | 2009-07-13 | 1 | -0/+47 |
* | * vm_insnhelper.c (vm_search_superclass): checks for implicit | nobu | 2009-07-10 | 1 | -7/+17 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): restores the first | nobu | 2009-07-04 | 1 | -2/+6 |
* | * vm_insnhelper.c (vm_setup_method): fixed format spec. | nobu | 2009-06-24 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu | 2009-05-20 | 1 | -1/+1 |
* | * vm_eval.c, vm_insnhelper.c: argument number is restricted to | nobu | 2009-05-20 | 1 | -16/+16 |
* | * iseq.c (rb_iseq_clone): use longlife object and insert write barrier. | nari | 2009-05-16 | 1 | -2/+2 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -2/+2 |
* | * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): use | nobu | 2009-03-12 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -2/+2 |
* | * vm_eval.c (method_missing): should not pop cfp if missing method | nobu | 2009-02-22 | 1 | -15/+22 |
* | * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const): | nobu | 2009-01-31 | 1 | -0/+3 |
* | * vm_eval.c, eval.c (rb_f_block_given_p): move definition of | ko1 | 2009-01-19 | 1 | -0/+2 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -6/+6 |
* | * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter name | ko1 | 2008-12-27 | 1 | -5/+5 |
* | * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead of | ko1 | 2008-12-27 | 1 | -4/+4 |
* | * vm_insnhelper.c (vm_method_search): fix control flow bug. | ko1 | 2008-12-25 | 1 | -8/+6 |
* | * vm_insnhelper.c (vm_method_search): return rb_cObject if there is no | ko1 | 2008-12-25 | 1 | -3/+7 |
* | * vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc. | ko1 | 2008-12-25 | 1 | -1/+6 |
* | * vm.c (invoke_block_from_c): fix to point right cfp. | ko1 | 2008-12-24 | 1 | -5/+2 |
* | * vm_insnhelper.c (vm_call_method): use class of method defined | ko1 | 2008-12-24 | 1 | -4/+5 |
* | * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from | nobu | 2008-12-15 | 1 | -1/+2 |
* | * vm_insnhelper.c (check_cfunc): use function pointer. | nobu | 2008-12-09 | 1 | -1/+1 |
* | * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update | mame | 2008-11-14 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters. | yugui | 2008-10-27 | 1 | -96/+145 |
* | * vm_insnhelper.c (vm_yield_setup_args): should not drop arguments | nobu | 2008-10-22 | 1 | -2/+3 |