aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: reject unused longlife gc.nari2009-08-101-2/+2
* * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame2009-07-301-1/+1
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-281-4/+2
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+3
* * vm_insnhelper.c (vm_call_method): fixed indent.nobu2009-07-261-37/+36
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-0/+2
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-114/+122
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-5/+5
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-0/+47
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-7/+17
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-2/+6
* * vm_insnhelper.c (vm_setup_method): fixed format spec.nobu2009-06-241-1/+1
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-201-1/+1
* * vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu2009-05-201-16/+16
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-161-2/+2
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-2/+2
* * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu2009-03-121-1/+1
* stripped trailing spaces.nobu2009-02-221-2/+2
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-15/+22
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-311-0/+3
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-0/+2
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-6/+6
* * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko12008-12-271-5/+5
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-4/+4
* * vm_insnhelper.c (vm_method_search): fix control flow bug.ko12008-12-251-8/+6
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-251-3/+7
* * vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko12008-12-251-1/+6
* * vm.c (invoke_block_from_c): fix to point right cfp.ko12008-12-241-5/+2
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-4/+5
* * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu2008-12-151-1/+2
* * vm_insnhelper.c (check_cfunc): use function pointer.nobu2008-12-091-1/+1
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-1/+1
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-96/+145
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-221-2/+3
* * common.mk: clean upko12008-09-231-2/+30
* * vm_insnhelper.c (vm_method_missing): C99.usa2008-09-031-1/+1
* * vm_insnhelper.c (vm_method_missing): copy arguments to allocatedmame2008-09-021-2/+3
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-2/+3
* * vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz2008-08-281-2/+2
* * proc.c (proc_new): use the given class.nobu2008-08-201-2/+2
* * vm_insnhelper.c (caller_setup_args): should ensure if the valuematz2008-08-131-1/+1
* * vm.c, vm_insnhelper.c (vm_define_method): moveko12008-08-121-40/+0
* * vm_insnhelper.c (opt_eq_func): large function to make inline.nobu2008-08-081-1/+5
* * vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko12008-06-191-16/+18
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-171-12/+16
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-28/+16
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-3/+9
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-3/+4
* * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe2008-06-081-12/+3
* * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe2008-06-081-3/+12