summaryrefslogtreecommitdiff
path: root/insnhelper.ci
AgeCommit message (Expand)Author
2007-09-28* insnhelper.ci (vm_call_method): allow send! to call protectedmatz
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-26* insnhelper.ci (vm_throw): fix to move increment point.ko1
2007-09-14* insnhelper.ci (vm_expandarray): assignment should be placedko1
2007-09-14* insnhelper.ci (vm_expandarray): should be volatile value for GC.ko1
2007-08-25* insnhelper.ci (vm_setup_method): reorder code for branch prediction.ko1
2007-08-25* insnhelper.ci (vm_call_method): fix to relaxant safe level checkko1
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-23* compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99nobu
2007-08-23* compile.c, insns.def, parse.y: fix massign order. This changeko1
2007-08-19* insnhelper.ci (vm_call_bmethod): fix to propagate informationko1
2007-08-19* insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko1
2007-08-18* insnhelper.ci (vm_call_bmethod),ko1
2007-08-18* insnhelper.ci (vm_send_optimize): use MEMMOVE to shift values insidenobu
2007-08-18* insnhelper.ci (vm_yield_setup_args): rsize and psize should not benobu
2007-08-18* insnhelper.ci (vm_callee_setup_arg, vm_send_optimize,nobu
2007-08-18* insnhelper.ci, string.c: fixed indent.nobu
2007-08-18* insnhelper.ci (vm_callee_setup_arg): fix to check argumentsko1
2007-08-18* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-17* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko1
2007-08-16* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-12insnhelper.ci: missed at last commit.ko1
2007-08-06* insnhelper.ci, insns.def: move some statements to functions.ko1
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-10* hash.c (rb_hash_lookup): added. this function is similar toko1
2007-07-10* eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).ko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-07* parse.y: fix node construction (around f_margs).ko1
2007-07-07* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko1
2007-07-05* yarvcore.h: rename rb_control_frame_t#magic to flag.ko1
2007-07-03* insnhelper.ci (caller_setup_args): fix to show correct classko1
2007-07-02* compile.c: rename iseq_translate_direct_threaded_code()ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-25* insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_procko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-25* gc.h: add RUBY_ prefix to debug macros.ko1
2007-06-24* insnhelper.ci (caller_setup_args): add need_block_check option.ko1
2007-06-24* call_cfunc.ci: removed.ko1