summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-21* vm_eval.c (eval_string_with_cref): fix WB miss.ko1
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj
2013-06-15vm_eval.c: suppress warningnobu
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-01* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passedcharliesome
2013-05-31vm_eval.c: new names of rb_funcall familynobu
2013-05-16* vm_eval.c (rb_catch_obj): add volatile to tag to prevent crashnaruse
2013-05-15vm.c: suppress warningsnobu
2013-05-15vm_eval.c: suppress warningnobu
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-03-23vm_eval.c: preserve passed_blocknobu
2013-03-06prefix global symbolsnobu
2013-02-24* object.c: Document methods receiving string and convert to symbolzzak
2013-02-18* vm_eval.c (vm_call0_body): check interrupts after method dispatchko1
2012-12-25* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko1
2012-12-23marshal.c: rb_check_funcall_with_hooknobu
2012-12-17* method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.ko1
2012-12-13* method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko1
2012-12-12method.h: NOEX_SAFE_SHIFT_OFFSETnobu
2012-12-08* eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):shugo
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05vm_eval.c: public_send does not consider how it is callednobu
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm.c: add a return hook when a method raises an exception.tenderlove
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-28* probes.d: Change function-entry probe to method-entry.tenderlove
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-13* vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci afterko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-06adjust stylenobu
2012-11-06* vm_eval.c (rb_f_loop): Support for loop.sizemarcandre
2012-11-02* string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_procshugo
2012-10-23* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko1
2012-10-23* vm_eval.c (vm_call0_body): remove RUBY_VM_CHECK_INTS()ko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-19* eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko1
2012-10-15* vm_eval.c: fix a typo.kou
2012-10-14* vm_insnhelper.c: refactoring.ko1
2012-10-14* vm_eval.c (vm_call0_body): add new function.ko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-08internal.h: allocator function in rb_classext_tnobu